Inheritance diagram for ADODB_access:

Public Member Functions | |
| ADODB_access () | |
| Time () | |
| BeginTrans () | |
| IfNull ($field, $ifNull) | |
Public Attributes | |
| $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')" | |
| cache for 1 hour | |
| $sysTimeStamp = 'NOW' | |
| name of function that returns the current date | |
| $hasTransactions = false | |
| can generate sequences using GenID(); | |
Definition at line 21 of file adodb-access.inc.php.
|
|
Definition at line 31 of file adodb-access.inc.php. |
|
|
Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans().
Reimplemented from ADODB_odbc. Definition at line 44 of file adodb-access.inc.php. |
|
||||||||||||
|
Reimplemented from ADOConnection. Definition at line 46 of file adodb-access.inc.php. |
|
|
Reimplemented from ADOConnection. Definition at line 39 of file adodb-access.inc.php. |
|
|
A boolean variable to state whether its a persistent connection or normal connection. */.
Reimplemented from ADODB_odbc. Definition at line 26 of file adodb-access.inc.php. |
|
|
Reimplemented from ADODB_odbc. Definition at line 22 of file adodb-access.inc.php. |
|
|
uppercase function
Reimplemented from ADODB_odbc. Definition at line 24 of file adodb-access.inc.php. |
|
|
used by DBDate() as the default date format used by the database
Reimplemented from ADODB_odbc. Definition at line 25 of file adodb-access.inc.php. |
|
|
supports affected rows for update/delete?
Reimplemented from ADOConnection. Definition at line 23 of file adodb-access.inc.php. |
|
|
can generate sequences using GenID();
Reimplemented from ADOConnection. Definition at line 29 of file adodb-access.inc.php. |
|
|
cache for 1 hour
Reimplemented from ADOConnection. Definition at line 27 of file adodb-access.inc.php. |
|
|
name of function that returns the current date
Reimplemented from ADOConnection. Definition at line 28 of file adodb-access.inc.php. |
1.4.6