Inheritance diagram for ADODB_csv:

Public Member Functions | |
| ADODB_csv () | |
| _insertid () | |
| _affectedrows () | |
| & | MetaDatabases () |
| _connect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
| _pconnect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
| & | MetaColumns ($table) |
| & | SelectLimit ($sql, $nrows=-1, $offset=-1) |
| & | _Execute ($sql, $inputarr=false) |
| ErrorMsg () | |
| ErrorNo () | |
| _close () | |
Public Attributes | |
| $databaseType = 'csv' | |
| $databaseProvider = 'csv' | |
| $hasInsertID = true | |
| $hasAffectedRows = true | |
| supports autoincrement ID? | |
| $fmtTimeStamp = "'Y-m-d H:i:s'" | |
| used by DBDate() as the default date format used by the database | |
| $_affectedrows = 0 | |
| $_insertid = 0 | |
| $_url | |
| $replaceQuote = "''" | |
| string that represents FALSE for a database | |
| $hasTransactions = false | |
| can generate sequences using GenID(); | |
| $_errorNo = false | |
Definition at line 26 of file adodb-csv.inc.php.
|
|
Definition at line 39 of file adodb-csv.inc.php. |
|
|
Definition at line 48 of file adodb-csv.inc.php. |
|
|
Definition at line 187 of file adodb-csv.inc.php. |
|
||||||||||||||||||||
|
Definition at line 60 of file adodb-csv.inc.php. |
|
||||||||||||
|
Reimplemented from ADOConnection. Definition at line 117 of file adodb-csv.inc.php. |
|
|
Definition at line 43 of file adodb-csv.inc.php. |
|
||||||||||||||||||||
|
Definition at line 68 of file adodb-csv.inc.php. |
|
|
Reimplemented from ADOConnection. Definition at line 175 of file adodb-csv.inc.php. |
|
|
Reimplemented from ADOConnection. Definition at line 181 of file adodb-csv.inc.php. |
|
|
Definition at line 75 of file adodb-csv.inc.php. |
|
|
return the databases that the driver can connect to. Some databases will return an empty array.
Reimplemented from ADOConnection. Definition at line 53 of file adodb-csv.inc.php. |
|
||||||||||||||||
|
Definition at line 82 of file adodb-csv.inc.php. |
|
|
Definition at line 32 of file adodb-csv.inc.php. |
|
|
Definition at line 37 of file adodb-csv.inc.php. |
|
|
Definition at line 33 of file adodb-csv.inc.php. |
|
|
Definition at line 34 of file adodb-csv.inc.php. |
|
|
Reimplemented in ADODB_proxy. Definition at line 28 of file adodb-csv.inc.php. |
|
|
Reimplemented from ADOConnection. Reimplemented in ADODB_proxy. Definition at line 27 of file adodb-csv.inc.php. |
|
|
used by DBDate() as the default date format used by the database
Reimplemented from ADOConnection. Definition at line 31 of file adodb-csv.inc.php. |
|
|
supports autoincrement ID?
Reimplemented from ADOConnection. Definition at line 30 of file adodb-csv.inc.php. |
|
|
Reimplemented from ADOConnection. Definition at line 29 of file adodb-csv.inc.php. |
|
|
can generate sequences using GenID();
Reimplemented from ADOConnection. Definition at line 36 of file adodb-csv.inc.php. |
|
|
string that represents FALSE for a database
Reimplemented from ADOConnection. Definition at line 35 of file adodb-csv.inc.php. |
1.4.6