Index of all elements
	[ a ]
	[ b ]
	[ c ]
	[ d ]
	[ e ]
	[ f ]
	[ g ]
	[ i ]
	[ l ]
	[ m ]
	[ n ]
	[ o ]
	[ p ]
	[ q ]
	[ r ]
	[ s ]
	[ t ]
	[ _ ]
   
	
	
		a
		
							- $affected
 
				- in file ifx.php, variable DB_ifx::$affected
 
							- $affected
 
				- in file pgsql.php, variable DB_pgsql::$affected
 
							- $autocommit
 
				- in file mssql.php, variable DB_mssql::$autocommit
 
							- $autocommit
 
				- in file ifx.php, variable DB_ifx::$autocommit
 
							- $autocommit
 
				- in file mysqli.php, variable DB_mysqli::$autocommit
 
							- $autoCommit
 
				- in file oci8.php, variable DB_oci8::$autoCommit
 
							- $autocommit
 
				- in file sybase.php, variable DB_sybase::$autocommit
 
							- $autocommit
 
				- in file pgsql.php, variable DB_pgsql::$autocommit
 
							- $autocommit
 
				- in file mysql.php, variable DB_mysql::$autocommit
 
							- $autocommit
 
				- in file ibase.php, variable DB_ibase::$autocommit
 
							- affectedRows
 
				- in file oci8.php, method DB_oci8::affectedRows()
     Gets the number of rows affected by the last query. 
							- affectedRows
 
				- in file mysql.php, method DB_mysql::affectedRows()
     Gets the number of rows affected by the data manipulation  query.  For other queries, this function returns 0. 
							- affectedRows
 
				- in file odbc.php, method DB_odbc::affectedRows()
     Returns the number of rows affected by a manipulative query 
							- affectedRows
 
				- in file sqlite.php, method DB_sqlite::affectedRows()
     Gets the number of rows affected by a query. 
							- affectedRows
 
				- in file sybase.php, method DB_sybase::affectedRows()
     Gets the number of rows affected by the data manipulation  query.  For other queries, this function returns 0. 
							- affectedRows
 
				- in file common.php, method DB_common::affectedRows()
     Returns the affected rows of a query 
							- affectedRows
 
				- in file pgsql.php, method DB_pgsql::affectedRows()
     Gets the number of rows affected by the last query. 
							- affectedRows
 
				- in file mysqli.php, method DB_mysqli::affectedRows()
     Gets the number of rows affected by the data manipulation  query.  For other queries, this function returns 0. 
							- affectedRows
 
				- in file ifx.php, method DB_ifx::affectedRows()
     Gets the number of rows affected by the last query. 
							- affectedRows
 
				- in file fbsql.php, method DB_fbsql::affectedRows()
     Gets the number of rows affected by the data manipulation  query.  For other queries, this function returns 0. 
							- affectedRows
 
				- in file msql.php, method DB_msql::affectedRows()
     Gets the number of rows affected by a query. 
							- affectedRows
 
				- in file mssql.php, method DB_mssql::affectedRows()
     Gets the number of rows affected by the last query. 
							- apiVersion
 
				- in file DB.php, method DB::apiVersion()
     Return the DB API version 
							- assertExtension
 
				- in file DB.php, method DB::assertExtension()
     Load a PHP database extension if it is not loaded already. 
							- autoCommit
 
				- in file pgsql.php, method DB_pgsql::autoCommit()
     Enable/disable automatic commits 
							- autoCommit
 
				- in file sybase.php, method DB_sybase::autoCommit()
     Enable/disable automatic commits 
							- autoCommit
 
				- in file common.php, method DB_common::autoCommit()
     enable automatic Commit 
							- autoCommit
 
				- in file ifx.php, method DB_ifx::autoCommit()
     Enable/disable automatic commits 
							- autoCommit
 
				- in file fbsql.php, method DB_fbsql::autoCommit()
 
							- autoCommit
 
				- in file odbc.php, method DB_odbc::autoCommit()
 
							- autoCommit
 
				- in file mysqli.php, method DB_mysqli::autoCommit()
     Enable/disable automatic commits. 
							- autoCommit
 
				- in file ibase.php, method DB_ibase::autoCommit()
 
							- autoCommit
 
				- in file mysql.php, method DB_mysql::autoCommit()
     Enable/disable automatic commits 
							- autoCommit
 
				- in file oci8.php, method DB_oci8::autoCommit()
     Enable/disable automatic commits 
							- autoCommit
 
				- in file mssql.php, method DB_mssql::autoCommit()
     Enable/disable automatic commits 
							- autoExecute
 
				- in file common.php, method DB_common::autoExecute()
     Automaticaly generate an insert or update query and call prepare()  and execute() with it 
							- autoPrepare
 
				- in file common.php, method DB_common::autoPrepare()
     Automaticaly generate an insert or update query and pass it to prepare() 
					 
	 
	top 
   
	
	
	top 
   
	
	
		c
		
							- $connection
 
				- in file pgsql.php, variable DB_pgsql::$connection
 
							- $connection
 
				- in file oci8.php, variable DB_oci8::$connection
 
							- $connection
 
				- in file ibase.php, variable DB_ibase::$connection
 
							- $connection
 
				- in file msql.php, variable DB_msql::$connection
 
							- $connection
 
				- in file mssql.php, variable DB_mssql::$connection
 
							- $connection
 
				- in file mysqli.php, variable DB_mysqli::$connection
 
							- $connection
 
				- in file mysql.php, variable DB_mysql::$connection
 
							- $connection
 
				- in file odbc.php, variable DB_odbc::$connection
 
							- $connection
 
				- in file sqlite.php, variable DB_sqlite::$connection
 
							- $connection
 
				- in file ifx.php, variable DB_ifx::$connection
 
							- $connection
 
				- in file sybase.php, variable DB_sybase::$connection
 
							- $connection
 
				- in file fbsql.php, variable DB_fbsql::$connection
 
							- $connection
 
				- in file dbase.php, variable DB_dbase::$connection
 
							- commit
 
				- in file sybase.php, method DB_sybase::commit()
     Commit the current transaction. 
							- commit
 
				- in file odbc.php, method DB_odbc::commit()
 
							- commit
 
				- in file mysql.php, method DB_mysql::commit()
     Commit the current transaction. 
							- commit
 
				- in file oci8.php, method DB_oci8::commit()
     Commit transactions on the current connection 
							- commit
 
				- in file mysqli.php, method DB_mysqli::commit()
     Commit the current transaction. 
							- commit
 
				- in file common.php, method DB_common::commit()
     starts a Commit 
							- commit
 
				- in file pgsql.php, method DB_pgsql::commit()
     Commit the current transaction. 
							- commit
 
				- in file mssql.php, method DB_mssql::commit()
     Commit the current transaction. 
							- commit
 
				- in file fbsql.php, method DB_fbsql::commit()
 
							- commit
 
				- in file ifx.php, method DB_ifx::commit()
     Commit the current transaction. 
							- commit
 
				- in file ibase.php, method DB_ibase::commit()
 
							- connect
 
				- in file odbc.php, method DB_odbc::connect()
     Connect to a database and log in as the specified user. 
							- connect
 
				- in file sybase.php, method DB_sybase::connect()
     Connect to a database and log in as the specified user. 
							- connect
 
				- in file pgsql.php, method DB_pgsql::connect()
     Connect to a database and log in as the specified user. 
							- connect
 
				- in file oci8.php, method DB_oci8::connect()
     Connect to a database and log in as the specified user. 
							- connect
 
				- in file sqlite.php, method DB_sqlite::connect()
     Connect to a database represented by a file. 
							- connect
 
				- in file mysql.php, method DB_mysql::connect()
     Connect to a database and log in as the specified user. 
							- connect
 
				- in file msql.php, method DB_msql::connect()
 
							- connect
 
				- in file ifx.php, method DB_ifx::connect()
     Connect to a database and log in as the specified user. 
							- connect
 
				- in file ibase.php, method DB_ibase::connect()
 
							- connect
 
				- in file fbsql.php, method DB_fbsql::connect()
     Connect to a database and log in as the specified user. 
							- connect
 
				- in file dbase.php, method DB_dbase::connect()
 
							- connect
 
				- in file mssql.php, method DB_mssql::connect()
 
							- connect
 
				- in file mysqli.php, method DB_mysqli::connect()
     Connect to a database and log in as the specified user. 
							- connect
 
				- in file DB.php, method DB::connect()
     Create a new DB object and connect to the specified database. 
							- create
 
				- in file storage.php, method DB_storage::create()
     Static method used to create new DB storage objects. 
							- createSequence
 
				- in file sybase.php, method DB_sybase::createSequence()
     Creates a new sequence 
							- createSequence
 
				- in file common.php, method DB_common::createSequence()
     Creates a new sequence 
							- createSequence
 
				- in file fbsql.php, method DB_fbsql::createSequence()
     Creates a new sequence 
							- createSequence
 
				- in file sqlite.php, method DB_sqlite::createSequence()
     Creates a new sequence 
							- createSequence
 
				- in file ibase.php, method DB_ibase::createSequence()
     Create the sequence 
							- createSequence
 
				- in file oci8.php, method DB_oci8::createSequence()
     Creates a new sequence 
							- createSequence
 
				- in file mysql.php, method DB_mysql::createSequence()
     Creates a new sequence 
							- createSequence
 
				- in file pgsql.php, method DB_pgsql::createSequence()
     Create the sequence 
							- createSequence
 
				- in file mssql.php, method DB_mssql::createSequence()
     Creates a new sequence 
							- createSequence
 
				- in file odbc.php, method DB_odbc::createSequence()
     Creates a new sequence 
							- createSequence
 
				- in file mysqli.php, method DB_mysqli::createSequence()
     Creates a new sequence 
							- common.php
 
				- procedural page common.php
 
					 
	 
	top 
   
	
	
		d
		
							- $dbh
 
				- in file common.php, variable DB_common::$dbh
     DB handle 
							- $dbh
 
				- in file DB.php, variable DB_result::$dbh
 
							- $dbsyntax
 
				- in file dbase.php, variable DB_dbase::$dbsyntax
 
							- $dbsyntax
 
				- in file oci8.php, variable DB_oci8::$dbsyntax
 
							- $dbsyntax
 
				- in file ibase.php, variable DB_ibase::$dbsyntax
 
							- $dbsyntax
 
				- in file mysql.php, variable DB_mysql::$dbsyntax
 
							- $dbsyntax
 
				- in file mssql.php, variable DB_mssql::$dbsyntax
 
							- $dbsyntax
 
				- in file fbsql.php, variable DB_fbsql::$dbsyntax
 
							- $dbsyntax
 
				- in file msql.php, variable DB_msql::$dbsyntax
 
							- $dbsyntax
 
				- in file odbc.php, variable DB_odbc::$dbsyntax
 
							- $dbsyntax
 
				- in file sqlite.php, variable DB_sqlite::$dbsyntax
 
							- $dbsyntax
 
				- in file mysqli.php, variable DB_mysqli::$dbsyntax
 
							- $dbsyntax
 
				- in file pgsql.php, variable DB_pgsql::$dbsyntax
 
							- $dbsyntax
 
				- in file sybase.php, variable DB_sybase::$dbsyntax
 
							- $dsn
 
				- in file ifx.php, variable DB_ifx::$dsn
 
							- $dsn
 
				- in file pgsql.php, variable DB_pgsql::$dsn
 
							- DB
 
				- in file DB.php, class DB
     The main "DB" class is simply a container class with some static  methods for creating DB objects as well as some utility functions  common to all parts of DB. 
							- dbase.php
 
				- procedural page dbase.php
 
							- DB.php
 
				- procedural page DB.php
 
							- DB_AUTOQUERY_INSERT
 
				- in file DB.php, constant DB_AUTOQUERY_INSERT
 
							- DB_AUTOQUERY_UPDATE
 
				- in file DB.php, constant DB_AUTOQUERY_UPDATE
 
							- DB_BINMODE_CONVERT
 
				- in file DB.php, constant DB_BINMODE_CONVERT
 
							- DB_BINMODE_PASSTHRU
 
				- in file DB.php, constant DB_BINMODE_PASSTHRU
 
							- DB_BINMODE_RETURN
 
				- in file DB.php, constant DB_BINMODE_RETURN
 
							- DB_common
 
				- in file common.php, method DB_common::DB_common()
     Constructor 
							- DB_common
 
				- in file common.php, class DB_common
     DB_common is a base class for DB implementations, and must be  inherited by all such 
							- DB_dbase
 
				- in file dbase.php, method DB_dbase::DB_dbase()
     DB_mysql constructor. 
							- DB_dbase
 
				- in file dbase.php, class DB_dbase
     Database independent query interface definition for PHP's dbase  extension. 
							- DB_ERROR
 
				- in file DB.php, constant DB_ERROR
 
							- DB_Error
 
				- in file DB.php, class DB_Error
     DB_Error implements a class for reporting portable database error  messages. 
							- DB_Error
 
				- in file DB.php, method DB_Error::DB_Error()
     DB_Error constructor. 
							- DB_ERROR_ACCESS_VIOLATION
 
				- in file DB.php, constant DB_ERROR_ACCESS_VIOLATION
 
							- DB_ERROR_ALREADY_EXISTS
 
				- in file DB.php, constant DB_ERROR_ALREADY_EXISTS
 
							- DB_ERROR_CANNOT_CREATE
 
				- in file DB.php, constant DB_ERROR_CANNOT_CREATE
 
							- DB_ERROR_CANNOT_DELETE
 
				- in file DB.php, constant DB_ERROR_CANNOT_DELETE
 
							- DB_ERROR_CANNOT_DROP
 
				- in file DB.php, constant DB_ERROR_CANNOT_DROP
 
							- DB_ERROR_CONNECT_FAILED
 
				- in file DB.php, constant DB_ERROR_CONNECT_FAILED
 
							- DB_ERROR_CONSTRAINT
 
				- in file DB.php, constant DB_ERROR_CONSTRAINT
 
							- DB_ERROR_CONSTRAINT_NOT_NULL
 
				- in file DB.php, constant DB_ERROR_CONSTRAINT_NOT_NULL
 
							- DB_ERROR_DIVZERO
 
				- in file DB.php, constant DB_ERROR_DIVZERO
 
							- DB_ERROR_EXTENSION_NOT_FOUND
 
				- in file DB.php, constant DB_ERROR_EXTENSION_NOT_FOUND
 
							- DB_ERROR_INVALID
 
				- in file DB.php, constant DB_ERROR_INVALID
 
							- DB_ERROR_INVALID_DATE
 
				- in file DB.php, constant DB_ERROR_INVALID_DATE
 
							- DB_ERROR_INVALID_DSN
 
				- in file DB.php, constant DB_ERROR_INVALID_DSN
 
							- DB_ERROR_INVALID_NUMBER
 
				- in file DB.php, constant DB_ERROR_INVALID_NUMBER
 
							- DB_ERROR_MISMATCH
 
				- in file DB.php, constant DB_ERROR_MISMATCH
 
							- DB_ERROR_NEED_MORE_DATA
 
				- in file DB.php, constant DB_ERROR_NEED_MORE_DATA
 
							- DB_ERROR_NODBSELECTED
 
				- in file DB.php, constant DB_ERROR_NODBSELECTED
 
							- DB_ERROR_NOSUCHDB
 
				- in file DB.php, constant DB_ERROR_NOSUCHDB
 
							- DB_ERROR_NOSUCHFIELD
 
				- in file DB.php, constant DB_ERROR_NOSUCHFIELD
 
							- DB_ERROR_NOSUCHTABLE
 
				- in file DB.php, constant DB_ERROR_NOSUCHTABLE
 
							- DB_ERROR_NOT_CAPABLE
 
				- in file DB.php, constant DB_ERROR_NOT_CAPABLE
 
							- DB_ERROR_NOT_FOUND
 
				- in file DB.php, constant DB_ERROR_NOT_FOUND
 
							- DB_ERROR_NOT_LOCKED
 
				- in file DB.php, constant DB_ERROR_NOT_LOCKED
 
							- DB_ERROR_SYNTAX
 
				- in file DB.php, constant DB_ERROR_SYNTAX
 
							- DB_ERROR_TRUNCATED
 
				- in file DB.php, constant DB_ERROR_TRUNCATED
 
							- DB_ERROR_UNSUPPORTED
 
				- in file DB.php, constant DB_ERROR_UNSUPPORTED
 
							- DB_ERROR_VALUE_COUNT_ON_ROW
 
				- in file DB.php, constant DB_ERROR_VALUE_COUNT_ON_ROW
 
							- DB_fbsql
 
				- in file fbsql.php, class DB_fbsql
     Database independent query interface definition for PHP's FrontBase  extension. 
							- DB_fbsql
 
				- in file fbsql.php, method DB_fbsql::DB_fbsql()
     DB_fbsql constructor. 
							- DB_FETCHMODE_ASSOC
 
				- in file DB.php, constant DB_FETCHMODE_ASSOC
     Column data indexed by column names 
							- DB_FETCHMODE_DEFAULT
 
				- in file DB.php, constant DB_FETCHMODE_DEFAULT
     This is a special constant that tells DB the user hasn't specified  any particular get mode, so the default should be used. 
							- DB_FETCHMODE_FLIPPED
 
				- in file DB.php, constant DB_FETCHMODE_FLIPPED
     For multi-dimensional results: normally the first level of arrays  is the row number, and the second level indexed by column number or name. 
							- DB_FETCHMODE_OBJECT
 
				- in file DB.php, constant DB_FETCHMODE_OBJECT
     Column data as object properties 
							- DB_FETCHMODE_ORDERED
 
				- in file DB.php, constant DB_FETCHMODE_ORDERED
     Column data indexed by numbers, ordered from 0 and up 
							- DB_GETMODE_ASSOC
 
				- in file DB.php, constant DB_GETMODE_ASSOC
 
							- DB_GETMODE_FLIPPED
 
				- in file DB.php, constant DB_GETMODE_FLIPPED
 
							- DB_GETMODE_ORDERED
 
				- in file DB.php, constant DB_GETMODE_ORDERED
 
							- DB_ibase
 
				- in file ibase.php, class DB_ibase
     Database independent query interface definition for PHP's Interbase  extension. 
							- DB_ibase
 
				- in file ibase.php, method DB_ibase::DB_ibase()
 
							- DB_ifx
 
				- in file ifx.php, class DB_ifx
     Database independent query interface definition for PHP's Informix  extension. 
							- DB_ifx
 
				- in file ifx.php, method DB_ifx::DB_ifx()
 
							- DB_msql
 
				- in file msql.php, class DB_msql
     Database independent query interface definition for PHP's Mini-SQL  extension. 
							- DB_msql
 
				- in file msql.php, method DB_msql::DB_msql()
 
							- DB_mssql
 
				- in file mssql.php, method DB_mssql::DB_mssql()
 
							- DB_mssql
 
				- in file mssql.php, class DB_mssql
     Database independent query interface definition for PHP's Microsoft SQL Server  extension. 
							- DB_mysql
 
				- in file mysql.php, method DB_mysql::DB_mysql()
     DB_mysql constructor. 
							- DB_mysql
 
				- in file mysql.php, class DB_mysql
     Database independent query interface definition for PHP's MySQL  extension. 
							- DB_mysqli
 
				- in file mysqli.php, method DB_mysqli::DB_mysqli()
     DB_mysql constructor. 
							- DB_mysqli
 
				- in file mysqli.php, class DB_mysqli
     Database independent query interface definition for PHP's mysqli  extension. 
							- DB_oci8
 
				- in file oci8.php, class DB_oci8
     Database independent query interface definition for PHP's Oracle 8  call-interface extension. 
							- DB_oci8
 
				- in file oci8.php, method DB_oci8::DB_oci8()
 
							- DB_odbc
 
				- in file odbc.php, method DB_odbc::DB_odbc()
 
							- DB_odbc
 
				- in file odbc.php, class DB_odbc
     Database independent query interface definition for PHP's ODBC  extension. 
							- DB_OK
 
				- in file DB.php, constant DB_OK
 
							- DB_PARAM_MISC
 
				- in file DB.php, constant DB_PARAM_MISC
 
							- DB_PARAM_OPAQUE
 
				- in file DB.php, constant DB_PARAM_OPAQUE
 
							- DB_PARAM_SCALAR
 
				- in file DB.php, constant DB_PARAM_SCALAR
 
							- DB_pgsql
 
				- in file pgsql.php, class DB_pgsql
     Database independent query interface definition for PHP's PostgreSQL  extension. 
							- DB_pgsql
 
				- in file pgsql.php, method DB_pgsql::DB_pgsql()
 
							- DB_PORTABILITY_ALL
 
				- in file DB.php, constant DB_PORTABILITY_ALL
     Portability: turn on all portability features. 
							- DB_PORTABILITY_DELETE_COUNT
 
				- in file DB.php, constant DB_PORTABILITY_DELETE_COUNT
     Portability: force reporting the number of rows deleted. 
							- DB_PORTABILITY_ERRORS
 
				- in file DB.php, constant DB_PORTABILITY_ERRORS
     Portability: makes certain error messages in certain drivers compatible  with those from other DBMS's. 
							- DB_PORTABILITY_LOWERCASE
 
				- in file DB.php, constant DB_PORTABILITY_LOWERCASE
     Portability: convert names of tables and fields to lower case  when using the get*(), fetch*() and tableInfo() methods. 
							- DB_PORTABILITY_NONE
 
				- in file DB.php, constant DB_PORTABILITY_NONE
     Portability: turn off all portability features. 
							- DB_PORTABILITY_NULL_TO_EMPTY
 
				- in file DB.php, constant DB_PORTABILITY_NULL_TO_EMPTY
     Portability: convert null values to empty strings in data output by  get*() and fetch*(). 
							- DB_PORTABILITY_NUMROWS
 
				- in file DB.php, constant DB_PORTABILITY_NUMROWS
     Portability: enable hack that makes numRows() work in Oracle. 
							- DB_PORTABILITY_RTRIM
 
				- in file DB.php, constant DB_PORTABILITY_RTRIM
     Portability: right trim the data output by get*() and fetch*(). 
							- DB_result
 
				- in file DB.php, method DB_result::DB_result()
     DB_result constructor. 
							- DB_result
 
				- in file DB.php, class DB_result
     This class implements a wrapper for a DB result set. 
							- DB_row
 
				- in file DB.php, class DB_row
     Pear DB Row Object 
							- DB_row
 
				- in file DB.php, method DB_row::DB_row()
     constructor 
							- DB_sqlite
 
				- in file sqlite.php, method DB_sqlite::DB_sqlite()
     Constructor for this class. 
							- DB_sqlite
 
				- in file sqlite.php, class DB_sqlite
     Database independent query interface definition for the SQLite  PECL extension. 
							- DB_storage
 
				- in file storage.php, method DB_storage::DB_storage()
     Constructor 
							- DB_storage
 
				- in file storage.php, class DB_storage
     Provides an object interface to a table row. 
							- DB_sybase
 
				- in file sybase.php, method DB_sybase::DB_sybase()
     DB_sybase constructor. 
							- DB_sybase
 
				- in file sybase.php, class DB_sybase
     Database independent query interface definition for PHP's Sybase  extension. 
							- DB_TABLEINFO_FULL
 
				- in file DB.php, constant DB_TABLEINFO_FULL
 
							- DB_TABLEINFO_ORDER
 
				- in file DB.php, constant DB_TABLEINFO_ORDER
     these are constants for the tableInfo-function 
							- DB_TABLEINFO_ORDERTABLE
 
				- in file DB.php, constant DB_TABLEINFO_ORDERTABLE
 
							- disconnect
 
				- in file dbase.php, method DB_dbase::disconnect()
 
							- disconnect
 
				- in file pgsql.php, method DB_pgsql::disconnect()
     Log out and disconnect from the database. 
							- disconnect
 
				- in file sqlite.php, method DB_sqlite::disconnect()
     Log out and disconnect from the database. 
							- disconnect
 
				- in file mysql.php, method DB_mysql::disconnect()
     Log out and disconnect from the database. 
							- disconnect
 
				- in file fbsql.php, method DB_fbsql::disconnect()
     Log out and disconnect from the database. 
							- disconnect
 
				- in file msql.php, method DB_msql::disconnect()
 
							- disconnect
 
				- in file sybase.php, method DB_sybase::disconnect()
     Log out and disconnect from the database. 
							- disconnect
 
				- in file mysqli.php, method DB_mysqli::disconnect()
     Log out and disconnect from the database. 
							- disconnect
 
				- in file mssql.php, method DB_mssql::disconnect()
 
							- disconnect
 
				- in file odbc.php, method DB_odbc::disconnect()
 
							- disconnect
 
				- in file ifx.php, method DB_ifx::disconnect()
     Log out and disconnect from the database. 
							- disconnect
 
				- in file oci8.php, method DB_oci8::disconnect()
     Log out and disconnect from the database. 
							- disconnect
 
				- in file ibase.php, method DB_ibase::disconnect()
 
							- dropSequence
 
				- in file sybase.php, method DB_sybase::dropSequence()
     Deletes a sequence 
							- dropSequence
 
				- in file sqlite.php, method DB_sqlite::dropSequence()
     Deletes a sequence 
							- dropSequence
 
				- in file common.php, method DB_common::dropSequence()
     Deletes a sequence 
							- dropSequence
 
				- in file mysql.php, method DB_mysql::dropSequence()
     Deletes a sequence 
							- dropSequence
 
				- in file ibase.php, method DB_ibase::dropSequence()
     Drop a sequence 
							- dropSequence
 
				- in file mysqli.php, method DB_mysqli::dropSequence()
     Deletes a sequence 
							- dropSequence
 
				- in file mssql.php, method DB_mssql::dropSequence()
     Deletes a sequence 
							- dropSequence
 
				- in file oci8.php, method DB_oci8::dropSequence()
     Deletes a sequence 
							- dropSequence
 
				- in file fbsql.php, method DB_fbsql::dropSequence()
     Deletes a sequence 
							- dropSequence
 
				- in file pgsql.php, method DB_pgsql::dropSequence()
     Drop a sequence 
							- dropSequence
 
				- in file odbc.php, method DB_odbc::dropSequence()
     Deletes a sequence 
							- dump
 
				- in file storage.php, method DB_storage::dump()
     Dump the contents of this object to "standard output". 
					 
	 
	top 
   
	
	
		e
		
							- $errorcode_map
 
				- in file common.php, variable DB_common::$errorcode_map
     assoc mapping native error codes to DB ones 
							- errorCode
 
				- in file ifx.php, method DB_ifx::errorCode()
     Map native error codes to DB's portable ones. 
							- errorCode
 
				- in file sqlite.php, method DB_sqlite::errorCode()
     Determine PEAR::DB error code from the database's text error message. 
							- errorCode
 
				- in file sybase.php, method DB_sybase::errorCode()
     Determine PEAR::DB error code from the database's text error message. 
							- errorCode
 
				- in file mssql.php, method DB_mssql::errorCode()
     Determine PEAR::DB error code from mssql's native codes. 
							- errorCode
 
				- in file common.php, method DB_common::errorCode()
     Map native error codes to DB's portable ones 
							- errorCode
 
				- in file pgsql.php, method DB_pgsql::errorCode()
     Determine PEAR::DB error code from the database's text error message. 
							- errorMessage
 
				- in file DB.php, method DB::errorMessage()
     Return a textual error message for a DB error code 
							- errorMessage
 
				- in file common.php, method DB_common::errorMessage()
     Map a DB error code to a textual message.  This is actually  just a wrapper for DB::errorMessage() 
							- errorNative
 
				- in file oci8.php, method DB_oci8::errorNative()
     Get the native error code of the last error (if any) that occured  on the current connection.  This does not work, as OCIError does  not work unless given a statement.  If OCIError does return  something, so will this. 
							- errorNative
 
				- in file sybase.php, method DB_sybase::errorNative()
     Get the last server error messge (if any) 
							- errorNative
 
				- in file odbc.php, method DB_odbc::errorNative()
     Get the native error code of the last error (if any) that  occured on the current connection. 
							- errorNative
 
				- in file mysqli.php, method DB_mysqli::errorNative()
     Get the native error code of the last error (if any) that  occured on the current connection. 
							- errorNative
 
				- in file sqlite.php, method DB_sqlite::errorNative()
     Get the native error string of the last error (if any) that  occured on the current connection. 
							- errorNative
 
				- in file pgsql.php, method DB_pgsql::errorNative()
     Get the native error code of the last error (if any) that  occured on the current connection. 
							- errorNative
 
				- in file mysql.php, method DB_mysql::errorNative()
     Get the native error code of the last error (if any) that  occured on the current connection. 
							- errorNative
 
				- in file common.php, method DB_common::errorNative()
     Returns an errormessage, provides by the database 
							- errorNative
 
				- in file ifx.php, method DB_ifx::errorNative()
     Get the native error message of the last error (if any) that  occured on the current connection. 
							- errorNative
 
				- in file fbsql.php, method DB_fbsql::errorNative()
     Get the native error code of the last error (if any) that  occured on the current connection. 
							- errorNative
 
				- in file mssql.php, method DB_mssql::errorNative()
     Determine MS SQL Server error code by querying @@ERROR. 
							- escapeSimple
 
				- in file common.php, method DB_common::escapeSimple()
     Escape a string according to the current DBMS's standards 
							- escapeSimple
 
				- in file mysqli.php, method DB_mysqli::escapeSimple()
     Escape a string according to the current DBMS's standards 
							- escapeSimple
 
				- in file sqlite.php, method DB_sqlite::escapeSimple()
     Escape a string according to the current DBMS's standards 
							- escapeSimple
 
				- in file pgsql.php, method DB_pgsql::escapeSimple()
     Escape a string according to the current DBMS's standards 
							- escapeSimple
 
				- in file mysql.php, method DB_mysql::escapeSimple()
     Escape a string according to the current DBMS's standards 
							- execute
 
				- in file ibase.php, method DB_ibase::execute()
     Executes a DB statement prepared with prepare(). 
							- execute
 
				- in file oci8.php, method DB_oci8::execute()
     Executes a DB statement prepared with prepare(). 
							- execute
 
				- in file common.php, method DB_common::execute()
     Executes a DB statement prepared with prepare() 
							- executeMultiple
 
				- in file common.php, method DB_common::executeMultiple()
     This function does several execute() calls on the same  statement handle 
					 
	 
	top 
   
	
	
		f
		
							- $features
 
				- in file common.php, variable DB_common::$features
     assoc of capabilities for this DB implementation 
							- $fetchmode
 
				- in file ifx.php, variable DB_ifx::$fetchmode
 
							- $fetchmode
 
				- in file mysqli.php, variable DB_mysqli::$fetchmode
 
							- $fetchmode
 
				- in file pgsql.php, variable DB_pgsql::$fetchmode
 
							- $fetchmode
 
				- in file mysql.php, variable DB_mysql::$fetchmode
 
							- $fetchmode
 
				- in file fbsql.php, variable DB_fbsql::$fetchmode
 
							- $fetchmode
 
				- in file common.php, variable DB_common::$fetchmode
 
							- $fetchmode_object_class
 
				- in file common.php, variable DB_common::$fetchmode_object_class
 
							- fbsql.php
 
				- procedural page fbsql.php
 
							- factory
 
				- in file DB.php, method DB::factory()
     Create a new DB object for the specified database type. 
							- fbsqlRaiseError
 
				- in file fbsql.php, method DB_fbsql::fbsqlRaiseError()
     Gather information about an error, then use that info to create a  DB error object and finally return that object. 
							- fetchInto
 
				- in file DB.php, method DB_result::fetchInto()
     Fetch a row of data into an array which is passed by reference. 
							- fetchRow
 
				- in file DB.php, method DB_result::fetchRow()
     Fetch a row of data and return it by reference into an array. 
							- free
 
				- in file DB.php, method DB_result::free()
     Frees the resources allocated for this result set. 
							- freePrepared
 
				- in file common.php, method DB_common::freePrepared()
     Free the resource used in a prepared query 
							- freePrepared
 
				- in file ibase.php, method DB_ibase::freePrepared()
     Free the internal resources associated with a prepared query. 
							- freePrepared
 
				- in file oci8.php, method DB_oci8::freePrepared()
     Free the internal resources associated with a prepared query. 
							- freeQuery
 
				- in file ibase.php, method DB_ibase::freeQuery()
 
							- freeResult
 
				- in file odbc.php, method DB_odbc::freeResult()
 
							- freeResult
 
				- in file oci8.php, method DB_oci8::freeResult()
     Free the internal resources associated with $result. 
							- freeResult
 
				- in file sybase.php, method DB_sybase::freeResult()
     Free the internal resources associated with $result. 
							- freeResult
 
				- in file sqlite.php, method DB_sqlite::freeResult()
     Free the internal resources associated with $result. 
							- freeResult
 
				- in file pgsql.php, method DB_pgsql::freeResult()
     Free the internal resources associated with $result. 
							- freeResult
 
				- in file ibase.php, method DB_ibase::freeResult()
 
							- freeResult
 
				- in file ifx.php, method DB_ifx::freeResult()
     Free the internal resources associated with $result. 
							- freeResult
 
				- in file fbsql.php, method DB_fbsql::freeResult()
     Free the internal resources associated with $result. 
							- freeResult
 
				- in file msql.php, method DB_msql::freeResult()
 
							- freeResult
 
				- in file mssql.php, method DB_mssql::freeResult()
 
							- freeResult
 
				- in file mysql.php, method DB_mysql::freeResult()
     Free the internal resources associated with $result. 
							- freeResult
 
				- in file mysqli.php, method DB_mysqli::freeResult()
     Free the internal resources associated with $result. 
					 
	 
	top 
   
	
	
		g
		
							- get
 
				- in file storage.php, method DB_storage::get()
     Fetch an attribute value. 
							- getAll
 
				- in file common.php, method DB_common::getAll()
     Fetch all the rows returned from a query 
							- getAssoc
 
				- in file common.php, method DB_common::getAssoc()
     Fetch the entire result set of a query and return it as an  associative array using the first column as the key 
							- getCol
 
				- in file common.php, method DB_common::getCol()
     Fetch a single column from a result set and return it as an  indexed array 
							- getDbFileStats
 
				- in file sqlite.php, method DB_sqlite::getDbFileStats()
     Get the file stats for the current database. 
							- getListOf
 
				- in file common.php, method DB_common::getListOf()
     list internal DB info  valid values for $type are db dependent,  often: databases, users, view, functions 
							- getOne
 
				- in file common.php, method DB_common::getOne()
     Fetch the first column of the first row of data returned from  a query 
							- getOption
 
				- in file common.php, method DB_common::getOption()
     Returns the value of an option 
							- getRow
 
				- in file common.php, method DB_common::getRow()
     Fetch the first row of data returned from a query 
							- getRowCounter
 
				- in file DB.php, method DB_result::getRowCounter()
     returns the actual row number 
							- getSpecialQuery
 
				- in file pgsql.php, method DB_pgsql::getSpecialQuery()
     Returns the query needed to get some backend info 
							- getSpecialQuery
 
				- in file oci8.php, method DB_oci8::getSpecialQuery()
     Returns the query needed to get some backend info 
							- getSpecialQuery
 
				- in file sqlite.php, method DB_sqlite::getSpecialQuery()
     Returns the query needed to get some backend info. 
							- getSpecialQuery
 
				- in file sybase.php, method DB_sybase::getSpecialQuery()
     Returns the query needed to get some backend info 
							- getSpecialQuery
 
				- in file fbsql.php, method DB_fbsql::getSpecialQuery()
     Returns the query needed to get some backend info 
							- getSpecialQuery
 
				- in file common.php, method DB_common::getSpecialQuery()
     Returns the query needed to get some backend info 
							- getSpecialQuery
 
				- in file ifx.php, method DB_ifx::getSpecialQuery()
     Returns the query needed to get some backend info 
							- getSpecialQuery
 
				- in file mssql.php, method DB_mssql::getSpecialQuery()
     Returns the query needed to get some backend info 
							- getSpecialQuery
 
				- in file mysqli.php, method DB_mysqli::getSpecialQuery()
     Returns the query needed to get some backend info. 
							- getSpecialQuery
 
				- in file mysql.php, method DB_mysql::getSpecialQuery()
     Returns the query needed to get some backend info 
							- getTables
 
				- in file common.php, method DB_common::getTables()
 
					 
	 
	top 
   
	
	
		i
		
							- ibase.php
 
				- procedural page ibase.php
 
							- ifx.php
 
				- procedural page ifx.php
 
							- ibaseRaiseError
 
				- in file ibase.php, method DB_ibase::ibaseRaiseError()
     Gather information about an error, then use that info to create a  DB error object and finally return that object. 
							- ifxraiseError
 
				- in file ifx.php, method DB_ifx::ifxraiseError()
     Gather information about an error, then use that info to create a  DB error object and finally return that object. 
							- insert
 
				- in file storage.php, method DB_storage::insert()
     Create a new (empty) row in the configured table for this  object. 
							- isConnection
 
				- in file DB.php, method DB::isConnection()
     Tell whether a value is a DB connection 
							- isError
 
				- in file DB.php, method DB::isError()
     Tell whether a result code from a DB method is an error 
							- isManip
 
				- in file DB.php, method DB::isManip()
     Tell whether a query is a data manipulation query (insert,  update or delete) or a data definition query (create, drop,  alter, grant, revoke). 
					 
	 
	top 
   
	
	
	top 
   
	
	
		m
		
							- $manip_query
 
				- in file oci8.php, variable DB_oci8::$manip_query
 
							- $manip_query
 
				- in file ibase.php, variable DB_ibase::$manip_query
 
							- msql.php
 
				- procedural page msql.php
 
							- mssql.php
 
				- procedural page mssql.php
 
							- mysql.php
 
				- procedural page mysql.php
 
							- mysqli.php
 
				- procedural page mysqli.php
 
							- modifyLimitQuery
 
				- in file mysqli.php, method DB_mysqli::modifyLimitQuery()
 
							- modifyLimitQuery
 
				- in file sqlite.php, method DB_sqlite::modifyLimitQuery()
 
							- modifyLimitQuery
 
				- in file oci8.php, method DB_oci8::modifyLimitQuery()
     Emulate the row limit support altering the query 
							- modifyLimitQuery
 
				- in file pgsql.php, method DB_pgsql::modifyLimitQuery()
 
							- modifyLimitQuery
 
				- in file mysql.php, method DB_mysql::modifyLimitQuery()
 
							- modifyQuery
 
				- in file oci8.php, method DB_oci8::modifyQuery()
 
							- modifyQuery
 
				- in file mysql.php, method DB_mysql::modifyQuery()
 
							- modifyQuery
 
				- in file mysqli.php, method DB_mysqli::modifyQuery()
 
							- modifyQuery
 
				- in file fbsql.php, method DB_fbsql::modifyQuery()
 
							- mssqlRaiseError
 
				- in file mssql.php, method DB_mssql::mssqlRaiseError()
     Gather information about an error, then use that info to create a  DB error object and finally return that object. 
							- mysqlRaiseError
 
				- in file mysql.php, method DB_mysql::mysqlRaiseError()
     Gather information about an error, then use that info to create a  DB error object and finally return that object. 
							- mysqlRaiseError
 
				- in file mysqli.php, method DB_mysqli::mysqlRaiseError()
     Gather information about an error, then use that info to create a  DB error object and finally return that object. 
					 
	 
	top 
   
	
	
		n
		
							- $num_rows
 
				- in file pgsql.php, variable DB_pgsql::$num_rows
 
							- $num_rows
 
				- in file mysqli.php, variable DB_mysqli::$num_rows
 
							- $num_rows
 
				- in file mysql.php, variable DB_mysql::$num_rows
 
							- $num_rows
 
				- in file fbsql.php, variable DB_fbsql::$num_rows
 
							- nextId
 
				- in file odbc.php, method DB_odbc::nextId()
     Returns the next free id in a sequence 
							- nextId
 
				- in file ibase.php, method DB_ibase::nextId()
     Returns the next free id in a sequence 
							- nextId
 
				- in file mssql.php, method DB_mssql::nextId()
     Returns the next free id in a sequence 
							- nextId
 
				- in file oci8.php, method DB_oci8::nextId()
     Returns the next free id in a sequence 
							- nextId
 
				- in file common.php, method DB_common::nextId()
     Returns the next free id in a sequence 
							- nextId
 
				- in file sybase.php, method DB_sybase::nextId()
     Returns the next free id in a sequence 
							- nextId
 
				- in file mysql.php, method DB_mysql::nextId()
     Returns the next free id in a sequence 
							- nextId
 
				- in file pgsql.php, method DB_pgsql::nextId()
     Returns the next free id in a sequence 
							- nextId
 
				- in file mysqli.php, method DB_mysqli::nextId()
     Returns the next free id in a sequence 
							- nextId
 
				- in file fbsql.php, method DB_fbsql::nextId()
     Returns the next free id in a sequence 
							- nextId
 
				- in file sqlite.php, method DB_sqlite::nextId()
     Returns the next free id in a sequence 
							- nextResult
 
				- in file odbc.php, method DB_odbc::nextResult()
     Move the internal odbc result pointer to the next available result 
							- nextResult
 
				- in file sqlite.php, method DB_sqlite::nextResult()
     Move the internal sqlite result pointer to the next available result. 
							- nextResult
 
				- in file sybase.php, method DB_sybase::nextResult()
     Move the internal sybase result pointer to the next available result 
							- nextResult
 
				- in file pgsql.php, method DB_pgsql::nextResult()
     Move the internal pgsql result pointer to the next available result 
							- nextResult
 
				- in file mssql.php, method DB_mssql::nextResult()
     Move the internal mssql result pointer to the next available result 
							- nextResult
 
				- in file oci8.php, method DB_oci8::nextResult()
     Move the internal oracle result pointer to the next available result 
							- nextResult
 
				- in file mysqli.php, method DB_mysqli::nextResult()
     Move the internal mysql result pointer to the next available result. 
							- nextResult
 
				- in file mysql.php, method DB_mysql::nextResult()
     Move the internal mysql result pointer to the next available result 
							- nextResult
 
				- in file DB.php, method DB_result::nextResult()
     Get the next result if a batch of queries was executed. 
							- nextResult
 
				- in file fbsql.php, method DB_fbsql::nextResult()
     Move the internal fbsql result pointer to the next available result 
							- nextResult
 
				- in file ibase.php, method DB_ibase::nextResult()
     Move the internal ibase result pointer to the next available result 
							- nextResult
 
				- in file msql.php, method DB_msql::nextResult()
     Move the internal msql result pointer to the next available result 
							- nextResult
 
				- in file ifx.php, method DB_ifx::nextResult()
     Move the internal ifx result pointer to the next available result 
							- numCols
 
				- in file sqlite.php, method DB_sqlite::numCols()
     Gets the number of columns in a result set. 
							- numCols
 
				- in file oci8.php, method DB_oci8::numCols()
     Get the number of columns in a result set. 
							- numCols
 
				- in file mssql.php, method DB_mssql::numCols()
 
							- numCols
 
				- in file fbsql.php, method DB_fbsql::numCols()
     Get the number of columns in a result set. 
							- numCols
 
				- in file DB.php, method DB_result::numCols()
     Get the the number of columns in a result set. 
							- numCols
 
				- in file odbc.php, method DB_odbc::numCols()
 
							- numCols
 
				- in file pgsql.php, method DB_pgsql::numCols()
     Get the number of columns in a result set. 
							- numCols
 
				- in file ibase.php, method DB_ibase::numCols()
 
							- numCols
 
				- in file msql.php, method DB_msql::numCols()
 
							- numCols
 
				- in file dbase.php, method DB_dbase::numCols()
 
							- numCols
 
				- in file ifx.php, method DB_ifx::numCols()
     Get the number of columns in a result set. 
							- numCols
 
				- in file sybase.php, method DB_sybase::numCols()
     Get the number of columns in a result set. 
							- numCols
 
				- in file mysql.php, method DB_mysql::numCols()
     Get the number of columns in a result set. 
							- numCols
 
				- in file mysqli.php, method DB_mysqli::numCols()
     Get the number of columns in a result set. 
							- numRows
 
				- in file DB.php, method DB_result::numRows()
     Get the number of rows in a result set. 
							- numRows
 
				- in file sqlite.php, method DB_sqlite::numRows()
     Gets the number of rows affected by a query. 
							- numRows
 
				- in file sybase.php, method DB_sybase::numRows()
     Get the number of rows in a result set. 
							- numRows
 
				- in file common.php, method DB_common::numRows()
     Returns the number of rows in a result object 
							- numRows
 
				- in file pgsql.php, method DB_pgsql::numRows()
     Get the number of rows in a result set. 
							- numRows
 
				- in file fbsql.php, method DB_fbsql::numRows()
     Get the number of rows in a result set. 
							- numRows
 
				- in file mysql.php, method DB_mysql::numRows()
     Get the number of rows in a result set. 
							- numRows
 
				- in file msql.php, method DB_msql::numRows()
 
							- numRows
 
				- in file mssql.php, method DB_mssql::numRows()
 
							- numRows
 
				- in file ifx.php, method DB_ifx::numRows()
 
							- numRows
 
				- in file mysqli.php, method DB_mysqli::numRows()
     Get the number of rows in a result set. 
							- numRows
 
				- in file odbc.php, method DB_odbc::numRows()
     ODBC may or may not support counting rows in the result set of  SELECTs. 
							- numRows
 
				- in file oci8.php, method DB_oci8::numRows()
 
							- numRows
 
				- in file dbase.php, method DB_dbase::numRows()
 
					 
	 
	top 
   
	
	
		o
		
							- $options
 
				- in file common.php, variable DB_common::$options
     Run-time configuration options. 
							- oci8.php
 
				- procedural page oci8.php
 
							- odbc.php
 
				- procedural page odbc.php
 
							- oci8RaiseError
 
				- in file oci8.php, method DB_oci8::oci8RaiseError()
     Gather information about an error, then use that info to create a  DB error object and finally return that object. 
							- odbcRaiseError
 
				- in file odbc.php, method DB_odbc::odbcRaiseError()
     Gather information about an error, then use that info to create a  DB error object and finally return that object. 
					 
	 
	top 
   
	
	
		p
		
							- $phptype
 
				- in file common.php, variable DB_common::$phptype
     DB type (mysql, oci8, odbc etc.) 
							- $phptype
 
				- in file mssql.php, variable DB_mssql::$phptype
 
							- $phptype
 
				- in file msql.php, variable DB_msql::$phptype
 
							- $phptype
 
				- in file sqlite.php, variable DB_sqlite::$phptype
 
							- $phptype
 
				- in file mysql.php, variable DB_mysql::$phptype
 
							- $phptype
 
				- in file pgsql.php, variable DB_pgsql::$phptype
 
							- $phptype
 
				- in file oci8.php, variable DB_oci8::$phptype
 
							- $phptype
 
				- in file odbc.php, variable DB_odbc::$phptype
 
							- $phptype
 
				- in file mysqli.php, variable DB_mysqli::$phptype
 
							- $phptype
 
				- in file fbsql.php, variable DB_fbsql::$phptype
 
							- $phptype
 
				- in file ibase.php, variable DB_ibase::$phptype
 
							- $phptype
 
				- in file sybase.php, variable DB_sybase::$phptype
 
							- $phptype
 
				- in file dbase.php, variable DB_dbase::$phptype
 
							- $prepared_queries
 
				- in file common.php, variable DB_common::$prepared_queries
 
							- $prepare_maxstmt
 
				- in file common.php, variable DB_common::$prepare_maxstmt
 
							- $prepare_tokens
 
				- in file mysqli.php, variable DB_mysqli::$prepare_tokens
 
							- $prepare_tokens
 
				- in file sybase.php, variable DB_sybase::$prepare_tokens
 
							- $prepare_tokens
 
				- in file mysql.php, variable DB_mysql::$prepare_tokens
 
							- $prepare_tokens
 
				- in file mssql.php, variable DB_mssql::$prepare_tokens
 
							- $prepare_tokens
 
				- in file msql.php, variable DB_msql::$prepare_tokens
 
							- $prepare_tokens
 
				- in file fbsql.php, variable DB_fbsql::$prepare_tokens
 
							- $prepare_tokens
 
				- in file dbase.php, variable DB_dbase::$prepare_tokens
 
							- $prepare_tokens
 
				- in file common.php, variable DB_common::$prepare_tokens
 
							- $prepare_tokens
 
				- in file pgsql.php, variable DB_pgsql::$prepare_tokens
 
							- $prepare_tokens
 
				- in file sqlite.php, variable DB_sqlite::$prepare_tokens
 
							- $prepare_types
 
				- in file sqlite.php, variable DB_sqlite::$prepare_types
 
							- $prepare_types
 
				- in file oci8.php, variable DB_oci8::$prepare_types
 
							- $prepare_types
 
				- in file pgsql.php, variable DB_pgsql::$prepare_types
 
							- $prepare_types
 
				- in file sybase.php, variable DB_sybase::$prepare_types
 
							- $prepare_types
 
				- in file mssql.php, variable DB_mssql::$prepare_types
 
							- $prepare_types
 
				- in file common.php, variable DB_common::$prepare_types
 
							- $prepare_types
 
				- in file fbsql.php, variable DB_fbsql::$prepare_types
 
							- $prepare_types
 
				- in file msql.php, variable DB_msql::$prepare_types
 
							- $prepare_types
 
				- in file mysql.php, variable DB_mysql::$prepare_types
 
							- $prepare_types
 
				- in file dbase.php, variable DB_dbase::$prepare_types
 
							- $prepare_types
 
				- in file mysqli.php, variable DB_mysqli::$prepare_types
 
							- pgsql.php
 
				- procedural page pgsql.php
 
							- parseDSN
 
				- in file DB.php, method DB::parseDSN()
     Parse a data source name. 
							- pgsqlRaiseError
 
				- in file pgsql.php, method DB_pgsql::pgsqlRaiseError()
     Gather information about an error, then use that info to create a  DB error object and finally return that object. 
							- prepare
 
				- in file common.php, method DB_common::prepare()
     Prepares a query for multiple execution with execute() 
							- prepare
 
				- in file oci8.php, method DB_oci8::prepare()
     Prepares a query for multiple execution with execute(). 
							- prepare
 
				- in file ibase.php, method DB_ibase::prepare()
     Prepares a query for multiple execution with execute(). 
							- provides
 
				- in file common.php, method DB_common::provides()
     Tell whether a DB implementation or its backend extension  supports a given feature 
					 
	 
	top 
   
	
	
		q
		
							- query
 
				- in file common.php, method DB_common::query()
     Send a query to the database and return any results with a  DB_result object 
							- query
 
				- in file dbase.php, method DB_dbase::query()
 
							- quote
 
				- in file odbc.php, method DB_odbc::quote()
 
							- quote
 
				- in file pgsql.php, method DB_pgsql::quote()
 
							- quote
 
				- in file common.php, method DB_common::quote()
     DEPRECATED: Quotes a string so it can be safely used in a query 
							- quote
 
				- in file mysql.php, method DB_mysql::quote()
 
							- quoteIdentifier
 
				- in file mysqli.php, method DB_mysqli::quoteIdentifier()
     Quote a string so it can be safely used as a table or column name 
							- quoteIdentifier
 
				- in file odbc.php, method DB_odbc::quoteIdentifier()
     Quote a string so it can be safely used as a table / column name 
							- quoteIdentifier
 
				- in file sybase.php, method DB_sybase::quoteIdentifier()
     Quote a string so it can be safely used as a table / column name 
							- quoteIdentifier
 
				- in file mysql.php, method DB_mysql::quoteIdentifier()
     Quote a string so it can be safely used as a table or column name 
							- quoteIdentifier
 
				- in file mssql.php, method DB_mssql::quoteIdentifier()
     Quote a string so it can be safely used as a table / column name 
							- quoteIdentifier
 
				- in file common.php, method DB_common::quoteIdentifier()
     Quote a string so it can be safely used as a table or column name 
							- quoteSmart
 
				- in file pgsql.php, method DB_pgsql::quoteSmart()
     Format input so it can be safely used in a query 
							- quoteSmart
 
				- in file common.php, method DB_common::quoteSmart()
     Format input so it can be safely used in a query 
							- quoteSmart
 
				- in file fbsql.php, method DB_fbsql::quoteSmart()
     Format input so it can be safely used in a query 
							- quoteSmart
 
				- in file dbase.php, method DB_dbase::quoteSmart()
     Format input so it can be safely used in a query 
							- quoteString
 
				- in file common.php, method DB_common::quoteString()
     DEPRECATED: Quotes a string so it can be safely used within string  delimiters in a query 
					 
	 
	top 
   
	
	
		r
		
							- $result
 
				- in file dbase.php, variable DB_dbase::$result
 
							- $result
 
				- in file DB.php, variable DB_result::$result
 
							- $res_row
 
				- in file dbase.php, variable DB_dbase::$res_row
 
							- $row
 
				- in file pgsql.php, variable DB_pgsql::$row
 
							- $row
 
				- in file odbc.php, variable DB_odbc::$row
 
							- $row_counter
 
				- in file DB.php, variable DB_result::$row_counter
 
							- raiseError
 
				- in file common.php, method DB_common::raiseError()
     Communicate an error and invoke error callbacks, etc 
							- remove
 
				- in file storage.php, method DB_storage::remove()
     Remove the row represented by this object from the database. 
							- rollback
 
				- in file sybase.php, method DB_sybase::rollback()
     Roll back (undo) the current transaction. 
							- rollback
 
				- in file pgsql.php, method DB_pgsql::rollback()
     Roll back (undo) the current transaction. 
							- rollback
 
				- in file mssql.php, method DB_mssql::rollback()
     Roll back (undo) the current transaction. 
							- rollback
 
				- in file ibase.php, method DB_ibase::rollback()
 
							- rollback
 
				- in file fbsql.php, method DB_fbsql::rollback()
 
							- rollback
 
				- in file common.php, method DB_common::rollback()
     starts a rollback 
							- rollback
 
				- in file ifx.php, method DB_ifx::rollback()
     Roll back (undo) the current transaction. 
							- rollback
 
				- in file mysql.php, method DB_mysql::rollback()
     Roll back (undo) the current transaction. 
							- rollback
 
				- in file oci8.php, method DB_oci8::rollback()
     Roll back all uncommitted transactions on the current connection. 
							- rollback
 
				- in file mysqli.php, method DB_mysqli::rollback()
     Roll back (undo) the current transaction. 
							- rollback
 
				- in file odbc.php, method DB_odbc::rollback()
 
					 
	 
	top 
   
	
	
		s
		
							- sqlite.php
 
				- procedural page sqlite.php
 
							- storage.php
 
				- procedural page storage.php
 
							- sybase.php
 
				- procedural page sybase.php
 
							- set
 
				- in file storage.php, method DB_storage::set()
     Modify an attriute value. 
							- setFetchMode
 
				- in file common.php, method DB_common::setFetchMode()
     Sets which fetch mode should be used by default on queries  on this connection 
							- setOption
 
				- in file DB.php, method DB_result::setOption()
 
							- setOption
 
				- in file common.php, method DB_common::setOption()
     Set run-time configuration options for PEAR DB 
							- setup
 
				- in file storage.php, method DB_storage::setup()
     Method used to initialize a DB_storage object from the  configured table. 
							- simpleQuery
 
				- in file pgsql.php, method DB_pgsql::simpleQuery()
     Send a query to PostgreSQL and return the results as a  PostgreSQL resource identifier. 
							- simpleQuery
 
				- in file sybase.php, method DB_sybase::simpleQuery()
     Send a query to Sybase and return the results as a Sybase resource  identifier. 
							- simpleQuery
 
				- in file sqlite.php, method DB_sqlite::simpleQuery()
     Send a query to SQLite and returns the results as a SQLite resource  identifier. 
							- simpleQuery
 
				- in file odbc.php, method DB_odbc::simpleQuery()
     Send a query to ODBC and return the results as a ODBC resource  identifier. 
							- simpleQuery
 
				- in file ifx.php, method DB_ifx::simpleQuery()
     Send a query to Informix and return the results as a  Informix resource identifier. 
							- simpleQuery
 
				- in file ibase.php, method DB_ibase::simpleQuery()
 
							- simpleQuery
 
				- in file fbsql.php, method DB_fbsql::simpleQuery()
     Send a query to fbsql and return the results as a fbsql resource  identifier. 
							- simpleQuery
 
				- in file oci8.php, method DB_oci8::simpleQuery()
     Send a query to oracle and return the results as an oci8 resource  identifier. 
							- simpleQuery
 
				- in file msql.php, method DB_msql::simpleQuery()
 
							- simpleQuery
 
				- in file mssql.php, method DB_mssql::simpleQuery()
 
							- simpleQuery
 
				- in file mysqli.php, method DB_mysqli::simpleQuery()
     Send a query to MySQL and return the results as a MySQL resource  identifier. 
							- simpleQuery
 
				- in file mysql.php, method DB_mysql::simpleQuery()
     Send a query to MySQL and return the results as a MySQL resource  identifier. 
							- sqliteRaiseError
 
				- in file sqlite.php, method DB_sqlite::sqliteRaiseError()
     Gather information about an error, then use that info to create a  DB error object and finally return that object. 
							- store
 
				- in file storage.php, method DB_storage::store()
     Stores changes to this object in the database. 
							- sybaseRaiseError
 
				- in file sybase.php, method DB_sybase::sybaseRaiseError()
     Gather information about an error, then use that info to create a  DB error object and finally return that object. 
					 
	 
	top 
   
	
	
		t
		
							- $transaction_opcount
 
				- in file mssql.php, variable DB_mssql::$transaction_opcount
 
							- $transaction_opcount
 
				- in file mysqli.php, variable DB_mysqli::$transaction_opcount
 
							- $transaction_opcount
 
				- in file pgsql.php, variable DB_pgsql::$transaction_opcount
 
							- $transaction_opcount
 
				- in file sybase.php, variable DB_sybase::$transaction_opcount
 
							- $transaction_opcount
 
				- in file ifx.php, variable DB_ifx::$transaction_opcount
 
							- $transaction_opcount
 
				- in file mysql.php, variable DB_mysql::$transaction_opcount
 
							- tableInfo
 
				- in file fbsql.php, method DB_fbsql::tableInfo()
     Returns information about a table or a result set. 
							- tableInfo
 
				- in file oci8.php, method DB_oci8::tableInfo()
     Returns information about a table or a result set. 
							- tableInfo
 
				- in file pgsql.php, method DB_pgsql::tableInfo()
     Returns information about a table or a result set. 
							- tableInfo
 
				- in file DB.php, method DB_result::tableInfo()
 
							- tableInfo
 
				- in file sybase.php, method DB_sybase::tableInfo()
     Returns information about a table or a result set. 
							- tableInfo
 
				- in file ifx.php, method DB_ifx::tableInfo()
     Returns information about a table or a result set. 
							- tableInfo
 
				- in file mysqli.php, method DB_mysqli::tableInfo()
     Returns information about a table or a result set. 
							- tableInfo
 
				- in file mssql.php, method DB_mssql::tableInfo()
     Returns information about a table or a result set. 
							- tableInfo
 
				- in file ibase.php, method DB_ibase::tableInfo()
     Returns information about a table or a result set. 
							- tableInfo
 
				- in file common.php, method DB_common::tableInfo()
     Returns information about a table or a result set 
							- tableInfo
 
				- in file mysql.php, method DB_mysql::tableInfo()
     Returns information about a table or a result set. 
							- toString
 
				- in file storage.php, method DB_storage::toString()
     Output a simple description of this DB_storage object. 
							- transactionInit
 
				- in file ibase.php, method DB_ibase::transactionInit()
 
					 
	 
	top 
   
	
	
		_
		
							- _DB_storage
 
				- in file storage.php, method DB_storage::_DB_storage()
     Destructor, calls DB_storage::store() if there are changes  that are to be kept. 
					 
	 
	top 
        
		    
 
		    Documentation generated on Mon, 11 Mar 2019 10:14:50 -0400 by  phpDocumentor 1.4.4. PEAR Logo Copyright ©  PHP Group 2004.
	        
       |   
     |