

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.ADODB_mysqlt | ( | ) |
| ADODB_mysqlt.SetTransactionMode | ( | $ | transaction_mode | ) |
Reimplemented from ADOConnection.
Definition at line 39 of file adodb-mysqlt.inc.php.
References ADOConnection.Execute().

| 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 $ok, 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().

| ADODB_mysqlt.RowLock | ( | $ | tables, | |
| $ | where = '', |
|||
| $ | flds = '1 as adodb_ignore' | |||
| ) |
Definition at line 79 of file adodb-mysqlt.inc.php.
References $rs, BeginTrans(), and ADOConnection.Execute().

| ADODB_mysqlt.$databaseType = 'mysqlt' |
| ADODB_mysqlt.$ansiOuter = true |
operator to use for right outer join in WHERE clause
Reimplemented from ADOConnection.
Definition at line 24 of file adodb-mysqlt.inc.php.
| ADODB_mysqlt.$hasTransactions = true |
can generate sequences using GenID();
Reimplemented from ADODB_mysql.
Definition at line 25 of file adodb-mysqlt.inc.php.
| ADODB_mysqlt.$autoRollback = true |
whether ansi outer join syntax supported
Reimplemented from ADOConnection.
Definition at line 26 of file adodb-mysqlt.inc.php.