Documentation TYPO3 par Ameos |
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.
& ADODB_csv::MetaDatabases | ( | ) |
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.
ADODB_csv::ErrorMsg | ( | ) |
Reimplemented from ADOConnection.
Definition at line 175 of file adodb-csv.inc.php.
Referenced by _Execute(), and SelectLimit().
ADODB_csv::ErrorNo | ( | ) |
Reimplemented from ADOConnection.
Definition at line 181 of file adodb-csv.inc.php.
Referenced by _Execute(), and SelectLimit().