|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| ADODB_mysqlt () | |
| BeginTrans () | |
| CommitTrans ($ok=true) | |
| RollbackTrans () | |
| RowLock ($tables, $where='', $col='1 as adodbignore') | |
| ADODB_mysqlt () | |
| SetTransactionMode ($transaction_mode) | |
| BeginTrans () | |
| CommitTrans ($ok=true) | |
| RollbackTrans () | |
| RowLock ($tables, $where='', $col='1 as adodbignore') | |
Data Fields | |
| $databaseType = 'mysqlt' | |
| $ansiOuter = true | |
| $hasTransactions = true | |
| $autoRollback = true | |
Definition at line 22 of file adodb-mysqlpo.inc.php.
| ADODB_mysqlt | ( | ) |
Definition at line 28 of file adodb-mysqlpo.inc.php.
| ADODB_mysqlt | ( | ) |
Definition at line 28 of file adodb-mysqlt.inc.php.
| BeginTrans | ( | ) |
| BeginTrans | ( | ) |
Definition at line 50 of file adodb-mysqlt.inc.php.
| CommitTrans | ( | $ | ok = true | ) |
| CommitTrans | ( | $ | ok = true | ) |
| RollbackTrans | ( | ) |
| RollbackTrans | ( | ) |
Definition at line 70 of file adodb-mysqlt.inc.php.
| RowLock | ( | $ | tables, |
| $ | where = '', |
||
| $ | col = '1 as adodbignore' |
||
| ) |
| RowLock | ( | $ | tables, |
| $ | where = '', |
||
| $ | col = '1 as adodbignore' |
||
| ) |
| SetTransactionMode | ( | $ | transaction_mode | ) |
Definition at line 39 of file adodb-mysqlt.inc.php.
| $ansiOuter = true |
Definition at line 24 of file adodb-mysqlpo.inc.php.
| $autoRollback = true |
Definition at line 26 of file adodb-mysqlpo.inc.php.
| $databaseType = 'mysqlt' |
Definition at line 23 of file adodb-mysqlpo.inc.php.
| $hasTransactions = true |
Definition at line 25 of file adodb-mysqlpo.inc.php.