Documentation TYPO3 par Ameos |


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')" | |
| cache for 1 hour | |
| $sysTimeStamp = 'NOW' | |
| name of function that returns the current date | |
| $hasTransactions = false | |
| can generate sequences using GenID(); | |
Definition at line 22 of file adodb-ado_access.inc.php.
|
|
Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans().
Reimplemented from ADODB_ado. Definition at line 36 of file adodb-ado_access.inc.php. |
|
|
If database does not support transactions, rollbacks always fail, so return false
Reimplemented from ADODB_ado. Definition at line 40 of file adodb-ado_access.inc.php. |
1.4.6