Moodle  2.2.1
http://www.collinsharper.com
ADODB_odbtp Class Reference
Inheritance diagram for ADODB_odbtp:

Public Member Functions

 ADODB_odbtp ()
 ServerInfo ()
 ErrorMsg ()
 ErrorNo ()
 _insertid ()
 _affectedrows ()
 CreateSequence ($seqname='adodbseq', $start=1)
 DropSequence ($seqname)
 GenID ($seq='adodbseq', $start=1)
 _connect ($HostOrInterface, $UserOrDSN='', $argPassword='', $argDatabase='')
 _pconnect ($HostOrInterface, $UserOrDSN='', $argPassword='', $argDatabase='')
 SelectDB ($dbName)
 MetaTables ($ttype='', $showSchema=false, $mask=false)
 MetaColumns ($table, $upper=true)
 MetaPrimaryKeys ($table, $owner='')
 MetaForeignKeys ($table, $owner='', $upper=false)
 BeginTrans ()
 CommitTrans ($ok=true)
 RollbackTrans ()
 SelectLimit ($sql, $nrows=-1, $offset=-1, $inputarr=false, $secs2cache=0)
 Prepare ($sql)
 PrepareSP ($sql)
 Parameter (&$stmt, &$var, $name, $isOutput=false, $maxLen=0, $type=0)
 UpdateBlob ($table, $column, $val, $where, $blobtype='image')
 MetaIndexes ($table, $primary=false, $owner=false)
 MetaIndexes_mssql ($table, $primary=false, $owner=false)
 IfNull ($field, $ifNull)
 _query ($sql, $inputarr=false)
 _close ()

Data Fields

 $databaseType = "odbtp"
 $dataProvider = "odbtp"
 $fmtDate = "'Y-m-d'"
 $fmtTimeStamp = "'Y-m-d, h:i:sA'"
 $replaceQuote = "''"
 $odbc_driver = 0
 $hasAffectedRows = true
 $hasInsertID = false
 $hasGenID = true
 $hasMoveFirst = true
 $_genSeqSQL = "create table %s (seq_name char(30) not null unique , seq_value integer not null)"
 $_dropSeqSQL = "delete from adodb_seq where seq_name = '%s'"
 $_bindInputArray = false
 $_useUnicodeSQL = false
 $_canPrepareSP = false
 $_dontPoolDBC = true

Detailed Description

Definition at line 17 of file adodb-odbtp.inc.php.


Member Function Documentation

Definition at line 91 of file adodb-odbtp.inc.php.

_close ( )

Definition at line 658 of file adodb-odbtp.inc.php.

_connect ( HostOrInterface,
UserOrDSN = '',
argPassword = '',
argDatabase = '' 
)

Definition at line 173 of file adodb-odbtp.inc.php.

Here is the call graph for this function:

Here is the caller graph for this function:

_insertid ( )

Definition at line 81 of file adodb-odbtp.inc.php.

_pconnect ( HostOrInterface,
UserOrDSN = '',
argPassword = '',
argDatabase = '' 
)

Definition at line 286 of file adodb-odbtp.inc.php.

Here is the call graph for this function:

_query ( sql,
inputarr = false 
)

Definition at line 608 of file adodb-odbtp.inc.php.

Definition at line 36 of file adodb-odbtp.inc.php.

Here is the caller graph for this function:

Definition at line 417 of file adodb-odbtp.inc.php.

CommitTrans ( ok = true)

Definition at line 432 of file adodb-odbtp.inc.php.

Here is the call graph for this function:

CreateSequence ( seqname = 'adodbseq',
start = 1 
)

Definition at line 99 of file adodb-odbtp.inc.php.

DropSequence ( seqname)

Definition at line 123 of file adodb-odbtp.inc.php.

ErrorMsg ( )

Definition at line 46 of file adodb-odbtp.inc.php.

Here is the caller graph for this function:

ErrorNo ( )

