"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); ?>

ADODB_csv Class Reference

Inheritance diagram for ADODB_csv:

Inheritance graph
[legend]
Collaboration diagram for ADODB_csv:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Definition at line 26 of file adodb-csv.inc.php.


Member Function Documentation

ADODB_csv::ErrorMsg  ) 
 

Returns:
the last error message

Reimplemented from ADOConnection.

Definition at line 175 of file adodb-csv.inc.php.

Referenced by _Execute(), and SelectLimit().

ADODB_csv::ErrorNo  ) 
 

Returns:
the last error number. Normally 0 means no error.

Reimplemented from ADOConnection.

Definition at line 181 of file adodb-csv.inc.php.

Referenced by _Execute(), and SelectLimit().

& ADODB_csv::MetaDatabases  ) 
 

return the databases that the driver can connect to. Some databases will return an empty array.

Returns:
an array of database names.

Reimplemented from ADOConnection.

Definition at line 53 of file adodb-csv.inc.php.


The documentation for this class was generated from the following file: