|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| ADODB_ads () | |
| _connect ($argDSN, $argUsername, $argPassword, $argDatabasename) | |
| _pconnect ($argDSN, $argUsername, $argPassword, $argDatabasename) | |
| ServerInfo () | |
| CreateSequence ($seqname, $start=1) | |
| DropSequence ($seqname) | |
| GenID ($seqname, $start=1) | |
| ErrorMsg () | |
| ErrorNo () | |
| BeginTrans () | |
| CommitTrans ($ok=true) | |
| RollbackTrans () | |
| & | MetaTables ($ttype) |
| & | MetaPrimaryKeys ($table) |
| ODBCTypes ($t) | |
| & | MetaColumns ($table) |
| & | MetaColumnNames ($table) |
| Prepare ($sql) | |
| _query ($sql, $inputarr=false) | |
| UpdateBlob ($table, $column, $val, $where, $blobtype='BLOB') | |
| _close () | |
| _affectedrows () | |
Data Fields | |
| $databaseType = "ads" | |
| $fmt = "'m-d-Y'" | |
| $fmtTimeStamp = "'Y-m-d H:i:s'" | |
| $concat_operator = '' | |
| $replaceQuote = "''" | |
| $dataProvider = "ads" | |
| $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 | |
Definition at line 47 of file adodb-ads.inc.php.
| _affectedrows | ( | ) |
Definition at line 638 of file adodb-ads.inc.php.
| _close | ( | ) |
Definition at line 631 of file adodb-ads.inc.php.
| _connect | ( | $ | argDSN, |
| $ | argUsername, | ||
| $ | argPassword, | ||
| $ | argDatabasename | ||
| ) |
Definition at line 76 of file adodb-ads.inc.php.
| _pconnect | ( | $ | argDSN, |
| $ | argUsername, | ||
| $ | argPassword, | ||
| $ | argDatabasename | ||
| ) |
Definition at line 95 of file adodb-ads.inc.php.
| _query | ( | $ | sql, |
| $ | inputarr = false |
||
| ) |
Definition at line 520 of file adodb-ads.inc.php.
| ADODB_ads | ( | ) |
Definition at line 69 of file adodb-ads.inc.php.
| BeginTrans | ( | ) |
Definition at line 224 of file adodb-ads.inc.php.
| CommitTrans | ( | $ | ok = true | ) |
| CreateSequence | ( | $ | seqname, |
| $ | start = 1 |
||
| ) |
| DropSequence | ( | $ | seqname | ) |
| ErrorMsg | ( | ) |
| ErrorNo | ( | ) |
Definition at line 203 of file adodb-ads.inc.php.
| GenID | ( | $ | seqname, |
| $ | start = 1 |
||
| ) |
| & MetaColumnNames | ( | $ | table | ) |
| & MetaColumns | ( | $ | table | ) |
| & MetaPrimaryKeys | ( | $ | table | ) |
| & MetaTables | ( | $ | ttype | ) |
| ODBCTypes | ( | $ | t | ) |
| Prepare | ( | $ | sql | ) |
| RollbackTrans | ( | ) |
| ServerInfo | ( | ) |
| UpdateBlob | ( | $ | table, |
| $ | column, | ||
| $ | val, | ||
| $ | where, | ||
| $ | blobtype = 'BLOB' |
||
| ) |
Definition at line 612 of file adodb-ads.inc.php.
| $_autocommit = true |
Definition at line 62 of file adodb-ads.inc.php.
| $_bindInputArray = false |
Definition at line 59 of file adodb-ads.inc.php.
Definition at line 61 of file adodb-ads.inc.php.
| $_has_stupid_odbc_fetch_api_change = true |
Definition at line 64 of file adodb-ads.inc.php.
| $_haserrorfunctions = true |
Definition at line 63 of file adodb-ads.inc.php.
| $_lastAffectedRows = 0 |
Definition at line 65 of file adodb-ads.inc.php.
| $binmode = ODBC_BINMODE_RETURN |
Definition at line 55 of file adodb-ads.inc.php.
| $concat_operator = '' |
Definition at line 51 of file adodb-ads.inc.php.
| $curmode = SQL_CUR_USE_DRIVER |
Definition at line 60 of file adodb-ads.inc.php.
| $databaseType = "ads" |
Definition at line 48 of file adodb-ads.inc.php.
| $dataProvider = "ads" |
Definition at line 53 of file adodb-ads.inc.php.
| $fmt = "'m-d-Y'" |
Definition at line 49 of file adodb-ads.inc.php.
| $fmtTimeStamp = "'Y-m-d H:i:s'" |
Definition at line 50 of file adodb-ads.inc.php.
| $hasAffectedRows = true |
Definition at line 54 of file adodb-ads.inc.php.
| $replaceQuote = "''" |
Definition at line 52 of file adodb-ads.inc.php.
| $uCaseTables = true |
Definition at line 66 of file adodb-ads.inc.php.
| $useFetchArray = false |
Definition at line 56 of file adodb-ads.inc.php.