|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| ADODB_odbc () | |
| _connect ($argDSN, $argUsername, $argPassword, $argDatabasename) | |
| _pconnect ($argDSN, $argUsername, $argPassword, $argDatabasename) | |
| ServerInfo () | |
| CreateSequence ($seqname='adodbseq', $start=1) | |
| DropSequence ($seqname) | |
| GenID ($seq='adodbseq', $start=1) | |
| ErrorMsg () | |
| ErrorNo () | |
| BeginTrans () | |
| CommitTrans ($ok=true) | |
| RollbackTrans () | |
| MetaPrimaryKeys ($table) | |
| MetaTables ($ttype=false) | |
| ODBCTypes ($t) | |
| MetaColumns ($table, $normalize=true) | |
| Prepare ($sql) | |
| _query ($sql, $inputarr=false) | |
| UpdateBlob ($table, $column, $val, $where, $blobtype='BLOB') | |
| _close () | |
| _affectedrows () | |
Data Fields | |
| $databaseType = "odbc" | |
| $fmtDate = "'Y-m-d'" | |
| $fmtTimeStamp = "'Y-m-d, h:i:sA'" | |
| $replaceQuote = "''" | |
| $dataProvider = "odbc" | |
| $hasAffectedRows = true | |
| $binmode = ODBC_BINMODE_RETURN | |
| $useFetchArray = false | |
| $_bindInputArray = false | |
| $curmode = SQL_CUR_USE_DRIVER | |
| $_genSeqSQL = "create table %s (id integer)" | |
| $_autocommit = true | |
| $_haserrorfunctions = true | |
| $_has_stupid_odbc_fetch_api_change = true | |
| $_lastAffectedRows = 0 | |
| $uCaseTables = true | |
| $_dropSeqSQL = 'drop table %s' | |
Definition at line 22 of file adodb-odbc.inc.php.
| _affectedrows | ( | ) |
Definition at line 586 of file adodb-odbc.inc.php.
| _close | ( | ) |
Definition at line 579 of file adodb-odbc.inc.php.
| _connect | ( | $ | argDSN, |
| $ | argUsername, | ||
| $ | argPassword, | ||
| $ | argDatabasename | ||
| ) |
Reimplemented in ADODB_odbc_oracle.
Definition at line 49 of file adodb-odbc.inc.php.
| _pconnect | ( | $ | argDSN, |
| $ | argUsername, | ||
| $ | argPassword, | ||
| $ | argDatabasename | ||
| ) |
Reimplemented in ADODB_odbc_oracle.
Definition at line 68 of file adodb-odbc.inc.php.
| _query | ( | $ | sql, |
| $ | inputarr = false |
||
| ) |
Reimplemented in ADODB_odbc_mssql.
Definition at line 498 of file adodb-odbc.inc.php.
| ADODB_odbc | ( | ) |
| BeginTrans | ( | ) |
Definition at line 209 of file adodb-odbc.inc.php.
| CommitTrans | ( | $ | ok = true | ) |
| CreateSequence | ( | $ | seqname = 'adodbseq', |
| $ | start = 1 |
||
| ) |
Definition at line 121 of file adodb-odbc.inc.php.
| DropSequence | ( | $ | seqname | ) |
Definition at line 131 of file adodb-odbc.inc.php.
| ErrorMsg | ( | ) |
Definition at line 179 of file adodb-odbc.inc.php.
| ErrorNo | ( | ) |
Definition at line 188 of file adodb-odbc.inc.php.
| GenID | ( | $ | seq = 'adodbseq', |
| $ | start = 1 |
||
| ) |
Definition at line 143 of file adodb-odbc.inc.php.
| MetaColumns | ( | $ | table, |
| $ | normalize = true |
||
| ) |
Reimplemented in ADODB_odbc_mssql, and ADODB_odbc_oracle.
Definition at line 379 of file adodb-odbc.inc.php.

| MetaPrimaryKeys | ( | $ | table | ) |
Reimplemented in ADODB_odbc_mssql.
Definition at line 239 of file adodb-odbc.inc.php.
| MetaTables | ( | $ | ttype = false | ) |
Definition at line 273 of file adodb-odbc.inc.php.
| ODBCTypes | ( | $ | t | ) |
| Prepare | ( | $ | sql | ) |
Definition at line 486 of file adodb-odbc.inc.php.
| RollbackTrans | ( | ) |
| ServerInfo | ( | ) |
Reimplemented in ADODB_odbc_mssql.
Definition at line 91 of file adodb-odbc.inc.php.
| UpdateBlob | ( | $ | table, |
| $ | column, | ||
| $ | val, | ||
| $ | where, | ||
| $ | blobtype = 'BLOB' |
||
| ) |
Definition at line 573 of file adodb-odbc.inc.php.
| $_autocommit = true |
Definition at line 36 of file adodb-odbc.inc.php.
| $_bindInputArray = false |
Reimplemented in ADODB_odbc_mssql.
Definition at line 33 of file adodb-odbc.inc.php.
Definition at line 130 of file adodb-odbc.inc.php.
Definition at line 35 of file adodb-odbc.inc.php.
| $_has_stupid_odbc_fetch_api_change = true |
Definition at line 38 of file adodb-odbc.inc.php.
| $_haserrorfunctions = true |
Definition at line 37 of file adodb-odbc.inc.php.
| $_lastAffectedRows = 0 |
Definition at line 39 of file adodb-odbc.inc.php.
| $binmode = ODBC_BINMODE_RETURN |
Definition at line 29 of file adodb-odbc.inc.php.
| $curmode = SQL_CUR_USE_DRIVER |
Definition at line 34 of file adodb-odbc.inc.php.
| $databaseType = "odbc" |
Reimplemented in ADODB_odbc_mssql, and ADODB_odbc_oracle.
Definition at line 23 of file adodb-odbc.inc.php.
| $dataProvider = "odbc" |
Definition at line 27 of file adodb-odbc.inc.php.
| $fmtDate = "'Y-m-d'" |
Reimplemented in ADODB_odbc_mssql, and ADODB_odbc_oracle.
Definition at line 24 of file adodb-odbc.inc.php.
| $fmtTimeStamp = "'Y-m-d, h:i:sA'" |
Reimplemented in ADODB_odbc_mssql, and ADODB_odbc_oracle.
Definition at line 25 of file adodb-odbc.inc.php.
| $hasAffectedRows = true |
Definition at line 28 of file adodb-odbc.inc.php.
| $replaceQuote = "''" |
Reimplemented in ADODB_odbc_oracle.
Definition at line 26 of file adodb-odbc.inc.php.
| $uCaseTables = true |
Definition at line 40 of file adodb-odbc.inc.php.
| $useFetchArray = false |
Definition at line 30 of file adodb-odbc.inc.php.