apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

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 pgsql.php, variable DB_pgsql::$autocommit
$autocommit
in file mysql.php, variable DB_mysql::$autocommit
$autoCommit
in file oci8.php, variable DB_oci8::$autoCommit
$autocommit
in file ibase.php, variable DB_ibase::$autocommit
$autocommit
in file mssql.php, variable DB_mssql::$autocommit
affectedRows
in file oci8.php, method DB_oci8::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 odbc.php, method DB_odbc::affectedRows()
    Returns the number of rows affected by a manipulative query
affectedRows
in file common.php, method DB_common::affectedRows()
    returns the affected rows of 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 pgsql.php, method DB_pgsql::affectedRows()
    Gets the number of rows affected by the last query.
affectedRows
in file mssql.php, method DB_mssql::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 ifx.php, method DB_ifx::affectedRows()
    Gets the number of rows affected by the last query.
affectedRows
in file msql.php, method DB_msql::affectedRows()
    Gets the number of rows affected by a query.
apiVersion
in file DB.php, method DB::apiVersion()
    Return the DB API version
array_change_key_case
in file common.php, function array_change_key_case()
assertExtension
in file DB.php, method DB::assertExtension()
    Load a PHP database extension if it is not loaded already.
autoCommit
in file fbsql.php, method DB_fbsql::autoCommit()
autoCommit
in file pgsql.php, method DB_pgsql::autoCommit()
    Enable/disable automatic commits
autoCommit
in file common.php, method DB_common::autoCommit()
    enable automatic Commit
autoCommit
in file ibase.php, method DB_ibase::autoCommit()
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
autoCommit
in file odbc.php, method DB_odbc::autoCommit()
autoCommit
in file mysql.php, method DB_mysql::autoCommit()
    Enable/disable automatic commits
autoExecute
in file common.php, method DB_common::autoExecute()
    Make automaticaly an insert or update query and call prepare() and execute() with it
autoPrepare
in file common.php, method DB_common::autoPrepare()
    Make automaticaly an insert or update query and call prepare() with it
top

b

buildManipSQL
in file common.php, method DB_common::buildManipSQL()
    Make automaticaly an sql query for prepare()
top

c

$connection
in file oci8.php, variable DB_oci8::$connection
$connection
in file odbc.php, variable DB_odbc::$connection
$connection
in file ibase.php, variable DB_ibase::$connection
$connection
in file mysql.php, variable DB_mysql::$connection
$connection
in file ifx.php, variable DB_ifx::$connection
$connection
in file mssql.php, variable DB_mssql::$connection
$connection
in file msql.php, variable DB_msql::$connection
$connection
in file fbsql.php, variable DB_fbsql::$connection
$connection
in file sybase.php, variable DB_sybase::$connection
$connection
in file dbase.php, variable DB_dbase::$connection
$connection
in file pgsql.php, variable DB_pgsql::$connection
CASE_LOWER
in file common.php, constant CASE_LOWER
CASE_UPPER
in file common.php, constant CASE_UPPER
commit
in file pgsql.php, method DB_pgsql::commit()
    Commit the current transaction.
commit
in file oci8.php, method DB_oci8::commit()
    Commit transactions on the current connection
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 mssql.php, method DB_mssql::commit()
    Commit the current transaction.
commit
in file ibase.php, method DB_ibase::commit()
commit
in file fbsql.php, method DB_fbsql::commit()
commit
in file common.php, method DB_common::commit()
    starts a Commit
connect
in file ifx.php, method DB_ifx::connect()
    Connect to a database and log in as the specified user.
connect
in file dbase.php, method DB_dbase::connect()
connect
in file DB.php, method DB::connect()
    Create a new DB connection object and connect to the specified database
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 fbsql.php, method DB_fbsql::connect()
    Connect to a database and log in as the specified user.
