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') | |
Public Attributes | |
| $databaseType = 'mysqlt' | |
| $ansiOuter = true | |
| $hasTransactions = true | |
| $autoRollback = true | |
Definition at line 22 of file adodb-mysqlpo.inc.php.
| ADODB_mysqlt::ADODB_mysqlt | ( | ) |
Definition at line 28 of file adodb-mysqlpo.inc.php.
| ADODB_mysqlt::ADODB_mysqlt | ( | ) |
Definition at line 28 of file adodb-mysqlt.inc.php.
| ADODB_mysqlt::BeginTrans | ( | ) |
Definition at line 33 of file adodb-mysqlpo.inc.php.
Referenced by RowLock().

| ADODB_mysqlt::BeginTrans | ( | ) |
Definition at line 50 of file adodb-mysqlt.inc.php.
| ADODB_mysqlt::CommitTrans | ( | $ | ok = true |
) |
Definition at line 59 of file adodb-mysqlt.inc.php.
References RollbackTrans().

| ADODB_mysqlt::CommitTrans | ( | $ | ok = true |
) |
Definition at line 42 of file adodb-mysqlpo.inc.php.
References RollbackTrans().

| ADODB_mysqlt::RollbackTrans | ( | ) |
Definition at line 53 of file adodb-mysqlpo.inc.php.
Referenced by CommitTrans().

| ADODB_mysqlt::RollbackTrans | ( | ) |
Definition at line 70 of file adodb-mysqlt.inc.php.
| ADODB_mysqlt::RowLock | ( | $ | tables, | |
| $ | where = '', |
|||
| $ | col = '1 as adodbignore' | |||
| ) |
Definition at line 62 of file adodb-mysqlpo.inc.php.
References $rs, and BeginTrans().

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

| ADODB_mysqlt::SetTransactionMode | ( | $ | transaction_mode | ) |
Definition at line 39 of file adodb-mysqlt.inc.php.
| ADODB_mysqlt::$ansiOuter = true |
Definition at line 24 of file adodb-mysqlpo.inc.php.
| ADODB_mysqlt::$autoRollback = true |
Definition at line 26 of file adodb-mysqlpo.inc.php.
| ADODB_mysqlt::$databaseType = 'mysqlt' |
Definition at line 23 of file adodb-mysqlpo.inc.php.
| ADODB_mysqlt::$hasTransactions = true |
Definition at line 25 of file adodb-mysqlpo.inc.php.
1.7.1