"TYPO3 4.0.1: ADODB_csv Class Reference", "datetime" => "Sat Dec 2 19:23:04 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>


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.
|
|
Reimplemented from ADOConnection. Definition at line 175 of file adodb-csv.inc.php. Referenced by _Execute(), and SelectLimit(). |
|
|
Reimplemented from ADOConnection. Definition at line 181 of file adodb-csv.inc.php. Referenced by _Execute(), and SelectLimit(). |
|
|
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. |