ADODB_mysqlt Class Reference

Inheritance diagram for ADODB_mysqlt:

Inheritance graph
[legend]
Collaboration diagram for ADODB_mysqlt:

Collaboration graph
[legend]

List of all members.

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


Detailed Description

Definition at line 22 of file adodb-mysqlt.inc.php.


Member Function Documentation

ADODB_mysqlt::BeginTrans (  ) 

Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans().

Returns:
true if succeeded or false if database does not support transactions

Reimplemented from ADODB_mysql.

Definition at line 50 of file adodb-mysqlt.inc.php.

ADODB_mysqlt::CommitTrans ( ok = true  ) 

If database does not support transactions, always return true as data always commited

Parameters:
$ok set to false to rollback transaction, true to commit
Returns:
true/false.

Reimplemented from ADOConnection.

Definition at line 59 of file adodb-mysqlt.inc.php.

ADODB_mysqlt::RollbackTrans (  ) 

If database does not support transactions, rollbacks always fail, so return false

Returns:
true/false.

Reimplemented from ADOConnection.

Definition at line 70 of file adodb-mysqlt.inc.php.


The documentation for this class was generated from the following file:
This documentation has been generated automatically from TYPO3 source code using Doxygen and is provided as is by Cast Iron Coding as a courtesy to other TYPO3 developers and users. Please consider Cast Iron Coding — a full-service web development agency in Portland, Oregon specializing in TYPO3 extension development — for all of your TYPO3 development and consulting needs!