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.ADODB_mysqlt (  ) 

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

References $ADODB_EXTENSION.

ADODB_mysqlt.SetTransactionMode ( transaction_mode  ) 

Reimplemented from ADOConnection.

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

References ADOConnection.Execute().

Here is the call graph for this function:

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.

References ADOConnection.Execute().

Referenced by RowLock().

Here is the call graph for this function:

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.

References $ok, ADOConnection.Execute(), and RollbackTrans().

Here is the call graph for this function:

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.

References ADOConnection.Execute().

Referenced by CommitTrans().

Here is the call graph for this function:

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().

Here is the call graph for this function:


Member Data Documentation

ADODB_mysqlt.$databaseType = 'mysqlt'

Reimplemented from ADODB_mysql.

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

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.


The documentation for this class was generated from the following file:
This documentation is part of typo3-unleashed.net.
It's an automatically created code documentation of the TYPO3 Content Management System.
Created with doxygen