connect
in file odbc.php, method DB_odbc::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 mssql.php, method DB_mssql::connect()
connect
in file ibase.php, method DB_ibase::connect()
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()
create
in file storage.php, method DB_storage::create()
    Static method used to create new DB storage objects.
createSequence
in file ibase.php, method DB_ibase::createSequence()
    Create the sequence
createSequence
in file pgsql.php, method DB_pgsql::createSequence()
    Create the sequence
createSequence
in file common.php, method DB_common::createSequence()
    creates a new sequence
createSequence
in file odbc.php, method DB_odbc::createSequence()
createSequence
in file mysql.php, method DB_mysql::createSequence()
createSequence
in file oci8.php, method DB_oci8::createSequence()
createSequence
in file mssql.php, method DB_mssql::createSequence()
createSequence
in file fbsql.php, method DB_fbsql::createSequence()
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 pgsql.php, variable DB_pgsql::$dbsyntax
$dbsyntax
in file fbsql.php, variable DB_fbsql::$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 dbase.php, variable DB_dbase::$dbsyntax
$dbsyntax
in file msql.php, variable DB_msql::$dbsyntax
$dbsyntax
in file mssql.php, variable DB_mssql::$dbsyntax
$dbsyntax
in file odbc.php, variable DB_odbc::$dbsyntax
$dbsyntax
in file sybase.php, variable DB_sybase::$dbsyntax
$dsn
in file pgsql.php, variable DB_pgsql::$dsn
$dsn
in file ifx.php, variable DB_ifx::$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, class DB_common
DB_common
in file common.php, method DB_common::DB_common()
    Constructor
DB_dbase
in file dbase.php, class DB_dbase
DB_dbase
in file dbase.php, method DB_dbase::DB_dbase()
    DB_mysql constructor.
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
in file DB.php, constant DB_ERROR
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_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, method DB_fbsql::DB_fbsql()
    DB_fbsql constructor.
DB_fbsql
in file fbsql.php, class DB_fbsql
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
DB_ibase
in file ibase.php, method DB_ibase::DB_ibase()
DB_ifx
in file ifx.php, class DB_ifx
DB_ifx
in file ifx.php, method DB_ifx::DB_ifx()
DB_msql
in file msql.php, class DB_msql
DB_msql
in file msql.php, method DB_msql::DB_msql()
DB_mssql
in file mssql.php, class DB_mssql
DB_mssql
in file mssql.php, method DB_mssql::DB_mssql()
DB_mysql
in file mysql.php, class DB_mysql
DB_mysql
in file mysql.php, method DB_mysql::DB_mysql()
    DB_mysql constructor.
DB_oci8
in file oci8.php, class DB_oci8
DB_oci8
in file oci8.php, method DB_oci8::DB_oci8()
DB_odbc
in file odbc.php, class DB_odbc
DB_odbc
in file odbc.php, method DB_odbc::DB_odbc()
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, method DB_pgsql::DB_pgsql()
DB_pgsql
in file pgsql.php, class DB_pgsql
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, method DB_row::DB_row()
    constructor
DB_row
in file DB.php, class DB_row
    Pear DB Row Object
DB_storage
in file storage.php, method DB_storage::DB_storage()
    Constructor
DB_storage
in file storage.php, class DB_storage
    DB_storage provides an object interface to a table row. It lets you add, delete and change rows without using SQL.
DB_sybase
in file sybase.php, method DB_sybase::DB_sybase()
    DB_sybase constructor.
DB_sybase
in file sybase.php, class DB_sybase
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
DB_WARNING
in file DB.php, constant DB_WARNING
DB_WARNING_READ_ONLY
in file DB.php, constant DB_WARNING_READ_ONLY
disconnect
in file pgsql.php, method DB_pgsql::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()
disconnect
in file mssql.php, method DB_mssql::disconnect()
disconnect
in file sybase.php, method DB_sybase::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 mysql.php, method DB_mysql::disconnect()
    Log out and disconnect from the database.