Definition at line 53 of file adodb-odbtp.inc.php.

GenID ( seq = 'adodbseq',
start = 1 
)

Definition at line 129 of file adodb-odbtp.inc.php.

IfNull ( field,
ifNull 
)

Definition at line 597 of file adodb-odbtp.inc.php.

MetaColumns ( table,
upper = true 
)

Definition at line 324 of file adodb-odbtp.inc.php.

MetaForeignKeys ( table,
owner = '',
upper = false 
)

Definition at line 387 of file adodb-odbtp.inc.php.

MetaIndexes ( table,
primary = false,
owner = false 
)

Definition at line 547 of file adodb-odbtp.inc.php.

Here is the call graph for this function:

MetaIndexes_mssql ( table,
primary = false,
owner = false 
)

Definition at line 557 of file adodb-odbtp.inc.php.

Here is the caller graph for this function:

MetaPrimaryKeys ( table,
owner = '' 
)

Definition at line 370 of file adodb-odbtp.inc.php.

MetaTables ( ttype = '',
showSchema = false,
mask = false 
)

Definition at line 302 of file adodb-odbtp.inc.php.

Parameter ( &$  stmt,
&$  var,
name,
isOutput = false,
maxLen = 0,
type = 0 
)

Definition at line 509 of file adodb-odbtp.inc.php.

Prepare ( sql)

Definition at line 463 of file adodb-odbtp.inc.php.

PrepareSP ( sql)

Definition at line 478 of file adodb-odbtp.inc.php.

Definition at line 443 of file adodb-odbtp.inc.php.

Here is the caller graph for this function:

SelectDB ( dbName)

Definition at line 292 of file adodb-odbtp.inc.php.

SelectLimit ( sql,
nrows = -1,
offset = -1,
inputarr = false,
secs2cache = 0 
)

Definition at line 453 of file adodb-odbtp.inc.php.

Definition at line 40 of file adodb-odbtp.inc.php.

UpdateBlob ( table,
column,
val,
where,
blobtype = 'image' 
)

Definition at line 535 of file adodb-odbtp.inc.php.


Field Documentation

$_bindInputArray = false

Definition at line 31 of file adodb-odbtp.inc.php.

$_canPrepareSP = false

Definition at line 33 of file adodb-odbtp.inc.php.

$_dontPoolDBC = true

Definition at line 34 of file adodb-odbtp.inc.php.

$_dropSeqSQL = "delete from adodb_seq where seq_name = '%s'"

Definition at line 30 of file adodb-odbtp.inc.php.

$_genSeqSQL = "create table %s (seq_name char(30) not null unique , seq_value integer not null)"

Definition at line 29 of file adodb-odbtp.inc.php.

$_useUnicodeSQL = false

Reimplemented in ADODB_odbtp_unicode.

Definition at line 32 of file adodb-odbtp.inc.php.

$databaseType = "odbtp"

Reimplemented in ADODB_odbtp_unicode.

Definition at line 18 of file adodb-odbtp.inc.php.

$dataProvider = "odbtp"

Definition at line 19 of file adodb-odbtp.inc.php.

$fmtDate = "'Y-m-d'"

Definition at line 20 of file adodb-odbtp.inc.php.

$fmtTimeStamp = "'Y-m-d, h:i:sA'"

Definition at line 21 of file adodb-odbtp.inc.php.

$hasAffectedRows = true

Definition at line 24 of file adodb-odbtp.inc.php.

$hasGenID = true

Definition at line 26 of file adodb-odbtp.inc.php.

$hasInsertID = false

Definition at line 25 of file adodb-odbtp.inc.php.

$hasMoveFirst = true

Definition at line 27 of file adodb-odbtp.inc.php.

$odbc_driver = 0

Definition at line 23 of file adodb-odbtp.inc.php.

$replaceQuote = "''"

Definition at line 22 of file adodb-odbtp.inc.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations