ADODB_ado_access Class Reference

Inheritance diagram for ADODB_ado_access:

Inheritance graph
[legend]
Collaboration diagram for ADODB_ado_access:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ADODB_ado_access ()
 BeginTrans ()
 CommitTrans ()
 RollbackTrans ()

Public Attributes

 $databaseType = 'ado_access'
 $hasTop = 'top'
 supports affected rows for update/delete?
 $fmtDate = "#Y-m-d#"
 uppercase function
 $fmtTimeStamp = "#Y-m-d h:i:sA#"
 used by DBDate() as the default date format used by the database
 $sysDate = "FORMAT(NOW,'yyyy-mm-dd')"
 Use 'true' to store the item compressed (uses zlib).
 $sysTimeStamp = 'NOW'
 name of function that returns the current date
 $hasTransactions = false
 can generate sequences using GenID();
 $upperCase = 'ucase'
 random function


Detailed Description

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


Member Function Documentation

ADODB_ado_access::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_ado.

Definition at line 37 of file adodb-ado_access.inc.php.

ADODB_ado_access::RollbackTrans (  ) 

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

Returns:
true/false.

Reimplemented from ADODB_ado.

Definition at line 41 of file adodb-ado_access.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!