disconnect
in file dbase.php, method DB_dbase::disconnect()
disconnect
in file ifx.php, method DB_ifx::disconnect()
    Log out and disconnect from the database.
disconnect
in file msql.php, method DB_msql::disconnect()
disconnect
in file odbc.php, method DB_odbc::disconnect()
dropSequence
in file common.php, method DB_common::dropSequence()
    deletes a sequence
dropSequence
in file mysql.php, method DB_mysql::dropSequence()
dropSequence
in file oci8.php, method DB_oci8::dropSequence()
dropSequence
in file mssql.php, method DB_mssql::dropSequence()
dropSequence
in file ibase.php, method DB_ibase::dropSequence()
    Drop a sequence
dropSequence
in file pgsql.php, method DB_pgsql::dropSequence()
    Drop a sequence
dropSequence
in file odbc.php, method DB_odbc::dropSequence()
dropSequence
in file fbsql.php, method DB_fbsql::dropSequence()
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 mssql.php, method DB_mssql::errorCode()
errorCode
in file sybase.php, method DB_sybase::errorCode()
errorCode
in file pgsql.php, method DB_pgsql::errorCode()
    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 ifx.php, method DB_ifx::errorCode()
    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()
    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()
    Map a DB error code to a textual message. This is actually just a wrapper for DB::errorMessage().
errorMessage
in file DB.php, method DB::errorMessage()
    Return a textual error message for a DB error code
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 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 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 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 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.
execute
in file oci8.php, method DB_oci8::execute()
    Executes a DB statement prepared with prepare().
execute
in file ibase.php, method DB_ibase::execute()
execute
in file common.php, method DB_common::execute()
    Executes a prepared SQL query
executeMultiple
in file common.php, method DB_common::executeMultiple()
    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
    assoc of capabilities for this DB implementation
$fetchmode
in file fbsql.php, variable DB_fbsql::$fetchmode
$fetchmode
in file pgsql.php, variable DB_pgsql::$fetchmode
$fetchmode
in file mysql.php, variable DB_mysql::$fetchmode
$fetchmode
in file ifx.php, variable DB_ifx::$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 connection object for the specified database type
fbsqlRaiseError
in file fbsql.php, method DB_fbsql::fbsqlRaiseError()
fetchInto
in file mssql.php, method DB_mssql::fetchInto()
fetchInto
in file ifx.php, method DB_ifx::fetchInto()
    Fetch a row and return as array.
fetchInto
in file sybase.php, method DB_sybase::fetchInto()
    Fetch a row and insert the data into an existing array.
fetchInto
in file mysql.php, method DB_mysql::fetchInto()
    Fetch a row and insert the data into an existing array.
fetchInto
in file pgsql.php, method DB_pgsql::fetchInto()
    Fetch a row and insert the data into an existing array.
fetchInto
in file oci8.php, method DB_oci8::fetchInto()
    Fetch a row and insert the data into an existing array.
fetchInto
in file odbc.php, method DB_odbc::fetchInto()
fetchInto
in file msql.php, method DB_msql::fetchInto()
fetchInto
in file fbsql.php, method DB_fbsql::fetchInto()
    Fetch a row and insert the data into an existing array.
fetchInto
in file dbase.php, method DB_dbase::fetchInto()
fetchInto
in file ibase.php, method DB_ibase::fetchInto()
fetchInto
in file DB.php, method DB_result::fetchInto()
    Fetch a row of data into an existing variable.
fetchRow
in file oci8.php, method DB_oci8::fetchRow()
    Fetch a row and return as array.
fetchRow
in file pgsql.php, method DB_pgsql::fetchRow()
    Fetch and return a row of data (it uses fetchInto for that)
fetchRow
in file DB.php, method DB_result::fetchRow()
    Fetch and return a row of data (it uses driver->fetchInto for that)
fetchRow
in file ifx.php, method DB_ifx::fetchRow()
    Fetch and return a row of data (it uses fetchInto for that)
