Documentation TYPO3 par Ameos

ADODB_fbsql Class Reference

Inheritance diagram for ADODB_fbsql:

Inheritance graph
[legend]
Collaboration diagram for ADODB_fbsql:

Collaboration graph
[legend]
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.


Member Function Documentation

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::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.

Referenced by _connect(), and _pconnect().


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


Généré par Les spécialistes TYPO3 avec  doxygen 1.4.6