Documentation TYPO3 par Ameos |


Public Member Functions | |
| ADODB_mysqlt () | |
| 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.
|
|
Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans().
Reimplemented from ADODB_mysql. Definition at line 33 of file adodb-mysqlt.inc.php. References ADOConnection::Execute(). Referenced by RowLock(). |
|
|
If database does not support transactions, always return true as data always commited
Reimplemented from ADOConnection. Definition at line 42 of file adodb-mysqlt.inc.php. References ADOConnection::Execute(), and RollbackTrans(). |
|
|
If database does not support transactions, rollbacks always fail, so return false
Reimplemented from ADOConnection. Definition at line 53 of file adodb-mysqlt.inc.php. References ADOConnection::Execute(). Referenced by CommitTrans(). |
1.4.6