fetchRow
in file odbc.php, method DB_odbc::fetchRow()
fetchRow
in file mysql.php, method DB_mysql::fetchRow()
    Fetch and return a row of data (it uses fetchInto for that)
fetchRow
in file fbsql.php, method DB_fbsql::fetchRow()
    Fetch and return a row of data (it uses fetchInto for that)
fetchRow
in file mssql.php, method DB_mssql::fetchRow()
fetchRow
in file sybase.php, method DB_sybase::fetchRow()
    Fetch and return a row of data (it uses fetchInto for that)
fetchRow
in file msql.php, method DB_msql::fetchRow()
free
in file DB.php, method DB_result::free()
    Frees the resources allocated for this result set.
freeQuery
in file ibase.php, method DB_ibase::freeQuery()
freeResult
in file pgsql.php, method DB_pgsql::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 mysql.php, method DB_mysql::freeResult()
    Free the internal resources associated with $result.
freeResult
in file msql.php, method DB_msql::freeResult()
freeResult
in file ifx.php, method DB_ifx::freeResult()
    Free the internal resources associated with $result.
freeResult
in file mssql.php, method DB_mssql::freeResult()
freeResult
in file fbsql.php, method DB_fbsql::freeResult()
    Free the internal resources associated with $result.
freeResult
in file oci8.php, method DB_oci8::freeResult()
    Free the internal resources associated with $result.
freeResult
in file ibase.php, method DB_ibase::freeResult()
freeResult
in file odbc.php, method DB_odbc::freeResult()
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.
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. Takes care of doing the query and freeing the results when finished.
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. Takes care of doing the query and freeing the results when finished.
getRowCounter
in file DB.php, method DB_result::getRowCounter()
    returns the actual row number
getSequenceName
in file common.php, method DB_common::getSequenceName()
getSpecialQuery
in file oci8.php, method DB_oci8::getSpecialQuery()
    Returns the query needed to get some backend info
getSpecialQuery
in file odbc.php, method DB_odbc::getSpecialQuery()
    Returns the query needed to get some backend info
getSpecialQuery
in file pgsql.php, method DB_pgsql::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
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 ibase.php, method DB_ibase::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 ifx.php, method DB_ifx::getSpecialQuery()
    Returns the query needed to get some backend info
getSpecialQuery
in file msql.php, method DB_msql::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()
ifxraiseError
in file ifx.php, method DB_ifx::ifxraiseError()
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

l

$last_query
in file common.php, variable DB_common::$last_query
$last_stmt
in file oci8.php, variable DB_oci8::$last_stmt
$limit_count
in file DB.php, variable DB_result::$limit_count
    for limit queries, the number of rows to fetch
$limit_from
in file DB.php, variable DB_result::$limit_from
    for limit queries, the row to start fetching
limitQuery
in file common.php, method DB_common::limitQuery()
    Generates a limited query
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
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 fbsql.php, method DB_fbsql::modifyQuery()
modifyQuery
in file mysql.php, method DB_mysql::modifyQuery()
mssqlRaiseError
in file mssql.php, method DB_mssql::mssqlRaiseError()
mysqlRaiseError
in file mysql.php, method DB_mysql::mysqlRaiseError()
top

n

$num_rows
in file fbsql.php, variable DB_fbsql::$num_rows
$num_rows
in file pgsql.php, variable DB_pgsql::$num_rows
$num_rows
in file mysql.php, variable DB_mysql::$num_rows
nextId
in file mssql.php, method DB_mssql::nextId()
    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()
    Get the next value in a sequence.
nextId
in file mysql.php, method DB_mysql::nextId()
    Get the next value in a sequence. We emulate sequences for MySQL. Will create the sequence if it does not exist.
nextId
in file common.php, method DB_common::nextId()
    returns the next free id of a sequence
nextId
in file oci8.php, method DB_oci8::nextId()
    Get the next value in a sequence. We emulate sequences for MySQL. Will create the sequence if it does not exist.
