ADODB_fbsql Class Reference

Inheritance diagram for ADODB_fbsql:

ADOConnection List of all members.

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

Detailed Description

Definition at line 17 of file adodb-fbsql.inc.php.


Constructor & Destructor Documentation

ADODB_fbsql.ADODB_fbsql  ) 
 

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


Member Function Documentation

ADODB_fbsql._affectedrows  ) 
 

Definition at line 35 of file adodb-fbsql.inc.php.

ADODB_fbsql._close  ) 
 

Definition at line 149 of file adodb-fbsql.inc.php.

ADODB_fbsql._connect argHostname,
argUsername,
argPassword,
argDatabasename
 

Definition at line 66 of file adodb-fbsql.inc.php.

ADODB_fbsql._insertid  ) 
 

Definition at line 30 of file adodb-fbsql.inc.php.

ADODB_fbsql._pconnect argHostname,
argUsername,
argPassword,
argDatabasename
 

Definition at line 75 of file adodb-fbsql.inc.php.

ADODB_fbsql._query sql,
inputarr
 

Definition at line 130 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);

Returns:
concatenated string

Reimplemented from ADOConnection.

Definition at line 54 of file adodb-fbsql.inc.php.

ADODB_fbsql.ErrorMsg  ) 
 

Returns:
the last error message

Reimplemented from ADOConnection.

Definition at line 136 of file adodb-fbsql.inc.php.

ADODB_fbsql.ErrorNo  ) 
 

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

Reimplemented from ADOConnection.

Definition at line 143 of file adodb-fbsql.inc.php.

& ADODB_fbsql.MetaColumns table  ) 
 

Definition at line 83 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.

Returns:
an array of database names.

Reimplemented from ADOConnection.

Definition at line 40 of file adodb-fbsql.inc.php.

ADODB_fbsql.SelectDB dbName  ) 
 

Choose a database to connect to. Many databases do not support this.

Parameters:
dbName is the name of the database to select
Returns:
true or false

Reimplemented from ADOConnection.

Definition at line 119 of file adodb-fbsql.inc.php.


Member Data Documentation

ADODB_fbsql.$databaseType = 'fbsql'
 

Reimplemented from ADOConnection.

Definition at line 18 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.$hasAffectedRows = true
 

supports autoincrement ID?

Reimplemented from ADOConnection.

Definition at line 20 of file adodb-fbsql.inc.php.

ADODB_fbsql.$hasInsertID = true
 

Reimplemented from ADOConnection.

Definition at line 19 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.

ADODB_fbsql.$metaColumnsSQL = "SHOW COLUMNS FROM %s"
 

Definition at line 22 of file adodb-fbsql.inc.php.

ADODB_fbsql.$metaTablesSQL = "SHOW TABLES"
 

Reimplemented from ADOConnection.

Definition at line 21 of file adodb-fbsql.inc.php.


The documentation for this class was generated from the following file:
Generated on Fri Apr 7 10:48:43 2006 for TYPO3 by  doxygen 1.4.6