Public Member Functions | Public Attributes

ADODB_mysqlt Class Reference

List of all members.

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

Detailed Description

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


Member Function Documentation

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

Here is the caller graph for this function:

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

Here is the call graph for this function:

ADODB_mysqlt::CommitTrans ( ok = true  ) 

Definition at line 42 of file adodb-mysqlpo.inc.php.

References RollbackTrans().

Here is the call graph for this function:

ADODB_mysqlt::RollbackTrans (  ) 

Definition at line 53 of file adodb-mysqlpo.inc.php.

Referenced by CommitTrans().

Here is the caller graph for this function:

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

Here is the call graph for this function:

ADODB_mysqlt::RowLock ( tables,
where = '',
col = '1 as adodbignore' 
)

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

References $rs, and BeginTrans().

Here is the call graph for this function:

ADODB_mysqlt::SetTransactionMode ( transaction_mode  ) 

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


Member Data Documentation

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.


The documentation for this class was generated from the following files: