

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.ADODB_fbsql | ( | ) |
Definition at line 26 of file adodb-fbsql.inc.php.
| ADODB_fbsql._insertid | ( | ) |
Definition at line 30 of file adodb-fbsql.inc.php.
| ADODB_fbsql._affectedrows | ( | ) |
Definition at line 35 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.
References $arr.
| 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._connect | ( | $ | argHostname, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argDatabasename | |||
| ) |
Definition at line 66 of file adodb-fbsql.inc.php.
References SelectDB().

| ADODB_fbsql._pconnect | ( | $ | argHostname, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argDatabasename | |||
| ) |
Definition at line 75 of file adodb-fbsql.inc.php.
References SelectDB().

| & ADODB_fbsql.MetaColumns | ( | $ | table | ) |
Definition at line 83 of file adodb-fbsql.inc.php.
References $rs, and ADOConnection.Execute().

| 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.
References database.
Referenced by _connect(), and _pconnect().
| ADODB_fbsql._query | ( | $ | sql, | |
| $ | inputarr | |||
| ) |
Definition at line 130 of file adodb-fbsql.inc.php.
| 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.
| ADODB_fbsql._close | ( | ) |
Definition at line 149 of file adodb-fbsql.inc.php.
| ADODB_fbsql.$databaseType = 'fbsql' |
| ADODB_fbsql.$hasInsertID = true |
| ADODB_fbsql.$hasAffectedRows = true |
supports autoincrement ID?
Reimplemented from ADOConnection.
Definition at line 20 of file adodb-fbsql.inc.php.
| ADODB_fbsql.$metaTablesSQL = "SHOW TABLES" |
| ADODB_fbsql.$metaColumnsSQL = "SHOW COLUMNS FROM %s" |
Definition at line 22 of file adodb-fbsql.inc.php.
| ADODB_fbsql.$fmtTimeStamp = "'Y-m-d H:i:s'" |
used by DBDate() as the default date format used by the database
Reimplemented from ADOConnection.
Definition at line 23 of file adodb-fbsql.inc.php.
| ADODB_fbsql.$hasLimit = false |
support mssql/access SELECT TOP 10 * FROM TABLE
Reimplemented from ADOConnection.
Definition at line 24 of file adodb-fbsql.inc.php.