Documentation TYPO3 par Ameos |
Public Member Functions | |
ADODB_fbsql () | |
_insertid () | |
_affectedrows () | |
& | MetaDatabases () |
Concat () | |
_connect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
_pconnect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
& | MetaColumns ($table) |
SelectDB ($dbName) | |
_query ($sql, $inputarr) | |
ErrorMsg () | |
ErrorNo () | |
_close () | |
Public Attributes | |
$databaseType = 'fbsql' | |
$hasInsertID = true | |
$hasAffectedRows = true | |
supports autoincrement ID? | |
$metaTablesSQL = "SHOW TABLES" | |
$metaColumnsSQL = "SHOW COLUMNS FROM %s" | |
$fmtTimeStamp = "'Y-m-d H:i:s'" | |
used by DBDate() as the default date format used by the database | |
$hasLimit = false | |
support mssql/access SELECT TOP 10 * FROM TABLE |
Definition at line 17 of file adodb-fbsql.inc.php.
& ADODB_fbsql::MetaDatabases | ( | ) |
return the databases that the driver can connect to. Some databases will return an empty array.
Reimplemented from ADOConnection.
Definition at line 40 of file adodb-fbsql.inc.php.
ADODB_fbsql::Concat | ( | ) |
Different SQL databases used different methods to combine strings together. This function provides a wrapper.
param s variable number of string parameters
Usage: $db->Concat($str1,$str2);
Reimplemented from ADOConnection.
Definition at line 54 of file adodb-fbsql.inc.php.
ADODB_fbsql::SelectDB | ( | $ | dbName | ) |
Choose a database to connect to. Many databases do not support this.
dbName | is the name of the database to select |
Reimplemented from ADOConnection.
Definition at line 119 of file adodb-fbsql.inc.php.
Referenced by _connect(), and _pconnect().
ADODB_fbsql::ErrorMsg | ( | ) |
Reimplemented from ADOConnection.
Definition at line 136 of file adodb-fbsql.inc.php.
ADODB_fbsql::ErrorNo | ( | ) |
Reimplemented from ADOConnection.
Definition at line 143 of file adodb-fbsql.inc.php.