

Fonctions membres publiques | |
| ADODB_access () | |
| Time () | |
| BeginTrans () | |
| IfNull ($field, $ifNull) | |
Attributs publics | |
| $databaseType = '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 | |
| $_bindInputArray = false | |
| A boolean variable to state whether its a persistent connection or normal connection. */. | |
| $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(); | |
| ADODB_access::ADODB_access | ( | ) |
| ADODB_access::Time | ( | ) |
Réimplémentée à partir de ADOConnection.
| ADODB_access::BeginTrans | ( | ) |
Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans().
Réimplémentée à partir de ADODB_odbc.
| ADODB_access::IfNull | ( | $ | field, | |
| $ | ifNull | |||
| ) |
Réimplémentée à partir de ADOConnection.
| ADODB_access::$databaseType = 'access' |
Réimplémentée à partir de ADODB_odbc.
| ADODB_access::$hasTop = 'top' |
| ADODB_access::$fmtDate = "#Y-m-d#" |
| ADODB_access::$fmtTimeStamp = "#Y-m-d h:i:sA#" |
used by DBDate() as the default date format used by the database
Réimplémentée à partir de ADODB_odbc.
| ADODB_access::$_bindInputArray = false |
A boolean variable to state whether its a persistent connection or normal connection. */.
Réimplémentée à partir de ADODB_odbc.
| ADODB_access::$sysDate = "FORMAT(NOW,'yyyy-mm-dd')" |
| ADODB_access::$sysTimeStamp = 'NOW' |
| ADODB_access::$hasTransactions = false |
1.5.3