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


Public Member Functions | |
| ADODB_ado_mssql () | |
| _insertid () | |
| _affectedrows () | |
| SetTransactionMode ($transaction_mode) | |
| qstr ($s, $magic_quotes=false) | |
| MetaColumns ($table, $normalize=true) | |
| CreateSequence ($seq='adodbseq', $start=1) | |
| GenID ($seq='adodbseq', $start=1) | |
Data Fields | |
| $databaseType = 'ado_mssql' | |
| $hasTop = 'top' | |
| $hasInsertID = true | |
| $sysDate = 'convert(datetime,convert(char,GetDate(),102),102)' | |
| $sysTimeStamp = 'GetDate()' | |
| $leftOuter = '*=' | |
| $rightOuter = '=*' | |
| $ansiOuter = true | |
| $substr = "substring" | |
| $length = 'len' | |
| $_dropSeqSQL = "drop table %s" | |
Definition at line 27 of file adodb-ado_mssql.inc.php.
| _affectedrows | ( | ) |
Reimplemented from ADODB_ado.
Definition at line 52 of file adodb-ado_mssql.inc.php.
| _insertid | ( | ) |
Definition at line 47 of file adodb-ado_mssql.inc.php.
| ADODB_ado_mssql | ( | ) |
| CreateSequence | ( | $ | seq = 'adodbseq', |
| $ | start = 1 |
||
| ) |
Definition at line 105 of file adodb-ado_mssql.inc.php.
| GenID | ( | $ | seq = 'adodbseq', |
| $ | start = 1 |
||
| ) |
Definition at line 120 of file adodb-ado_mssql.inc.php.
| MetaColumns | ( | $ | table, |
| $ | normalize = true |
||
| ) |
Reimplemented from ADODB_ado.
Definition at line 74 of file adodb-ado_mssql.inc.php.
| qstr | ( | $ | s, |
| $ | magic_quotes = false |
||
| ) |
Definition at line 68 of file adodb-ado_mssql.inc.php.
| SetTransactionMode | ( | $ | transaction_mode | ) |
Definition at line 57 of file adodb-ado_mssql.inc.php.
Definition at line 38 of file adodb-ado_mssql.inc.php.
| $ansiOuter = true |
Definition at line 35 of file adodb-ado_mssql.inc.php.
| $databaseType = 'ado_mssql' |
Reimplemented from ADODB_ado.
Definition at line 28 of file adodb-ado_mssql.inc.php.
| $hasInsertID = true |
Definition at line 30 of file adodb-ado_mssql.inc.php.
| $hasTop = 'top' |
Definition at line 29 of file adodb-ado_mssql.inc.php.
| $leftOuter = '*=' |
Definition at line 33 of file adodb-ado_mssql.inc.php.
| $length = 'len' |
Definition at line 37 of file adodb-ado_mssql.inc.php.
| $rightOuter = '=*' |
Definition at line 34 of file adodb-ado_mssql.inc.php.
| $substr = "substring" |
Definition at line 36 of file adodb-ado_mssql.inc.php.
| $sysDate = 'convert(datetime,convert(char,GetDate(),102),102)' |
Definition at line 31 of file adodb-ado_mssql.inc.php.
| $sysTimeStamp = 'GetDate()' |
Definition at line 32 of file adodb-ado_mssql.inc.php.