nextId
in file fbsql.php, method DB_fbsql::nextId()
    Get the next value in a sequence. We emulate sequences for fbsql. Will create the sequence if it does not exist.
nextId
in file pgsql.php, method DB_pgsql::nextId()
    Get the next value in a sequence.
nextId
in file odbc.php, method DB_odbc::nextId()
    Get the next value in a sequence. We emulate sequences for odbc. Will create the sequence if it does not exist.
nextResult
in file pgsql.php, method DB_pgsql::nextResult()
    Move the internal pgsql 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 msql.php, method DB_msql::nextResult()
    Move the internal msql result pointer to the next available result
nextResult
in file odbc.php, method DB_odbc::nextResult()
    Move the internal odbc 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 mysql.php, method DB_mysql::nextResult()
    Move the internal mysql 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 ibase.php, method DB_ibase::nextResult()
    Move the internal ibase 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 ifx.php, method DB_ifx::nextResult()
    Move the internal ifx result pointer to the next available result
nextResult
in file fbsql.php, method DB_fbsql::nextResult()
    Move the internal fbsql result pointer to the next available result
numCols
in file fbsql.php, method DB_fbsql::numCols()
    Get the number of columns in a result set.
numCols
in file dbase.php, method DB_dbase::numCols()
numCols
in file pgsql.php, method DB_pgsql::numCols()
    Get 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 ifx.php, method DB_ifx::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 odbc.php, method DB_odbc::numCols()
numCols
in file mssql.php, method DB_mssql::numCols()
numCols
in file DB.php, method DB_result::numCols()
    Get the the number of columns in a result set.
numCols
in file ibase.php, method DB_ibase::numCols()
numCols
in file sybase.php, method DB_sybase::numCols()
    Get the number of columns in a result set.
numCols
in file msql.php, method DB_msql::numCols()
numRows
in file pgsql.php, method DB_pgsql::numRows()
    Get the number of rows in a result set.
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 DB.php, method DB_result::numRows()
    Get the number of rows in a result set.
numRows
in file oci8.php, method DB_oci8::numRows()
numRows
in file msql.php, method DB_msql::numRows()
numRows
in file mssql.php, method DB_mssql::numRows()
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 dbase.php, method DB_dbase::numRows()
numRows
in file ifx.php, method DB_ifx::numRows()
numRows
in file odbc.php, method DB_odbc::numRows()
    ODBC may or may not support counting rows in the result set of SELECTs.
top

o

$options
in file common.php, variable DB_common::$options
    $options["persistent"] -> boolean persistent connection true|false?
oci8.php
procedural page oci8.php
odbc.php
procedural page odbc.php
oci8RaiseError
in file oci8.php, method DB_oci8::oci8RaiseError()
odbcRaiseError
in file odbc.php, method DB_odbc::odbcRaiseError()
top

p

$phptype
in file oci8.php, variable DB_oci8::$phptype
$phptype
in file fbsql.php, variable DB_fbsql::$phptype
$phptype
in file pgsql.php, variable DB_pgsql::$phptype
$phptype
in file ibase.php, variable DB_ibase::$phptype
$phptype
in file odbc.php, variable DB_odbc::$phptype
$phptype
in file msql.php, variable DB_msql::$phptype
$phptype
in file dbase.php, variable DB_dbase::$phptype
$phptype
in file mysql.php, variable DB_mysql::$phptype
$phptype
in file mssql.php, variable DB_mssql::$phptype
$phptype
in file sybase.php, variable DB_sybase::$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 mysql.php, variable DB_mysql::$prepare_tokens
$prepare_tokens
in file msql.php, variable DB_msql::$prepare_tokens
$prepare_tokens
in file mssql.php, variable DB_mssql::$prepare_tokens
$prepare_tokens
in file fbsql.php, variable DB_fbsql::$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 sybase.php, variable DB_sybase::$prepare_tokens
$prepare_tokens
in file dbase.php, variable DB_dbase::$prepare_tokens
$prepare_types
in file sybase.php, variable DB_sybase::$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 msql.php, variable DB_msql::$prepare_types
$prepare_types
in file dbase.php, variable DB_dbase::$prepare_types
$prepare_types
in file common.php, variable DB_common::$prepare_types
$prepare_types
in file mysql.php, variable DB_mysql::$prepare_types
$prepare_types
in file fbsql.php, variable DB_fbsql::$prepare_types
$prepare_types
in file mssql.php, variable DB_mssql::$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()
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(). With oci8, this is emulated.
prepare
in file ibase.php, method DB_ibase::prepare()
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 dbase.php, method DB_dbase::query()
query
in file common.php, method DB_common::query()
    Send a query to the database and return any results with a DB_result object.
