Documentation TYPO3 par Ameos |
Public Member Functions | |
| ADODB_mysqlt () | |
| SetTransactionMode ($transaction_mode) | |
| BeginTrans () | |
| CommitTrans ($ok=true) | |
| RollbackTrans () | |
| RowLock ($tables, $where='', $flds='1 as adodb_ignore') | |
Public Attributes | |
| $databaseType = 'mysqlt' | |
| $ansiOuter = true | |
| operator to use for right outer join in WHERE clause | |
| $hasTransactions = true | |
| can generate sequences using GenID(); | |
| $autoRollback = true | |
| whether ansi outer join syntax supported | |
Definition at line 22 of file adodb-mysqlt.inc.php.
| ADODB_mysqlt::BeginTrans | ( | ) |
Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans().
Reimplemented from ADODB_mysql.
Definition at line 50 of file adodb-mysqlt.inc.php.
References ADOConnection::Execute().
Referenced by RowLock().
| ADODB_mysqlt::CommitTrans | ( | $ | ok = true |
) |
If database does not support transactions, always return true as data always commited
| $ok | set to false to rollback transaction, true to commit |
Reimplemented from ADOConnection.
Definition at line 59 of file adodb-mysqlt.inc.php.
References ADOConnection::Execute(), and RollbackTrans().
| ADODB_mysqlt::RollbackTrans | ( | ) |
If database does not support transactions, rollbacks always fail, so return false
Reimplemented from ADOConnection.
Definition at line 70 of file adodb-mysqlt.inc.php.
References ADOConnection::Execute().
Referenced by CommitTrans().
1.4.6