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


Public Member Functions | |
| _init ($parentDriver) | |
| ServerInfo () | |
| SelectLimit ($sql, $nrows=-1, $offset=-1, $inputarr=false, $secs2cache=0) | |
| SetTransactionMode ($transaction_mode) | |
| MetaTables ($ttype=false, $showSchema=false, $mask=false) | |
| MetaColumns ($table, $normalize=true) | |
Data Fields | |
| $hasTop = 'top' | |
| $sysDate = 'convert(datetime,convert(char,GetDate(),102),102)' | |
| $sysTimeStamp = 'GetDate()' | |
Definition at line 13 of file adodb-pdo_mssql.inc.php.
| _init | ( | $ | parentDriver | ) |
Definition at line 20 of file adodb-pdo_mssql.inc.php.
| MetaColumns | ( | $ | table, |
| $ | normalize = true |
||
| ) |
Reimplemented from ADODB_pdo.
Definition at line 55 of file adodb-pdo_mssql.inc.php.
| MetaTables | ( | $ | ttype = false, |
| $ | showSchema = false, |
||
| $ | mask = false |
||
| ) |
Reimplemented from ADODB_pdo.
Definition at line 50 of file adodb-pdo_mssql.inc.php.
| SelectLimit | ( | $ | sql, |
| $ | nrows = -1, |
||
| $ | offset = -1, |
||
| $ | inputarr = false, |
||
| $ | secs2cache = 0 |
||
| ) |
Reimplemented from ADODB_pdo.
Definition at line 33 of file adodb-pdo_mssql.inc.php.
| ServerInfo | ( | ) |
Reimplemented from ADODB_pdo.
Definition at line 28 of file adodb-pdo_mssql.inc.php.
| SetTransactionMode | ( | $ | transaction_mode | ) |
Reimplemented from ADODB_pdo.
Definition at line 39 of file adodb-pdo_mssql.inc.php.
| $hasTop = 'top' |
Definition at line 15 of file adodb-pdo_mssql.inc.php.
| $sysDate = 'convert(datetime,convert(char,GetDate(),102),102)' |
Definition at line 16 of file adodb-pdo_mssql.inc.php.
| $sysTimeStamp = 'GetDate()' |
Definition at line 17 of file adodb-pdo_mssql.inc.php.