quote
in file mysql.php, method DB_mysql::quote()
    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()
    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()
    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()
    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 DB.php, variable DB_result::$result
$result
in file dbase.php, variable DB_dbase::$result
$res_row
in file dbase.php, variable DB_dbase::$res_row
$row
in file odbc.php, variable DB_odbc::$row
$row
in file pgsql.php, variable DB_pgsql::$row
$row_counter
in file DB.php, variable DB_result::$row_counter
raiseError
in file common.php, method DB_common::raiseError()
    This method is used to communicate an error and invoke error callbacks etc. Basically a wrapper for PEAR::raiseError without the message string.
remove
in file storage.php, method DB_storage::remove()
    Remove the row represented by this object from the database.
rollback
in file pgsql.php, method DB_pgsql::rollback()
    Roll back (undo) the current transaction.
rollback
in file common.php, method DB_common::rollback()
    starts a rollback
rollback
in file odbc.php, method DB_odbc::rollback()
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 ibase.php, method DB_ibase::rollback()
rollback
in file mssql.php, method DB_mssql::rollback()
    Roll back (undo) the current transaction.
rollback
in file fbsql.php, method DB_fbsql::rollback()
top

s

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 common.php, method DB_common::setOption()
    set the option for the db class
setup
in file storage.php, method DB_storage::setup()
    Method used to initialize a DB_storage object from the configured table.
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 pgsql.php, method DB_pgsql::simpleQuery()
    Send a query to PostgreSQL and return the results as a PostgreSQL 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 oci8.php, method DB_oci8::simpleQuery()
    Send a query to oracle and return the results as an oci8 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 mysql.php, method DB_mysql::simpleQuery()
    Send a query to MySQL and return the results as a MySQL 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 mssql.php, method DB_mssql::simpleQuery()
simpleQuery
in file msql.php, method DB_msql::simpleQuery()
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()
top

t

$transaction_opcount
in file mysql.php, variable DB_mysql::$transaction_opcount
$transaction_opcount
in file pgsql.php, variable DB_pgsql::$transaction_opcount
$transaction_opcount
in file dbase.php, variable DB_dbase::$transaction_opcount
$transaction_opcount
in file mssql.php, variable DB_mssql::$transaction_opcount
$type
in file common.php, variable DB_common::$type
    DB type (mysql, oci8, odbc etc.)
tableInfo
in file oci8.php, method DB_oci8::tableInfo()
tableInfo
in file common.php, method DB_common::tableInfo()
    returns meta data about the result set
tableInfo
in file pgsql.php, method DB_pgsql::tableInfo()
    Returns information about a table or a result set
tableInfo
in file mysql.php, method DB_mysql::tableInfo()
tableInfo
in file DB.php, method DB_result::tableInfo()
tableInfo
in file ibase.php, method DB_ibase::tableInfo()
    Returns information about a table or a result set
tableInfo
in file fbsql.php, method DB_fbsql::tableInfo()
tableInfo
in file mssql.php, method DB_mssql::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 Fri, 30 Apr 2004 23:19:42 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.