

Fonctions membres publiques | |
| 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 () | |
Attributs publics | |
| $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 | |
| ADODB_fbsql::ADODB_fbsql | ( | ) |
| ADODB_fbsql::_insertid | ( | ) |
| ADODB_fbsql::_affectedrows | ( | ) |
| & ADODB_fbsql::MetaDatabases | ( | ) |
return the databases that the driver can connect to. Some databases will return an empty array.
Réimplémentée à partir de ADOConnection.
| 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);
Réimplémentée à partir de ADOConnection.
| ADODB_fbsql::_connect | ( | $ | argHostname, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argDatabasename | |||
| ) |
| ADODB_fbsql::_pconnect | ( | $ | argHostname, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argDatabasename | |||
| ) |
| & ADODB_fbsql::MetaColumns | ( | $ | table | ) |
| 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 |
Réimplémentée à partir de ADOConnection.
| ADODB_fbsql::_query | ( | $ | sql, | |
| $ | inputarr | |||
| ) |
| ADODB_fbsql::ErrorMsg | ( | ) |
| ADODB_fbsql::ErrorNo | ( | ) |
| ADODB_fbsql::_close | ( | ) |
| ADODB_fbsql::$databaseType = 'fbsql' |
Réimplémentée à partir de ADOConnection.
| ADODB_fbsql::$hasInsertID = true |
Réimplémentée à partir de ADOConnection.
| ADODB_fbsql::$hasAffectedRows = true |
| ADODB_fbsql::$metaTablesSQL = "SHOW TABLES" |
Réimplémentée à partir de ADOConnection.
| ADODB_fbsql::$metaColumnsSQL = "SHOW COLUMNS FROM %s" |
| ADODB_fbsql::$fmtTimeStamp = "'Y-m-d H:i:s'" |
used by DBDate() as the default date format used by the database
Réimplémentée à partir de ADOConnection.
| ADODB_fbsql::$hasLimit = false |
1.5.3