Element index for package apidoc
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
a
- $affected
- in file pgsql.php, variable DB_pgsql::$affected (subpackage: DB-1.4.0)
- $affected
- in file ifx.php, variable DB_ifx::$affected (subpackage: DB-1.4.0)
- $autocommit
- in file ibase.php, variable DB_ibase::$autocommit (subpackage: DB-1.4.0)
- $autocommit
- in file mssql.php, variable DB_mssql::$autocommit (subpackage: DB-1.4.0)
- $autocommit
- in file pgsql.php, variable DB_pgsql::$autocommit (subpackage: DB-1.4.0)
- $autocommit
- in file mysql.php, variable DB_mysql::$autocommit (subpackage: DB-1.4.0)
- $autoCommit
- in file oci8.php, variable DB_oci8::$autoCommit (subpackage: DB-1.4.0)
- affectedRows
- in file mssql.php, method DB_mssql::affectedRows() (subpackage: DB-1.4.0)
Gets the number of rows affected by the last query.
- affectedRows
- in file common.php, method DB_common::affectedRows() (subpackage: DB-1.4.0)
returns the affected rows of a query
- affectedRows
- in file oci8.php, method DB_oci8::affectedRows() (subpackage: DB-1.4.0)
Gets the number of rows affected by the last query.
- affectedRows
- in file mysql.php, method DB_mysql::affectedRows() (subpackage: DB-1.4.0)
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() (subpackage: DB-1.4.0)
Gets the number of rows affected by the last query.
- affectedRows
- in file sybase.php, method DB_sybase::affectedRows() (subpackage: DB-1.4.0)
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() (subpackage: DB-1.4.0)
Gets the number of rows affected by a query.
- affectedRows
- in file pgsql.php, method DB_pgsql::affectedRows() (subpackage: DB-1.4.0)
Gets the number of rows affected by the last query.
- affectedRows
- in file fbsql.php, method DB_fbsql::affectedRows() (subpackage: DB-1.4.0)
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() (subpackage: DB-1.4.0)
Returns the number of rows affected by a manipulative query
- autoCommit
- in file odbc.php, method DB_odbc::autoCommit() (subpackage: DB-1.4.0)
- autoCommit
- in file pgsql.php, method DB_pgsql::autoCommit() (subpackage: DB-1.4.0)
Enable/disable automatic commits
- autoCommit
- in file mssql.php, method DB_mssql::autoCommit() (subpackage: DB-1.4.0)
Enable/disable automatic commits
- autoCommit
- in file common.php, method DB_common::autoCommit() (subpackage: DB-1.4.0)
enable automatic Commit
- autoCommit
- in file oci8.php, method DB_oci8::autoCommit() (subpackage: DB-1.4.0)
Enable/disable automatic commits
- autoCommit
- in file fbsql.php, method DB_fbsql::autoCommit() (subpackage: DB-1.4.0)
- autoCommit
- in file mysql.php, method DB_mysql::autoCommit() (subpackage: DB-1.4.0)
Enable/disable automatic commits
- autoCommit
- in file ibase.php, method DB_ibase::autoCommit() (subpackage: DB-1.4.0)
- autoExecute
- in file common.php, method DB_common::autoExecute() (subpackage: DB-1.4.0)
Make automaticaly an insert or update query and call prepare() and execute() with it
- autoPrepare
- in file common.php, method DB_common::autoPrepare() (subpackage: DB-1.4.0)
Make automaticaly an insert or update query and call prepare() with it
top
b
- buildManipSQL
- in file common.php, method DB_common::buildManipSQL() (subpackage: DB-1.4.0)
Make automaticaly an sql query for prepare()
top
c
- $connection
- in file mysql.php, variable DB_mysql::$connection (subpackage: DB-1.4.0)
- $connection
- in file ibase.php, variable DB_ibase::$connection (subpackage: DB-1.4.0)
- $connection
- in file pgsql.php, variable DB_pgsql::$connection (subpackage: DB-1.4.0)
- $connection
- in file oci8.php, variable DB_oci8::$connection (subpackage: DB-1.4.0)
- $connection
- in file ifx.php, variable DB_ifx::$connection (subpackage: DB-1.4.0)
- $connection
- in file odbc.php, variable DB_odbc::$connection (subpackage: DB-1.4.0)
- $connection
- in file mssql.php, variable DB_mssql::$connection (subpackage: DB-1.4.0)
- $connection
- in file dbase.php, variable DB_dbase::$connection (subpackage: DB-1.4.0)
- $connection
- in file sybase.php, variable DB_sybase::$connection (subpackage: DB-1.4.0)
- $connection
- in file fbsql.php, variable DB_fbsql::$connection (subpackage: DB-1.4.0)
- $connection
- in file msql.php, variable DB_msql::$connection (subpackage: DB-1.4.0)
- commit
- in file common.php, method DB_common::commit() (subpackage: DB-1.4.0)
starts a Commit
- commit
- in file mssql.php, method DB_mssql::commit() (subpackage: DB-1.4.0)
Commit the current transaction.
- commit
- in file ibase.php, method DB_ibase::commit() (subpackage: DB-1.4.0)
- commit
- in file oci8.php, method DB_oci8::commit() (subpackage: DB-1.4.0)
Commit transactions on the current connection
- commit
- in file fbsql.php, method DB_fbsql::commit() (subpackage: DB-1.4.0)
- commit
- in file mysql.php, method DB_mysql::commit() (subpackage: DB-1.4.0)
Commit the current transaction.
- commit
- in file pgsql.php, method DB_pgsql::commit() (subpackage: DB-1.4.0)
Commit the current transaction.
- commit
- in file odbc.php, method DB_odbc::commit() (subpackage: DB-1.4.0)
- connect
- in file odbc.php, method DB_odbc::connect() (subpackage: DB-1.4.0)
Connect to a database and log in as the specified user.
- connect
- in file sybase.php, method DB_sybase::connect() (subpackage: DB-1.4.0)
Connect to a database and log in as the specified user.
- connect
- in file pgsql.php, method DB_pgsql::connect() (subpackage: DB-1.4.0)
Connect to a database and log in as the specified user.
- connect
- in file oci8.php, method DB_oci8::connect() (subpackage: DB-1.4.0)
Connect to a database and log in as the specified user.
- connect
- in file mssql.php, method DB_mssql::connect() (subpackage: DB-1.4.0)
- connect
- in file fbsql.php, method DB_fbsql::connect() (subpackage: DB-1.4.0)
Connect to a database and log in as the specified user.
- connect
- in file ibase.php, method DB_ibase::connect() (subpackage: DB-1.4.0)
- connect
- in file ifx.php, method DB_ifx::connect() (subpackage: DB-1.4.0)
Connect to a database and log in as the specified user.
- connect
- in file msql.php, method DB_msql::connect() (subpackage: DB-1.4.0)
- connect
- in file mysql.php, method DB_mysql::connect() (subpackage: DB-1.4.0)
Connect to a database and log in as the specified user.
- connect
- in file dbase.php, method DB_dbase::connect() (subpackage: DB-1.4.0)
- createSequence
- in file common.php, method DB_common::createSequence() (subpackage: DB-1.4.0)
creates a new sequence
- createSequence
- in file pgsql.php, method DB_pgsql::createSequence() (subpackage: DB-1.4.0)
Create the sequence
- createSequence
- in file fbsql.php, method DB_fbsql::createSequence() (subpackage: DB-1.4.0)
- createSequence
- in file ibase.php, method DB_ibase::createSequence() (subpackage: DB-1.4.0)
Create the sequence
- createSequence
- in file mssql.php, method DB_mssql::createSequence() (subpackage: DB-1.4.0)
- createSequence
- in file oci8.php, method DB_oci8::createSequence() (subpackage: DB-1.4.0)
- createSequence
- in file mysql.php, method DB_mysql::createSequence() (subpackage: DB-1.4.0)
- createSequence
- in file odbc.php, method DB_odbc::createSequence() (subpackage: DB-1.4.0)
top
d
- $dbh
- in file common.php, variable DB_common::$dbh (subpackage: DB-1.4.0)
DB handle
- $dbsyntax
- in file msql.php, variable DB_msql::$dbsyntax (subpackage: DB-1.4.0)
- $dbsyntax
- in file odbc.php, variable DB_odbc::$dbsyntax (subpackage: DB-1.4.0)
- $dbsyntax
- in file fbsql.php, variable DB_fbsql::$dbsyntax (subpackage: DB-1.4.0)
- $dbsyntax
- in file oci8.php, variable DB_oci8::$dbsyntax (subpackage: DB-1.4.0)
- $dbsyntax
- in file mysql.php, variable DB_mysql::$dbsyntax (subpackage: DB-1.4.0)
- $dbsyntax
- in file mssql.php, variable DB_mssql::$dbsyntax (subpackage: DB-1.4.0)
- $dbsyntax
- in file dbase.php, variable DB_dbase::$dbsyntax (subpackage: DB-1.4.0)
- $dbsyntax
- in file pgsql.php, variable DB_pgsql::$dbsyntax (subpackage: DB-1.4.0)
- $dbsyntax
- in file ibase.php, variable DB_ibase::$dbsyntax (subpackage: DB-1.4.0)
- $dbsyntax
- in file sybase.php, variable DB_sybase::$dbsyntax (subpackage: DB-1.4.0)
- $dsn
- in file pgsql.php, variable DB_pgsql::$dsn (subpackage: DB-1.4.0)
- $dsn
- in file ifx.php, variable DB_ifx::$dsn (subpackage: DB-1.4.0)
- DB_common
- in file common.php, method DB_common::DB_common() (subpackage: DB-1.4.0)
Constructor
- DB_common
- in file common.php, class DB_common (subpackage: DB-1.4.0)
- DB_dbase
- in file dbase.php, method DB_dbase::DB_dbase() (subpackage: DB-1.4.0)
DB_mysql constructor.
- DB_dbase
- in file dbase.php, class DB_dbase (subpackage: DB-1.4.0)
- DB_fbsql
- in file fbsql.php, method DB_fbsql::DB_fbsql() (subpackage: DB-1.4.0)
DB_fbsql constructor.
- DB_fbsql
- in file fbsql.php, class DB_fbsql (subpackage: DB-1.4.0)
- DB_ibase
- in file ibase.php, class DB_ibase (subpackage: DB-1.4.0)
- DB_ibase
- in file ibase.php, method DB_ibase::DB_ibase() (subpackage: DB-1.4.0)
- DB_ifx
- in file ifx.php, class DB_ifx (subpackage: DB-1.4.0)
- DB_ifx
- in file ifx.php, method DB_ifx::DB_ifx() (subpackage: DB-1.4.0)
- DB_msql
- in file msql.php, method DB_msql::DB_msql() (subpackage: DB-1.4.0)
- DB_msql
- in file msql.php, class DB_msql (subpackage: DB-1.4.0)
- DB_mssql
- in file mssql.php, method DB_mssql::DB_mssql() (subpackage: DB-1.4.0)
- DB_mssql
- in file mssql.php, class DB_mssql (subpackage: DB-1.4.0)
- DB_mysql
- in file mysql.php, class DB_mysql (subpackage: DB-1.4.0)
- DB_mysql
- in file mysql.php, method DB_mysql::DB_mysql() (subpackage: DB-1.4.0)
DB_mysql constructor.
- DB_oci8
- in file oci8.php, method DB_oci8::DB_oci8() (subpackage: DB-1.4.0)
- DB_oci8
- in file oci8.php, class DB_oci8 (subpackage: DB-1.4.0)
- DB_odbc
- in file odbc.php, class DB_odbc (subpackage: DB-1.4.0)
- DB_odbc
- in file odbc.php, method DB_odbc::DB_odbc() (subpackage: DB-1.4.0)
- DB_pgsql
- in file pgsql.php, class DB_pgsql (subpackage: DB-1.4.0)
- DB_pgsql
- in file pgsql.php, method DB_pgsql::DB_pgsql() (subpackage: DB-1.4.0)
- DB_row
- in file DB.php, class DB_row (subpackage: DB-1.4.0)
Pear DB Row Object
- DB_row
- in file DB.php, method DB_row::DB_row() (subpackage: DB-1.4.0)
constructor
- DB_sybase
- in file sybase.php, method DB_sybase::DB_sybase() (subpackage: DB-1.4.0)
DB_sybase constructor.
- DB_sybase
- in file sybase.php, class DB_sybase (subpackage: DB-1.4.0)
- disconnect
- in file odbc.php, method DB_odbc::disconnect() (subpackage: DB-1.4.0)
- disconnect
- in file msql.php, method DB_msql::disconnect() (subpackage: DB-1.4.0)
- disconnect
- in file dbase.php, method DB_dbase::disconnect() (subpackage: DB-1.4.0)
- disconnect
- in file fbsql.php, method DB_fbsql::disconnect() (subpackage: DB-1.4.0)
Log out and disconnect from the database.
- disconnect
- in file mssql.php, method DB_mssql::disconnect() (subpackage: DB-1.4.0)
- disconnect
- in file ibase.php, method DB_ibase::disconnect() (subpackage: DB-1.4.0)
- disconnect
- in file oci8.php, method DB_oci8::disconnect() (subpackage: DB-1.4.0)
Log out and disconnect from the database.
- disconnect
- in file ifx.php, method DB_ifx::disconnect() (subpackage: DB-1.4.0)
Log out and disconnect from the database.
- disconnect
- in file pgsql.php, method DB_pgsql::disconnect() (subpackage: DB-1.4.0)
Log out and disconnect from the database.
- disconnect
- in file mysql.php, method DB_mysql::disconnect() (subpackage: DB-1.4.0)
Log out and disconnect from the database.
- disconnect
- in file sybase.php, method DB_sybase::disconnect() (subpackage: DB-1.4.0)
Log out and disconnect from the database.
- dropSequence
- in file pgsql.php, method DB_pgsql::dropSequence() (subpackage: DB-1.4.0)
Drop a sequence
- dropSequence
- in file common.php, method DB_common::dropSequence() (subpackage: DB-1.4.0)
deletes a sequence
- dropSequence
- in file oci8.php, method DB_oci8::dropSequence() (subpackage: DB-1.4.0)
- dropSequence
- in file ibase.php, method DB_ibase::dropSequence() (subpackage: DB-1.4.0)
Drop a sequence
- dropSequence
- in file mssql.php, method DB_mssql::dropSequence() (subpackage: DB-1.4.0)
- dropSequence
- in file fbsql.php, method DB_fbsql::dropSequence() (subpackage: DB-1.4.0)
- dropSequence
- in file mysql.php, method DB_mysql::dropSequence() (subpackage: DB-1.4.0)
- dropSequence
- in file odbc.php, method DB_odbc::dropSequence() (subpackage: DB-1.4.0)
top
e
- $errorcode_map
- in file common.php, variable DB_common::$errorcode_map (subpackage: DB-1.4.0)
assoc mapping native error codes to DB ones
- errorCode
- in file pgsql.php, method DB_pgsql::errorCode() (subpackage: DB-1.4.0)
Map native error codes to DB's portable ones. Requires that the DB implementation's constructor fills in the $errorcode_map property.
- errorCode
- in file sybase.php, method DB_sybase::errorCode() (subpackage: DB-1.4.0)
- errorCode
- in file mssql.php, method DB_mssql::errorCode() (subpackage: DB-1.4.0)
- errorCode
- in file ifx.php, method DB_ifx::errorCode() (subpackage: DB-1.4.0)
Map native error codes to DB's portable ones. Requires that the DB implementation's constructor fills in the $errorcode_map property.
- errorCode
- in file common.php, method DB_common::errorCode() (subpackage: DB-1.4.0)
Map native error codes to DB's portable ones. Requires that the DB implementation's constructor fills in the $errorcode_map property.
- errorMessage
- in file common.php, method DB_common::errorMessage() (subpackage: DB-1.4.0)
Map a DB error code to a textual message. This is actually just a wrapper for DB::errorMessage().
- errorNative
- in file pgsql.php, method DB_pgsql::errorNative() (subpackage: DB-1.4.0)
Get the native error code of the last error (if any) that occured on the current connection.
- errorNative
- in file sybase.php, method DB_sybase::errorNative() (subpackage: DB-1.4.0)
Get the last server error messge (if any)
- errorNative
- in file oci8.php, method DB_oci8::errorNative() (subpackage: DB-1.4.0)
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 odbc.php, method DB_odbc::errorNative() (subpackage: DB-1.4.0)
Get the native error code of the last error (if any) that occured on the current connection.
- errorNative
- in file ifx.php, method DB_ifx::errorNative() (subpackage: DB-1.4.0)
Get the native error message of the last error (if any) that occured on the current connection.
- errorNative
- in file common.php, method DB_common::errorNative() (subpackage: DB-1.4.0)
returns an errormessage, provides by the database
- errorNative
- in file mysql.php, method DB_mysql::errorNative() (subpackage: DB-1.4.0)
Get the native error code of the last error (if any) that occured on the current connection.
- errorNative
- in file fbsql.php, method DB_fbsql::errorNative() (subpackage: DB-1.4.0)
Get the native error code of the last error (if any) that occured on the current connection.
- execute
- in file common.php, method DB_common::execute() (subpackage: DB-1.4.0)
Executes a prepared SQL query
- execute
- in file ibase.php, method DB_ibase::execute() (subpackage: DB-1.4.0)
- execute
- in file oci8.php, method DB_oci8::execute() (subpackage: DB-1.4.0)
Executes a DB statement prepared with prepare().
- executeMultiple
- in file common.php, method DB_common::executeMultiple() (subpackage: DB-1.4.0)
This function does several execute() calls on the same statement handle. $data must be an array indexed numerically from 0, one execute call is done for every "row" in the array.
top
f
- $features
- in file common.php, variable DB_common::$features (subpackage: DB-1.4.0)
assoc of capabilities for this DB implementation
- $fetchmode
- in file pgsql.php, variable DB_pgsql::$fetchmode (subpackage: DB-1.4.0)
- $fetchmode
- in file mysql.php, variable DB_mysql::$fetchmode (subpackage: DB-1.4.0)
- $fetchmode
- in file ifx.php, variable DB_ifx::$fetchmode (subpackage: DB-1.4.0)
- $fetchmode
- in file fbsql.php, variable DB_fbsql::$fetchmode (subpackage: DB-1.4.0)
- $fetchmode
- in file common.php, variable DB_common::$fetchmode (subpackage: DB-1.4.0)
- $fetchmode_object_class
- in file common.php, variable DB_common::$fetchmode_object_class (subpackage: DB-1.4.0)
- fbsqlRaiseError
- in file fbsql.php, method DB_fbsql::fbsqlRaiseError() (subpackage: DB-1.4.0)
- fetchInto
- in file mysql.php, method DB_mysql::fetchInto() (subpackage: DB-1.4.0)
Fetch a row and insert the data into an existing array.
- fetchInto
- in file pgsql.php, method DB_pgsql::fetchInto() (subpackage: DB-1.4.0)
Fetch a row and insert the data into an existing array.
- fetchInto
- in file sybase.php, method DB_sybase::fetchInto() (subpackage: DB-1.4.0)
Fetch a row and insert the data into an existing array.
- fetchInto
- in file msql.php, method DB_msql::fetchInto() (subpackage: DB-1.4.0)
- fetchInto
- in file odbc.php, method DB_odbc::fetchInto() (subpackage: DB-1.4.0)
- fetchInto
- in file oci8.php, method DB_oci8::fetchInto() (subpackage: DB-1.4.0)
Fetch a row and insert the data into an existing array.
- fetchInto
- in file mssql.php, method DB_mssql::fetchInto() (subpackage: DB-1.4.0)
- fetchInto
- in file fbsql.php, method DB_fbsql::fetchInto() (subpackage: DB-1.4.0)
Fetch a row and insert the data into an existing array.
- fetchInto
- in file dbase.php, method DB_dbase::fetchInto() (subpackage: DB-1.4.0)
- fetchInto
- in file ifx.php, method DB_ifx::fetchInto() (subpackage: DB-1.4.0)
Fetch a row and return as array.
- fetchInto
- in file ibase.php, method DB_ibase::fetchInto() (subpackage: DB-1.4.0)
- fetchRow
- in file oci8.php, method DB_oci8::fetchRow() (subpackage: DB-1.4.0)
Fetch a row and return as array.
- fetchRow
- in file pgsql.php, method DB_pgsql::fetchRow() (subpackage: DB-1.4.0)
Fetch and return a row of data (it uses fetchInto for that)
- fetchRow
- in file msql.php, method DB_msql::fetchRow() (subpackage: DB-1.4.0)
- fetchRow
- in file odbc.php, method DB_odbc::fetchRow() (subpackage: DB-1.4.0)
- fetchRow
- in file ifx.php, method DB_ifx::fetchRow() (subpackage: DB-1.4.0)
Fetch and return a row of data (it uses fetchInto for that)
- fetchRow
- in file mysql.php, method DB_mysql::fetchRow() (subpackage: DB-1.4.0)
Fetch and return a row of data (it uses fetchInto for that)
- fetchRow
- in file fbsql.php, method DB_fbsql::fetchRow() (subpackage: DB-1.4.0)
Fetch and return a row of data (it uses fetchInto for that)
- fetchRow
- in file mssql.php, method DB_mssql::fetchRow() (subpackage: DB-1.4.0)
- fetchRow
- in file sybase.php, method DB_sybase::fetchRow() (subpackage: DB-1.4.0)
Fetch and return a row of data (it uses fetchInto for that)
- freeQuery
- in file ibase.php, method DB_ibase::freeQuery() (subpackage: DB-1.4.0)
- freeResult
- in file pgsql.php, method DB_pgsql::freeResult() (subpackage: DB-1.4.0)
Free the internal resources associated with $result.
- freeResult
- in file sybase.php, method DB_sybase::freeResult() (subpackage: DB-1.4.0)
Free the internal resources associated with $result.
- freeResult
- in file oci8.php, method DB_oci8::freeResult() (subpackage: DB-1.4.0)
Free the internal resources associated with $result.
- freeResult
- in file ibase.php, method DB_ibase::freeResult() (subpackage: DB-1.4.0)
- freeResult
- in file mssql.php, method DB_mssql::freeResult() (subpackage: DB-1.4.0)
- freeResult
- in file mysql.php, method DB_mysql::freeResult() (subpackage: DB-1.4.0)
Free the internal resources associated with $result.
- freeResult
- in file ifx.php, method DB_ifx::freeResult() (subpackage: DB-1.4.0)
Free the internal resources associated with $result.
- freeResult
- in file fbsql.php, method DB_fbsql::freeResult() (subpackage: DB-1.4.0)
Free the internal resources associated with $result.
- freeResult
- in file msql.php, method DB_msql::freeResult() (subpackage: DB-1.4.0)
- freeResult
- in file odbc.php, method DB_odbc::freeResult() (subpackage: DB-1.4.0)
top
g
- getAll
- in file common.php, method DB_common::getAll() (subpackage: DB-1.4.0)
Fetch all the rows returned from a query.
- getAssoc
- in file common.php, method DB_common::getAssoc() (subpackage: DB-1.4.0)
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() (subpackage: DB-1.4.0)
Fetch a single column from a result set and return it as an indexed array.
- getListOf
- in file common.php, method DB_common::getListOf() (subpackage: DB-1.4.0)
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() (subpackage: DB-1.4.0)
Fetch the first column of the first row of data returned from a query. Takes care of doing the query and freeing the results when finished.
- getOption
- in file common.php, method DB_common::getOption() (subpackage: DB-1.4.0)
returns the value of an option
- getRow
- in file common.php, method DB_common::getRow() (subpackage: DB-1.4.0)
Fetch the first row of data returned from a query. Takes care of doing the query and freeing the results when finished.
- getSequenceName
- in file common.php, method DB_common::getSequenceName() (subpackage: DB-1.4.0)
- getSpecialQuery
- in file oci8.php, method DB_oci8::getSpecialQuery() (subpackage: DB-1.4.0)
Returns the query needed to get some backend info
- getSpecialQuery
- in file odbc.php, method DB_odbc::getSpecialQuery() (subpackage: DB-1.4.0)
Returns the query needed to get some backend info
- getSpecialQuery
- in file mysql.php, method DB_mysql::getSpecialQuery() (subpackage: DB-1.4.0)
Returns the query needed to get some backend info
- getSpecialQuery
- in file sybase.php, method DB_sybase::getSpecialQuery() (subpackage: DB-1.4.0)
Returns the query needed to get some backend info
- getSpecialQuery
- in file pgsql.php, method DB_pgsql::getSpecialQuery() (subpackage: DB-1.4.0)
Returns the query needed to get some backend info
- getSpecialQuery
- in file fbsql.php, method DB_fbsql::getSpecialQuery() (subpackage: DB-1.4.0)
Returns the query needed to get some backend info
- getSpecialQuery
- in file ibase.php, method DB_ibase::getSpecialQuery() (subpackage: DB-1.4.0)
Returns the query needed to get some backend info
- getSpecialQuery
- in file mssql.php, method DB_mssql::getSpecialQuery() (subpackage: DB-1.4.0)
Returns the query needed to get some backend info
- getSpecialQuery
- in file ifx.php, method DB_ifx::getSpecialQuery() (subpackage: DB-1.4.0)
Returns the query needed to get some backend info
- getSpecialQuery
- in file msql.php, method DB_msql::getSpecialQuery() (subpackage: DB-1.4.0)
Returns the query needed to get some backend info
- getTables
- in file common.php, method DB_common::getTables() (subpackage: DB-1.4.0)
top
top
top
m
- $manip_query
- in file oci8.php, variable DB_oci8::$manip_query (subpackage: DB-1.4.0)
- $manip_query
- in file ibase.php, variable DB_ibase::$manip_query (subpackage: DB-1.4.0)
- modifyLimitQuery
- in file oci8.php, method DB_oci8::modifyLimitQuery() (subpackage: DB-1.4.0)
Emulate the row limit support altering the query
- modifyLimitQuery
- in file pgsql.php, method DB_pgsql::modifyLimitQuery() (subpackage: DB-1.4.0)
- modifyLimitQuery
- in file mysql.php, method DB_mysql::modifyLimitQuery() (subpackage: DB-1.4.0)
- modifyQuery
- in file oci8.php, method DB_oci8::modifyQuery() (subpackage: DB-1.4.0)
- modifyQuery
- in file mysql.php, method DB_mysql::modifyQuery() (subpackage: DB-1.4.0)
- modifyQuery
- in file fbsql.php, method DB_fbsql::modifyQuery() (subpackage: DB-1.4.0)
- mssqlRaiseError
- in file mssql.php, method DB_mssql::mssqlRaiseError() (subpackage: DB-1.4.0)
- mysqlRaiseError
- in file mysql.php, method DB_mysql::mysqlRaiseError() (subpackage: DB-1.4.0)
top
n
- $num_rows
- in file mysql.php, variable DB_mysql::$num_rows (subpackage: DB-1.4.0)
- $num_rows
- in file fbsql.php, variable DB_fbsql::$num_rows (subpackage: DB-1.4.0)
- $num_rows
- in file pgsql.php, variable DB_pgsql::$num_rows (subpackage: DB-1.4.0)
- nextId
- in file mssql.php, method DB_mssql::nextId() (subpackage: DB-1.4.0)
Get the next value in a sequence. We emulate sequences for MSSQL. Will create the sequence if it does not exist.
- nextId
- in file ibase.php, method DB_ibase::nextId() (subpackage: DB-1.4.0)
Get the next value in a sequence.
- nextId
- in file common.php, method DB_common::nextId() (subpackage: DB-1.4.0)
returns the next free id of a sequence
- nextId
- in file pgsql.php, method DB_pgsql::nextId() (subpackage: DB-1.4.0)
Get the next value in a sequence.
- nextId
- in file fbsql.php, method DB_fbsql::nextId() (subpackage: DB-1.4.0)
Get the next value in a sequence. We emulate sequences for fbsql. Will create the sequence if it does not exist.
- nextId
- in file mysql.php, method DB_mysql::nextId() (subpackage: DB-1.4.0)
Get the next value in a sequence. We emulate sequences for MySQL. Will create the sequence if it does not exist.
- nextId
- in file odbc.php, method DB_odbc::nextId() (subpackage: DB-1.4.0)
Get the next value in a sequence. We emulate sequences for odbc. Will create the sequence if it does not exist.
- nextId
- in file oci8.php, method DB_oci8::nextId() (subpackage: DB-1.4.0)
Get the next value in a sequence. We emulate sequences for MySQL. Will create the sequence if it does not exist.
- nextResult
- in file msql.php, method DB_msql::nextResult() (subpackage: DB-1.4.0)
Move the internal msql result pointer to the next available result
- nextResult
- in file mssql.php, method DB_mssql::nextResult() (subpackage: DB-1.4.0)
Move the internal mssql result pointer to the next available result
- nextResult
- in file pgsql.php, method DB_pgsql::nextResult() (subpackage: DB-1.4.0)
Move the internal pgsql result pointer to the next available result
- nextResult
- in file ibase.php, method DB_ibase::nextResult() (subpackage: DB-1.4.0)
Move the internal ibase result pointer to the next available result
- nextResult
- in file fbsql.php, method DB_fbsql::nextResult() (subpackage: DB-1.4.0)
Move the internal fbsql result pointer to the next available result
- nextResult
- in file odbc.php, method DB_odbc::nextResult() (subpackage: DB-1.4.0)
Move the internal odbc result pointer to the next available result
- nextResult
- in file sybase.php, method DB_sybase::nextResult() (subpackage: DB-1.4.0)
Move the internal sybase result pointer to the next available result
- nextResult
- in file mysql.php, method DB_mysql::nextResult() (subpackage: DB-1.4.0)
Move the internal mysql result pointer to the next available result
- nextResult
- in file ifx.php, method DB_ifx::nextResult() (subpackage: DB-1.4.0)
Move the internal ifx result pointer to the next available result
- nextResult
- in file oci8.php, method DB_oci8::nextResult() (subpackage: DB-1.4.0)
Move the internal oracle result pointer to the next available result
- numCols
- in file oci8.php, method DB_oci8::numCols() (subpackage: DB-1.4.0)
Get the number of columns in a result set.
- numCols
- in file odbc.php, method DB_odbc::numCols() (subpackage: DB-1.4.0)
- numCols
- in file mysql.php, method DB_mysql::numCols() (subpackage: DB-1.4.0)
Get the number of columns in a result set.
- numCols
- in file msql.php, method DB_msql::numCols() (subpackage: DB-1.4.0)
- numCols
- in file fbsql.php, method DB_fbsql::numCols() (subpackage: DB-1.4.0)
Get the number of columns in a result set.
- numCols
- in file sybase.php, method DB_sybase::numCols() (subpackage: DB-1.4.0)
Get the number of columns in a result set.
- numCols
- in file dbase.php, method DB_dbase::numCols() (subpackage: DB-1.4.0)
- numCols
- in file mssql.php, method DB_mssql::numCols() (subpackage: DB-1.4.0)
- numCols
- in file ibase.php, method DB_ibase::numCols() (subpackage: DB-1.4.0)
- numCols
- in file pgsql.php, method DB_pgsql::numCols() (subpackage: DB-1.4.0)
Get the number of columns in a result set.
- numCols
- in file ifx.php, method DB_ifx::numCols() (subpackage: DB-1.4.0)
Get the number of columns in a result set.
- numRows
- in file sybase.php, method DB_sybase::numRows() (subpackage: DB-1.4.0)
Get the number of rows in a result set.
- numRows
- in file pgsql.php, method DB_pgsql::numRows() (subpackage: DB-1.4.0)
Get the number of rows in a result set.
- numRows
- in file mssql.php, method DB_mssql::numRows() (subpackage: DB-1.4.0)
- numRows
- in file fbsql.php, method DB_fbsql::numRows() (subpackage: DB-1.4.0)
Get the number of rows in a result set.
- numRows
- in file dbase.php, method DB_dbase::numRows() (subpackage: DB-1.4.0)
- numRows
- in file common.php, method DB_common::numRows() (subpackage: DB-1.4.0)
returns the number of rows in a result object
- numRows
- in file ifx.php, method DB_ifx::numRows() (subpackage: DB-1.4.0)
- numRows
- in file msql.php, method DB_msql::numRows() (subpackage: DB-1.4.0)
- numRows
- in file oci8.php, method DB_oci8::numRows() (subpackage: DB-1.4.0)
- numRows
- in file mysql.php, method DB_mysql::numRows() (subpackage: DB-1.4.0)
Get the number of rows in a result set.
- numRows
- in file odbc.php, method DB_odbc::numRows() (subpackage: DB-1.4.0)
ODBC may or may not support counting rows in the result set of SELECTs.
top
top
p
- $phptype
- in file pgsql.php, variable DB_pgsql::$phptype (subpackage: DB-1.4.0)
- $phptype
- in file mssql.php, variable DB_mssql::$phptype (subpackage: DB-1.4.0)
- $phptype
- in file fbsql.php, variable DB_fbsql::$phptype (subpackage: DB-1.4.0)
- $phptype
- in file oci8.php, variable DB_oci8::$phptype (subpackage: DB-1.4.0)
- $phptype
- in file dbase.php, variable DB_dbase::$phptype (subpackage: DB-1.4.0)
- $phptype
- in file sybase.php, variable DB_sybase::$phptype (subpackage: DB-1.4.0)
- $phptype
- in file msql.php, variable DB_msql::$phptype (subpackage: DB-1.4.0)
- $phptype
- in file ibase.php, variable DB_ibase::$phptype (subpackage: DB-1.4.0)
- $phptype
- in file mysql.php, variable DB_mysql::$phptype (subpackage: DB-1.4.0)
- $phptype
- in file odbc.php, variable DB_odbc::$phptype (subpackage: DB-1.4.0)
- $prepared_queries
- in file common.php, variable DB_common::$prepared_queries (subpackage: DB-1.4.0)
- $prepare_maxstmt
- in file common.php, variable DB_common::$prepare_maxstmt (subpackage: DB-1.4.0)
- $prepare_tokens
- in file mssql.php, variable DB_mssql::$prepare_tokens (subpackage: DB-1.4.0)
- $prepare_tokens
- in file mysql.php, variable DB_mysql::$prepare_tokens (subpackage: DB-1.4.0)
- $prepare_tokens
- in file msql.php, variable DB_msql::$prepare_tokens (subpackage: DB-1.4.0)
- $prepare_tokens
- in file pgsql.php, variable DB_pgsql::$prepare_tokens (subpackage: DB-1.4.0)
- $prepare_tokens
- in file common.php, variable DB_common::$prepare_tokens (subpackage: DB-1.4.0)
- $prepare_tokens
- in file fbsql.php, variable DB_fbsql::$prepare_tokens (subpackage: DB-1.4.0)
- $prepare_tokens
- in file sybase.php, variable DB_sybase::$prepare_tokens (subpackage: DB-1.4.0)
- $prepare_tokens
- in file dbase.php, variable DB_dbase::$prepare_tokens (subpackage: DB-1.4.0)
- $prepare_types
- in file oci8.php, variable DB_oci8::$prepare_types (subpackage: DB-1.4.0)
- $prepare_types
- in file sybase.php, variable DB_sybase::$prepare_types (subpackage: DB-1.4.0)
- $prepare_types
- in file pgsql.php, variable DB_pgsql::$prepare_types (subpackage: DB-1.4.0)
- $prepare_types
- in file msql.php, variable DB_msql::$prepare_types (subpackage: DB-1.4.0)
- $prepare_types
- in file dbase.php, variable DB_dbase::$prepare_types (subpackage: DB-1.4.0)
- $prepare_types
- in file common.php, variable DB_common::$prepare_types (subpackage: DB-1.4.0)
- $prepare_types
- in file mysql.php, variable DB_mysql::$prepare_types (subpackage: DB-1.4.0)
- $prepare_types
- in file fbsql.php, variable DB_fbsql::$prepare_types (subpackage: DB-1.4.0)
- $prepare_types
- in file mssql.php, variable DB_mssql::$prepare_types (subpackage: DB-1.4.0)
- pgsqlRaiseError
- in file pgsql.php, method DB_pgsql::pgsqlRaiseError() (subpackage: DB-1.4.0)
- prepare
- in file common.php, method DB_common::prepare() (subpackage: DB-1.4.0)
Prepares a query for multiple execution with execute().
- prepare
- in file ibase.php, method DB_ibase::prepare() (subpackage: DB-1.4.0)
- prepare
- in file oci8.php, method DB_oci8::prepare() (subpackage: DB-1.4.0)
Prepares a query for multiple execution with execute(). With oci8, this is emulated.
- provides
- in file common.php, method DB_common::provides() (subpackage: DB-1.4.0)
Tell whether a DB implementation or its backend extension supports a given feature.
top
q
- query
- in file dbase.php, method DB_dbase::query() (subpackage: DB-1.4.0)
- query
- in file common.php, method DB_common::query() (subpackage: DB-1.4.0)
Send a query to the database and return any results with a DB_result object.
- quote
- in file mysql.php, method DB_mysql::quote() (subpackage: DB-1.4.0)
Quote the given string so it can be safely used within string delimiters in a query.
- quote
- in file common.php, method DB_common::quote() (subpackage: DB-1.4.0)
Quotes a string so it can be safely used in a query. It will return the string with single quotes around. Other backend quote styles should override this method.
- quote
- in file pgsql.php, method DB_pgsql::quote() (subpackage: DB-1.4.0)
Quote the given string so it can be safely used within string delimiters in a query.
- quoteString
- in file common.php, method DB_common::quoteString() (subpackage: DB-1.4.0)
Quotes a string so it can be safely used within string delimiters in a query (preserved for compatibility issues, quote() is preffered).
top
r
- $result
- in file dbase.php, variable DB_dbase::$result (subpackage: DB-1.4.0)
- $res_row
- in file dbase.php, variable DB_dbase::$res_row (subpackage: DB-1.4.0)
- $row
- in file odbc.php, variable DB_odbc::$row (subpackage: DB-1.4.0)
- $row
- in file pgsql.php, variable DB_pgsql::$row (subpackage: DB-1.4.0)
- raiseError
- in file common.php, method DB_common::raiseError() (subpackage: DB-1.4.0)
This method is used to communicate an error and invoke error callbacks etc. Basically a wrapper for PEAR::raiseError without the message string.
- rollback
- in file oci8.php, method DB_oci8::rollback() (subpackage: DB-1.4.0)
Roll back all uncommitted transactions on the current connection.
- rollback
- in file odbc.php, method DB_odbc::rollback() (subpackage: DB-1.4.0)
- rollback
- in file pgsql.php, method DB_pgsql::rollback() (subpackage: DB-1.4.0)
Roll back (undo) the current transaction.
- rollback
- in file mssql.php, method DB_mssql::rollback() (subpackage: DB-1.4.0)
Roll back (undo) the current transaction.
- rollback
- in file common.php, method DB_common::rollback() (subpackage: DB-1.4.0)
starts a rollback
- rollback
- in file fbsql.php, method DB_fbsql::rollback() (subpackage: DB-1.4.0)
- rollback
- in file ibase.php, method DB_ibase::rollback() (subpackage: DB-1.4.0)
- rollback
- in file mysql.php, method DB_mysql::rollback() (subpackage: DB-1.4.0)
Roll back (undo) the current transaction.
top
s
- setFetchMode
- in file common.php, method DB_common::setFetchMode() (subpackage: DB-1.4.0)
Sets which fetch mode should be used by default on queries on this connection.
- setOption
- in file common.php, method DB_common::setOption() (subpackage: DB-1.4.0)
set the option for the db class
- simpleQuery
- in file oci8.php, method DB_oci8::simpleQuery() (subpackage: DB-1.4.0)
Send a query to oracle and return the results as an oci8 resource identifier.
- simpleQuery
- in file odbc.php, method DB_odbc::simpleQuery() (subpackage: DB-1.4.0)
Send a query to ODBC and return the results as a ODBC resource identifier.
- simpleQuery
- in file pgsql.php, method DB_pgsql::simpleQuery() (subpackage: DB-1.4.0)
Send a query to PostgreSQL and return the results as a PostgreSQL resource identifier.
- simpleQuery
- in file sybase.php, method DB_sybase::simpleQuery() (subpackage: DB-1.4.0)
Send a query to Sybase and return the results as a Sybase resource identifier.
- simpleQuery
- in file mysql.php, method DB_mysql::simpleQuery() (subpackage: DB-1.4.0)
Send a query to MySQL and return the results as a MySQL resource identifier.
- simpleQuery
- in file mssql.php, method DB_mssql::simpleQuery() (subpackage: DB-1.4.0)
- simpleQuery
- in file fbsql.php, method DB_fbsql::simpleQuery() (subpackage: DB-1.4.0)
Send a query to fbsql and return the results as a fbsql resource identifier.
- simpleQuery
- in file msql.php, method DB_msql::simpleQuery() (subpackage: DB-1.4.0)
- simpleQuery
- in file ibase.php, method DB_ibase::simpleQuery() (subpackage: DB-1.4.0)
- simpleQuery
- in file ifx.php, method DB_ifx::simpleQuery() (subpackage: DB-1.4.0)
Send a query to Informix and return the results as a Informix resource identifier.
- sybaseRaiseError
- in file sybase.php, method DB_sybase::sybaseRaiseError() (subpackage: DB-1.4.0)
top
t
- $transaction_opcount
- in file pgsql.php, variable DB_pgsql::$transaction_opcount (subpackage: DB-1.4.0)
- $transaction_opcount
- in file mysql.php, variable DB_mysql::$transaction_opcount (subpackage: DB-1.4.0)
- $transaction_opcount
- in file mssql.php, variable DB_mssql::$transaction_opcount (subpackage: DB-1.4.0)
- $transaction_opcount
- in file dbase.php, variable DB_dbase::$transaction_opcount (subpackage: DB-1.4.0)
- $type
- in file common.php, variable DB_common::$type (subpackage: DB-1.4.0)
DB type (mysql, oci8, odbc etc.)
- tableInfo
- in file oci8.php, method DB_oci8::tableInfo() (subpackage: DB-1.4.0)
- tableInfo
- in file common.php, method DB_common::tableInfo() (subpackage: DB-1.4.0)
returns meta data about the result set
- tableInfo
- in file pgsql.php, method DB_pgsql::tableInfo() (subpackage: DB-1.4.0)
Returns information about a table or a result set
- tableInfo
- in file mysql.php, method DB_mysql::tableInfo() (subpackage: DB-1.4.0)
- tableInfo
- in file mssql.php, method DB_mssql::tableInfo() (subpackage: DB-1.4.0)
Returns information about a table or a result set
- tableInfo
- in file fbsql.php, method DB_fbsql::tableInfo() (subpackage: DB-1.4.0)
- tableInfo
- in file ibase.php, method DB_ibase::tableInfo() (subpackage: DB-1.4.0)
Returns information about a table or a result set
- transactionInit
- in file ibase.php, method DB_ibase::transactionInit() (subpackage: DB-1.4.0)
top
Documentation generated on Fri, 30 Apr 2004 23:19:42 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|