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

Element index for package DB

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ w ] [ _ ]

_

$_last_query_manip
in file common.php, variable DB_common::$_last_query_manip
    Flag indicating that the last query was a manipulation query.
$_next_query_manip
in file common.php, variable DB_common::$_next_query_manip
    Flag indicating that the next query <em>must</em> be a manipulation query.
_checkManip
in file common.php, method DB_common::_checkManip()
    Checks if the given query is a manipulation query. This also takes into account the _next_query_manip flag and sets the _last_query_manip flag (and resets _next_query_manip) according to the result.
_convertNullArrayValuesToEmpty
in file common.php, method DB_common::_convertNullArrayValuesToEmpty()
    Converts all null values in an array to empty strings
_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.
_rtrimArrayValues
in file common.php, method DB_common::_rtrimArrayValues()
    Right-trims all strings in an array
__sleep
in file common.php, method DB_common::__sleep()
    Automatically indicates which properties should be saved when PHP's serialize() function is called
__toString
in file common.php, method DB_common::__toString()
    Automatic string conversion for PHP 5
__wakeup
in file common.php, method DB_common::__wakeup()
    Automatically reconnects to the database when PHP's unserialize() function is called
top

a

$affected
in file pgsql.php, variable DB_pgsql::$affected
    The number of rows affected by a data manipulation query
$autofree
in file DB.php, variable DB_result::$autofree
    Should results be freed automatically when there are no more rows?
affectedRows
in file common.php, method DB_common::affectedRows()
    Determines the number of rows affected by a data maniuplation query
affectedRows
in file msql.php, method DB_msql::affectedRows()
    Determines the number of rows affected by a data maniuplation query
affectedRows
in file mssql.php, method DB_mssql::affectedRows()
    Determines the number of rows affected by a data maniuplation query
affectedRows
in file mysql.php, method DB_mysql::affectedRows()
    Determines the number of rows affected by a data maniuplation query
affectedRows
in file oci8.php, method DB_oci8::affectedRows()
    Determines the number of rows affected by a data maniuplation query
affectedRows
in file odbc.php, method DB_odbc::affectedRows()
    Determines the number of rows affected by a data maniuplation query
affectedRows
in file mysqli.php, method DB_mysqli::affectedRows()
    Determines the number of rows affected by a data maniuplation query
affectedRows
in file ifx.php, method DB_ifx::affectedRows()
    Determines the number of rows affected by a data maniuplation query
affectedRows
in file pgsql.php, method DB_pgsql::affectedRows()
    Determines the number of rows affected by a data maniuplation query
affectedRows
in file fbsql.php, method DB_fbsql::affectedRows()
    Determines the number of rows affected by a data maniuplation query
affectedRows
in file sybase.php, method DB_sybase::affectedRows()
    Determines the number of rows affected by a data maniuplation query
affectedRows
in file ibase.php, method DB_ibase::affectedRows()
    Determines the number of rows affected by a data maniuplation query
affectedRows
in file sqlite.php, method DB_sqlite::affectedRows()
    Determines the number of rows affected by a data maniuplation query
apiVersion
in file DB.php, method DB::apiVersion()
    Return the DB API version
autoCommit
in file sybase.php, method DB_sybase::autoCommit()
    Enables or disables automatic commits
autoCommit
in file pgsql.php, method DB_pgsql::autoCommit()
    Enables or disables automatic commits
autoCommit
in file oci8.php, method DB_oci8::autoCommit()
    Enables or disables automatic commits
autoCommit
in file odbc.php, method DB_odbc::autoCommit()
    Enables or disables automatic commits
autoCommit
in file mssql.php, method DB_mssql::autoCommit()
    Enables or disables automatic commits
autoCommit
in file fbsql.php, method DB_fbsql::autoCommit()
    Enables or disables automatic commits
autoCommit
in file common.php, method DB_common::autoCommit()
    Enables or disables automatic commits
autoCommit
in file mysqli.php, method DB_mysqli::autoCommit()
    Enables or disables automatic commits
autoCommit
in file ibase.php, method DB_ibase::autoCommit()
    Enables or disables automatic commits
autoCommit
in file mysql.php, method DB_mysql::autoCommit()
    Enables or disables automatic commits
autoCommit
in file ifx.php, method DB_ifx::autoCommit()
    Enables or disables automatic commits
autoExecute
in file common.php, method DB_common::autoExecute()
    Automaticaly generates an insert or update query and call prepare() and execute() with it
autoPrepare
in file common.php, method DB_common::autoPrepare()
    Automaticaly generates an insert or update query and pass it to prepare()
top

b

buildManipSQL
in file common.php, method DB_common::buildManipSQL()
    Produces an SQL query string for autoPrepare()
top

c

$connection
in file mysqli.php, variable DB_mysqli::$connection
    The raw database connection created by PHP
$connection
in file mssql.php, variable DB_mssql::$connection
    The raw database connection created by PHP
$connection
in file msql.php, variable DB_msql::$connection
    The raw database connection created by PHP
$connection
in file ifx.php, variable DB_ifx::$connection
    The raw database connection created by PHP
$connection
in file oci8.php, variable DB_oci8::$connection
    The raw database connection created by PHP
$connection
in file odbc.php, variable DB_odbc::$connection
    The raw database connection created by PHP
$connection
in file sybase.php, variable DB_sybase::$connection
    The raw database connection created by PHP
$connection
in file sqlite.php, variable DB_sqlite::$connection
    The raw database connection created by PHP
$connection
in file pgsql.php, variable DB_pgsql::$connection
    The raw database connection created by PHP
$connection
in file ibase.php, variable DB_ibase::$connection
    The raw database connection created by PHP
$connection
in file mysql.php, variable DB_mysql::$connection
    The raw database connection created by PHP
$connection
in file fbsql.php, variable DB_fbsql::$connection
    The raw database connection created by PHP
$connection
in file dbase.php, variable DB_dbase::$connection
    The raw database connection created by PHP
check_error
in file errors.inc, function check_error()
    Determine if the error from the driver matches the error we expect
commit
in file mysqli.php, method DB_mysqli::commit()
    Commits the current transaction
commit
in file pgsql.php, method DB_pgsql::commit()
    Commits the current transaction
commit
in file mssql.php, method DB_mssql::commit()
    Commits the current transaction
commit
in file odbc.php, method DB_odbc::commit()
    Commits the current transaction
commit
in file oci8.php, method DB_oci8::commit()
    Commits the current transaction
commit
in file sybase.php, method DB_sybase::commit()
    Commits the current transaction
commit
in file ibase.php, method DB_ibase::commit()
    Commits the current transaction
commit
in file mysql.php, method DB_mysql::commit()
    Commits the current transaction
commit
in file common.php, method DB_common::commit()
    Commits the current transaction
commit
in file fbsql.php, method DB_fbsql::commit()
    Commits the current transaction
commit
in file ifx.php, method DB_ifx::commit()
    Commits the current transaction
connect
in file oci8.php, method DB_oci8::connect()
    Connect to the database server, log in and open the database
connect
in file pgsql.php, method DB_pgsql::connect()
    Connect to the database server, log in and open the database
connect
in file sybase.php, method DB_sybase::connect()
    Connect to the database server, log in and open the database
connect
in file sqlite.php, method DB_sqlite::connect()
    Connect to the database server, log in and open the database
connect
in file odbc.php, method DB_odbc::connect()
    Connect to the database server, log in and open the database
connect
in file DB.php, method DB::connect()
    Create a new DB object including a connection to the specified database
connect
in file mysqli.php, method DB_mysqli::connect()
    Connect to the database server, log in and open the database
connect
in file mssql.php, method DB_mssql::connect()
    Connect to the database server, log in and open the database
connect
in file ifx.php, method DB_ifx::connect()
    Connect to the database server, log in and open the database
connect
in file msql.php, method DB_msql::connect()
    Connect to the database server, log in and open the database
connect
in file mysql.php, method DB_mysql::connect()
    Connect to the database server, log in and open the database
connect
in file fbsql.php, method DB_fbsql::connect()
    Connect to the database server, log in and open the database
connect
in file ibase.php, method DB_ibase::connect()
    Connect to the database server, log in and open the database
connect
in file dbase.php, method DB_dbase::connect()
    Connect to the database and create it if it doesn't exist
create
in file storage.php, method DB_storage::create()
    Static method used to create new DB storage objects.
createSequence
in file common.php, method DB_common::createSequence()
    Creates a new sequence
createSequence
in file pgsql.php, method DB_pgsql::createSequence()
    Creates a new sequence
createSequence
in file ibase.php, method DB_ibase::createSequence()
    Creates a new sequence
createSequence
in file sqlite.php, method DB_sqlite::createSequence()
    Creates a new sequence
createSequence
in file fbsql.php, method DB_fbsql::createSequence()
    Creates a new sequence
createSequence
in file mysql.php, method DB_mysql::createSequence()
    Creates a new sequence
createSequence
in file mysqli.php, method DB_mysqli::createSequence()
    Creates a new sequence
createSequence
in file oci8.php, method DB_oci8::createSequence()
    Creates a new sequence
createSequence
in file mssql.php, method DB_mssql::createSequence()
    Creates a new sequence
createSequence
in file sybase.php, method DB_sybase::createSequence()
    Creates a new sequence
createSequence
in file odbc.php, method DB_odbc::createSequence()
    Creates a new sequence
createSequence
in file msql.php, method DB_msql::createSequence()
    Creates a new sequence
common.php
procedural page common.php
connect.inc
procedural page connect.inc
top

d

$dbh
in file DB.php, variable DB_result::$dbh
    A reference to the DB_<driver> object
$dbsyntax
in file mssql.php, variable DB_mssql::$dbsyntax
    The database syntax variant to be used (db2, access, etc.), if any
$dbsyntax
in file msql.php, variable DB_msql::$dbsyntax
    The database syntax variant to be used (db2, access, etc.), if any
$dbsyntax
in file ifx.php, variable DB_ifx::$dbsyntax
    The database syntax variant to be used (db2, access, etc.), if any
$dbsyntax
in file dbase.php, variable DB_dbase::$dbsyntax
    The database syntax variant to be used (db2, access, etc.), if any
$dbsyntax
in file ibase.php, variable DB_ibase::$dbsyntax
    The database syntax variant to be used (db2, access, etc.), if any
$dbsyntax
in file mysql.php, variable DB_mysql::$dbsyntax
    The database syntax variant to be used (db2, access, etc.), if any
$dbsyntax
in file mysqli.php, variable DB_mysqli::$dbsyntax
    The database syntax variant to be used (db2, access, etc.), if any
$dbsyntax
in file sybase.php, variable DB_sybase::$dbsyntax
    The database syntax variant to be used (db2, access, etc.), if any
$dbsyntax
in file sqlite.php, variable DB_sqlite::$dbsyntax
    The database syntax variant to be used (db2, access, etc.), if any
$dbsyntax
in file pgsql.php, variable DB_pgsql::$dbsyntax
    The database syntax variant to be used (db2, access, etc.), if any
$dbsyntax
in file odbc.php, variable DB_odbc::$dbsyntax
    The database syntax variant to be used (db2, access, etc.), if any
$dbsyntax
in file oci8.php, variable DB_oci8::$dbsyntax
    The database syntax variant to be used (db2, access, etc.), if any
$dbsyntax
in file fbsql.php, variable DB_fbsql::$dbsyntax
    The database syntax variant to be used (db2, access, etc.), if any
$dsn
in file mssql.php, variable DB_mssql::$dsn
    The DSN information for connecting to a database
$dsn
in file mysql.php, variable DB_mysql::$dsn
    The DSN information for connecting to a database
$dsn
in file msql.php, variable DB_msql::$dsn
    The DSN information for connecting to a database
$dsn
in file ifx.php, variable DB_ifx::$dsn
    The DSN information for connecting to a database
$dsn
in file fbsql.php, variable DB_fbsql::$dsn
    The DSN information for connecting to a database
$dsn
in file mysqli.php, variable DB_mysqli::$dsn
    The DSN information for connecting to a database
$dsn
in file oci8.php, variable DB_oci8::$dsn
    The DSN information for connecting to a database
$dsn
in file sybase.php, variable DB_sybase::$dsn
    The DSN information for connecting to a database
$dsn
in file sqlite.php, variable DB_sqlite::$dsn
    The DSN information for connecting to a database
$dsn
in file pgsql.php, variable DB_pgsql::$dsn
    The DSN information for connecting to a database
$dsn
in file odbc.php, variable DB_odbc::$dsn
    The DSN information for connecting to a database
$dsn
in file dbase.php, variable DB_dbase::$dsn
    The DSN information for connecting to a database
$dsn
in file ibase.php, variable DB_ibase::$dsn
    The DSN information for connecting to a database
DB
in file DB.php, class DB
    Database independent query interface
dbase.php
procedural page dbase.php
DB.php
procedural page DB.php
DB_AUTOQUERY_INSERT
in file DB.php, constant DB_AUTOQUERY_INSERT
    The type of query to create with the automatic query building methods.
DB_AUTOQUERY_UPDATE
in file DB.php, constant DB_AUTOQUERY_UPDATE
    The type of query to create with the automatic query building methods.
DB_BINMODE_CONVERT
in file DB.php, constant DB_BINMODE_CONVERT
    Converts the data to hex format before returning it
DB_BINMODE_PASSTHRU
in file DB.php, constant DB_BINMODE_PASSTHRU
    Sends the fetched data straight through to output
DB_BINMODE_RETURN
in file DB.php, constant DB_BINMODE_RETURN
    Lets you return data as usual
DB_common
in file common.php, method DB_common::DB_common()
    This constructor calls $this->PEAR('DB_Error')
DB_common
in file common.php, class DB_common
    DB_common is the base class from which each database driver class extends
DB_dbase
in file dbase.php, method DB_dbase::DB_dbase()
    This constructor calls $this->DB_common()
DB_dbase
in file dbase.php, class DB_dbase
    The methods PEAR DB uses to interact with PHP's dbase extension for interacting with dBase databases
DB_ERROR
in file DB.php, constant DB_ERROR
    Unkown 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
    The present user has inadequate permissions to perform the task requestd
DB_ERROR_ALREADY_EXISTS
in file DB.php, constant DB_ERROR_ALREADY_EXISTS
    Tried to create a duplicate object
DB_ERROR_CANNOT_CREATE
in file DB.php, constant DB_ERROR_CANNOT_CREATE
    Could not create the object requested
DB_ERROR_CANNOT_DROP
in file DB.php, constant DB_ERROR_CANNOT_DROP
    Could not drop the database requested because it does not exist
DB_ERROR_CONNECT_FAILED
in file DB.php, constant DB_ERROR_CONNECT_FAILED
    Could not connect to the database
DB_ERROR_CONSTRAINT
in file DB.php, constant DB_ERROR_CONSTRAINT
    Tried to insert a duplicate value into a primary or unique index
DB_ERROR_CONSTRAINT_NOT_NULL
in file DB.php, constant DB_ERROR_CONSTRAINT_NOT_NULL
    Tried to insert a null value into a column that doesn't allow nulls
DB_ERROR_DIVZERO
in file DB.php, constant DB_ERROR_DIVZERO
    Attempt to divide something by zero
DB_ERROR_EXTENSION_NOT_FOUND
in file DB.php, constant DB_ERROR_EXTENSION_NOT_FOUND
    The PHP extension needed for this DBMS could not be found
DB_ERROR_INVALID
in file DB.php, constant DB_ERROR_INVALID
    A literal submitted did not match the data type expected
DB_ERROR_INVALID_DATE
in file DB.php, constant DB_ERROR_INVALID_DATE
    A literal date submitted did not match the data type expected
DB_ERROR_INVALID_DSN
in file DB.php, constant DB_ERROR_INVALID_DSN
    The DSN submitted has problems
DB_ERROR_INVALID_NUMBER
in file DB.php, constant DB_ERROR_INVALID_NUMBER
    A literal number submitted did not match the data type expected
DB_ERROR_MISMATCH
in file DB.php, constant DB_ERROR_MISMATCH
    The number of parameters does not match the number of placeholders
DB_ERROR_NEED_MORE_DATA
in file DB.php, constant DB_ERROR_NEED_MORE_DATA
    The data submitted to the method was inappropriate
DB_ERROR_NODBSELECTED
in file DB.php, constant DB_ERROR_NODBSELECTED
    A database needs to be selected
DB_ERROR_NOSUCHDB
in file DB.php, constant DB_ERROR_NOSUCHDB
    The database requested does not exist
DB_ERROR_NOSUCHFIELD
in file DB.php, constant DB_ERROR_NOSUCHFIELD
    An identifier in the query refers to a non-existant column
DB_ERROR_NOSUCHTABLE
in file DB.php, constant DB_ERROR_NOSUCHTABLE
    An identifier in the query refers to a non-existant table
DB_ERROR_NOT_CAPABLE
in file DB.php, constant DB_ERROR_NOT_CAPABLE
    The current DBMS does not support the action you attempted
DB_ERROR_NOT_FOUND
in file DB.php, constant DB_ERROR_NOT_FOUND
    An identifier in the query refers to a non-existant object
DB_ERROR_NOT_LOCKED
in file DB.php, constant DB_ERROR_NOT_LOCKED
    The attempt to lock the table failed
DB_ERROR_SYNTAX
in file DB.php, constant DB_ERROR_SYNTAX
    Syntax error
DB_ERROR_TRUNCATED
in file DB.php, constant DB_ERROR_TRUNCATED
    A literal submitted was too long so the end of it was removed
DB_ERROR_UNSUPPORTED
in file DB.php, constant DB_ERROR_UNSUPPORTED
    The current driver does not support the action you attempted
DB_ERROR_VALUE_COUNT_ON_ROW
in file DB.php, constant DB_ERROR_VALUE_COUNT_ON_ROW
    The number of columns doesn't match the number of values
DB_fbsql
in file fbsql.php, class DB_fbsql
    The methods PEAR DB uses to interact with PHP's fbsql extension for interacting with FrontBase databases
DB_fbsql
in file fbsql.php, method DB_fbsql::DB_fbsql()
    This constructor calls $this->DB_common()
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
    Indicates the current default fetch mode should be used
DB_FETCHMODE_FLIPPED
in file DB.php, constant DB_FETCHMODE_FLIPPED
    For multi-dimensional results, make the column name the first level of the array and put the row number in the second level of the array
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
    Old fetch modes. Left here for compatibility.
DB_GETMODE_FLIPPED
in file DB.php, constant DB_GETMODE_FLIPPED
    Old fetch modes. Left here for compatibility.
DB_GETMODE_ORDERED
in file DB.php, constant DB_GETMODE_ORDERED
    Old fetch modes. Left here for compatibility.
DB_ibase
in file ibase.php, class DB_ibase
    The methods PEAR DB uses to interact with PHP's interbase extension for interacting with Interbase and Firebird databases
DB_ibase
in file ibase.php, method DB_ibase::DB_ibase()
    This constructor calls $this->DB_common()
DB_ifx
in file ifx.php, method DB_ifx::DB_ifx()
    This constructor calls $this->DB_common()
DB_ifx
in file ifx.php, class DB_ifx
    The methods PEAR DB uses to interact with PHP's ifx extension for interacting with Informix databases
DB_msql
in file msql.php, class DB_msql
    The methods PEAR DB uses to interact with PHP's msql extension for interacting with Mini SQL databases
DB_msql
in file msql.php, method DB_msql::DB_msql()
    This constructor calls $this->DB_common()
DB_mssql
in file mssql.php, class DB_mssql
    The methods PEAR DB uses to interact with PHP's mssql extension for interacting with Microsoft SQL Server databases
DB_mssql
in file mssql.php, method DB_mssql::DB_mssql()
    This constructor calls $this->DB_common()
DB_mysql
in file mysql.php, method DB_mysql::DB_mysql()
    This constructor calls $this->DB_common()
DB_mysql
in file mysql.php, class DB_mysql
    The methods PEAR DB uses to interact with PHP's mysql extension for interacting with MySQL databases
DB_mysqli
in file mysqli.php, class DB_mysqli
    The methods PEAR DB uses to interact with PHP's mysqli extension for interacting with MySQL databases
DB_mysqli
in file mysqli.php, method DB_mysqli::DB_mysqli()
    This constructor calls $this->DB_common()
DB_oci8
in file oci8.php, method DB_oci8::DB_oci8()
    This constructor calls $this->DB_common()
DB_oci8
in file oci8.php, class DB_oci8
    The methods PEAR DB uses to interact with PHP's oci8 extension for interacting with Oracle databases
DB_odbc
in file odbc.php, class DB_odbc
    The methods PEAR DB uses to interact with PHP's odbc extension for interacting with databases via ODBC connections
DB_odbc
in file odbc.php, method DB_odbc::DB_odbc()
    This constructor calls $this->DB_common()
DB_OK
in file DB.php, constant DB_OK
    The code returned by many methods upon success
DB_PARAM_MISC
in file DB.php, constant DB_PARAM_MISC
    Indicates a misc (!) placeholder was used
DB_PARAM_OPAQUE
in file DB.php, constant DB_PARAM_OPAQUE
    Indicates an opaque (&) placeholder was used
DB_PARAM_SCALAR
in file DB.php, constant DB_PARAM_SCALAR
    Indicates a scalar (?) placeholder was used
DB_pgsql
in file pgsql.php, class DB_pgsql
    The methods PEAR DB uses to interact with PHP's pgsql extension for interacting with PostgreSQL databases
DB_pgsql
in file pgsql.php, method DB_pgsql::DB_pgsql()
    This constructor calls $this->DB_common()
DB_PORTABILITY_ALL
in file DB.php, constant DB_PORTABILITY_ALL
    Turn on all portability features
DB_PORTABILITY_DELETE_COUNT
in file DB.php, constant DB_PORTABILITY_DELETE_COUNT
    Force reporting the number of rows deleted
DB_PORTABILITY_ERRORS
in file DB.php, constant DB_PORTABILITY_ERRORS
    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
    Convert names of tables and fields to lower case
DB_PORTABILITY_NONE
in file DB.php, constant DB_PORTABILITY_NONE
    Turn off all portability features
DB_PORTABILITY_NULL_TO_EMPTY
in file DB.php, constant DB_PORTABILITY_NULL_TO_EMPTY
    Convert null values to empty strings in data output by
DB_PORTABILITY_NUMROWS
in file DB.php, constant DB_PORTABILITY_NUMROWS
    Enable hack that makes numRows() work in Oracle
DB_PORTABILITY_RTRIM
in file DB.php, constant DB_PORTABILITY_RTRIM
    Right trim the data output by get*() and fetch*()
DB_result
in file DB.php, method DB_result::DB_result()
    This constructor sets the object's properties
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()
    The constructor places a row's data into properties of this object
DB_sqlite
in file sqlite.php, method DB_sqlite::DB_sqlite()
    This constructor calls $this->DB_common()
DB_sqlite
in file sqlite.php, class DB_sqlite
    The methods PEAR DB uses to interact with PHP's sqlite extension for interacting with SQLite databases
DB_storage
in file storage.php, class DB_storage
    Provides an object interface to a table row
DB_storage
in file storage.php, method DB_storage::DB_storage()
    Constructor
DB_sybase
in file sybase.php, class DB_sybase
    The methods PEAR DB uses to interact with PHP's sybase extension for interacting with Sybase databases
DB_sybase
in file sybase.php, method DB_sybase::DB_sybase()
    This constructor calls $this->DB_common()
DB_TABLEINFO_FULL
in file DB.php, constant DB_TABLEINFO_FULL
    The type of information to return from the tableInfo() method.
DB_TABLEINFO_ORDER
in file DB.php, constant DB_TABLEINFO_ORDER
    The type of information to return from the tableInfo() method.
DB_TABLEINFO_ORDERTABLE
in file DB.php, constant DB_TABLEINFO_ORDERTABLE
    The type of information to return from the tableInfo() method.
debug_die
in file mktable.inc, function debug_die()
    The error handler for the drop table procedure
disconnect
in file ibase.php, method DB_ibase::disconnect()
    Disconnects from the database server
disconnect
in file pgsql.php, method DB_pgsql::disconnect()
    Disconnects from the database server
disconnect
in file dbase.php, method DB_dbase::disconnect()
    Disconnects from the database server
disconnect
in file sybase.php, method DB_sybase::disconnect()
    Disconnects from the database server
disconnect
in file fbsql.php, method DB_fbsql::disconnect()
    Disconnects from the database server
disconnect
in file ifx.php, method DB_ifx::disconnect()
    Disconnects from the database server
disconnect
in file mssql.php, method DB_mssql::disconnect()
    Disconnects from the database server
disconnect
in file mysql.php, method DB_mysql::disconnect()
    Disconnects from the database server
disconnect
in file oci8.php, method DB_oci8::disconnect()
    Disconnects from the database server
disconnect
in file mysqli.php, method DB_mysqli::disconnect()
    Disconnects from the database server
disconnect
in file sqlite.php, method DB_sqlite::disconnect()
    Disconnects from the database server
disconnect
in file msql.php, method DB_msql::disconnect()
    Disconnects from the database server
disconnect
in file odbc.php, method DB_odbc::disconnect()
    Disconnects from the database server
dropSequence
in file sqlite.php, method DB_sqlite::dropSequence()
    Deletes a sequence
dropSequence
in file sybase.php, method DB_sybase::dropSequence()
    Deletes a sequence
dropSequence
in file mssql.php, method DB_mssql::dropSequence()
    Deletes a sequence
dropSequence
in file mysql.php, method DB_mysql::dropSequence()
    Deletes a sequence
dropSequence
in file msql.php, method DB_msql::dropSequence()
    Deletes a sequence
dropSequence
in file ibase.php, method DB_ibase::dropSequence()
    Deletes a sequence
dropSequence
in file fbsql.php, method DB_fbsql::dropSequence()
    Deletes a sequence
dropSequence
in file common.php, method DB_common::dropSequence()
    Deletes a sequence
dropSequence
in file mysqli.php, method DB_mysqli::dropSequence()
    Deletes a sequence
dropSequence
in file pgsql.php, method DB_pgsql::dropSequence()
    Deletes a sequence
dropSequence
in file oci8.php, method DB_oci8::dropSequence()
    Deletes 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".
dumptable
in file transactions.inc, function dumptable()
top

e

$errorcode_map
in file msql.php, variable DB_msql::$errorcode_map
    A mapping of native error codes to DB error codes
$errorcode_map
in file dbase.php, variable DB_dbase::$errorcode_map
    A mapping of native error codes to DB error codes
$errorcode_map
in file fbsql.php, variable DB_fbsql::$errorcode_map
    A mapping of native error codes to DB error codes
$errorcode_map
in file oci8.php, variable DB_oci8::$errorcode_map
    A mapping of native error codes to DB error codes
$errorcode_map
in file ibase.php, variable DB_ibase::$errorcode_map
    A mapping of native error codes to DB error codes
$errorcode_map
in file odbc.php, variable DB_odbc::$errorcode_map
    A mapping of native error codes to DB error codes
$errorcode_map
in file pgsql.php, variable DB_pgsql::$errorcode_map
    A mapping of native error codes to DB error codes
$errorcode_map
in file sybase.php, variable DB_sybase::$errorcode_map
    A mapping of native error codes to DB error codes
$errorcode_map
in file mssql.php, variable DB_mssql::$errorcode_map
    A mapping of native error codes to DB error codes
$errorcode_map
in file ifx.php, variable DB_ifx::$errorcode_map
    A mapping of native error codes to DB error codes
$errorcode_map
in file sqlite.php, variable DB_sqlite::$errorcode_map
    A mapping of native error codes to DB error codes
$errorcode_map
in file mysql.php, variable DB_mysql::$errorcode_map
    A mapping of native error codes to DB error codes
$errorcode_map
in file mysqli.php, variable DB_mysqli::$errorcode_map
    A mapping of native error codes to DB error codes
errors.inc
procedural page errors.inc
errorCode
in file msql.php, method DB_msql::errorCode()
    Determines PEAR::DB error code from the database's text error message
errorCode
in file sybase.php, method DB_sybase::errorCode()
    Determines PEAR::DB error code from the database's text error message.
errorCode
in file sqlite.php, method DB_sqlite::errorCode()
    Determines PEAR::DB error code from the database's text error message
errorCode
in file common.php, method DB_common::errorCode()
    Maps native error codes to DB's portable ones
errorCode
in file pgsql.php, method DB_pgsql::errorCode()
    Determines PEAR::DB error code from the database's text error message.
errorCode
in file mssql.php, method DB_mssql::errorCode()
    Determines PEAR::DB error code from mssql's native codes.
errorCode
in file ifx.php, method DB_ifx::errorCode()
    Maps native error codes to DB's portable ones.
errorCode
in file ibase.php, method DB_ibase::errorCode()
    Maps native error codes to DB's portable ones
errorMessage
in file common.php, method DB_common::errorMessage()
    Maps a DB error code to a textual message
errorMessage
in file DB.php, method DB::errorMessage()
    Return a textual error message for a DB error code
errorNative
in file ifx.php, method DB_ifx::errorNative()
    Gets the DBMS' native error code and message produced by the last query
errorNative
in file oci8.php, method DB_oci8::errorNative()
    Gets the DBMS' native error code produced by the last query
errorNative
in file fbsql.php, method DB_fbsql::errorNative()
    Gets the DBMS' native error code produced by the last query
errorNative
in file odbc.php, method DB_odbc::errorNative()
    Gets the DBMS' native error code and message produced by the last query
errorNative
in file pgsql.php, method DB_pgsql::errorNative()
    Gets the DBMS' native error message produced by the last query
errorNative
in file common.php, method DB_common::errorNative()
    Gets the DBMS' native error code produced by the last query
errorNative
in file sqlite.php, method DB_sqlite::errorNative()
    Gets the DBMS' native error message produced by the last query
errorNative
in file mysqli.php, method DB_mysqli::errorNative()
    Gets the DBMS' native error code produced by the last query
errorNative
in file mssql.php, method DB_mssql::errorNative()
    Gets the DBMS' native error code produced by the last query
errorNative
in file sybase.php, method DB_sybase::errorNative()
    Gets the DBMS' native error message produced by the last query
errorNative
in file msql.php, method DB_msql::errorNative()
    Gets the DBMS' native error message produced by the last query
errorNative
in file ibase.php, method DB_ibase::errorNative()
    Gets the DBMS' native error code produced by the last query
errorNative
in file mysql.php, method DB_mysql::errorNative()
    Gets the DBMS' native error code produced by the last query
error_handler
in file sequences.inc, function error_handler()
    Local error handler
escapeSimple
in file sqlite.php, method DB_sqlite::escapeSimple()
    Escapes a string according to the current DBMS's standards
escapeSimple
in file common.php, method DB_common::escapeSimple()
    Escapes a string according to the current DBMS's standards
escapeSimple
in file mysqli.php, method DB_mysqli::escapeSimple()
    Escapes a string according to the current DBMS's standards
escapeSimple
in file msql.php, method DB_msql::escapeSimple()
    Escapes a string according to the current DBMS's standards
escapeSimple
in file mysql.php, method DB_mysql::escapeSimple()
    Escapes a string according to the current DBMS's standards
escapeSimple
in file pgsql.php, method DB_pgsql::escapeSimple()
    Escapes a string according to the current DBMS's standards
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()
execute
in file ibase.php, method DB_ibase::execute()
    Executes a DB statement prepared with prepare().
executeEmulateQuery
in file common.php, method DB_common::executeEmulateQuery()
    Emulates executing prepared statements if the DBMS not support them
executeMultiple
in file common.php, method DB_common::executeMultiple()
    Performs several execute() calls on the same statement handle
top

f

$features
in file mysql.php, variable DB_mysql::$features
    The capabilities of this DB implementation
$features
in file mssql.php, variable DB_mssql::$features
    The capabilities of this DB implementation
$features
in file ifx.php, variable DB_ifx::$features
    The capabilities of this DB implementation
$features
in file ibase.php, variable DB_ibase::$features
    The capabilities of this DB implementation
$features
in file mysqli.php, variable DB_mysqli::$features
    The capabilities of this DB implementation
$features
in file oci8.php, variable DB_oci8::$features
    The capabilities of this DB implementation
$features
in file sybase.php, variable DB_sybase::$features
    The capabilities of this DB implementation
$features
in file sqlite.php, variable DB_sqlite::$features
    The capabilities of this DB implementation
$features
in file pgsql.php, variable DB_pgsql::$features
    The capabilities of this DB implementation
$features
in file odbc.php, variable DB_odbc::$features
    The capabilities of this DB implementation
$features
in file fbsql.php, variable DB_fbsql::$features
    The capabilities of this DB implementation
$features
in file msql.php, variable DB_msql::$features
    The capabilities of this DB implementation
$features
in file dbase.php, variable DB_dbase::$features
    The capabilities of this DB implementation
$fetchmode
in file common.php, variable DB_common::$fetchmode
    The current default fetch mode
$fetchmode
in file DB.php, variable DB_result::$fetchmode
    The current default fetch mode
$fetchmode_object_class
in file DB.php, variable DB_result::$fetchmode_object_class
    The name of the class into which results should be fetched when DB_FETCHMODE_OBJECT is in effect
$fetchmode_object_class
in file common.php, variable DB_common::$fetchmode_object_class
    The name of the class into which results should be fetched when DB_FETCHMODE_OBJECT is in effect
fbsql.php
procedural page fbsql.php
fetchmodes.inc
procedural page fetchmodes.inc
fetchmode_object.inc
procedural page fetchmode_object.inc
factory
in file DB.php, method DB::factory()
    Create a new DB object for the specified database type but don't connect to the database
fbsqlRaiseError
in file fbsql.php, method DB_fbsql::fbsqlRaiseError()
    Produces a DB_Error object regarding the current problem
fetchInto
in file mssql.php, method DB_mssql::fetchInto()
    Places a row from the result set into the given array
fetchInto
in file oci8.php, method DB_oci8::fetchInto()
    Places a row from the result set into the given array
fetchInto
in file sybase.php, method DB_sybase::fetchInto()
    Places a row from the result set into the given array
fetchInto
in file mysqli.php, method DB_mysqli::fetchInto()
    Places a row from the result set into the given array
fetchInto
in file mysql.php, method DB_mysql::fetchInto()
    Places a row from the result set into the given array
fetchInto
in file fbsql.php, method DB_fbsql::fetchInto()
    Places a row from the result set into the given array
fetchInto
in file msql.php, method DB_msql::fetchInto()
    Places a row from the result set into the given array
fetchInto
in file DB.php, method DB_result::fetchInto()
    Fetch a row of data into an array which is passed by reference
fetchInto
in file pgsql.php, method DB_pgsql::fetchInto()
    Places a row from the result set into the given array
fetchInto
in file ibase.php, method DB_ibase::fetchInto()
    Places a row from the result set into the given array
fetchInto
in file ifx.php, method DB_ifx::fetchInto()
    Places a row from the result set into the given array
fetchInto
in file dbase.php, method DB_dbase::fetchInto()
    Places a row from the result set into the given array
fetchInto
in file odbc.php, method DB_odbc::fetchInto()
    Places a row from the result set into the given array
fetchInto
in file sqlite.php, method DB_sqlite::fetchInto()
    Places a row from the result set into the given array
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 ibase.php, method DB_ibase::freePrepared()
    Frees the internal resources associated with a prepared query
freePrepared
in file common.php, method DB_common::freePrepared()
    Frees the internal resources associated with a prepared query
freePrepared
in file oci8.php, method DB_oci8::freePrepared()
    Frees the internal resources associated with a prepared query
freeQuery
in file ibase.php, method DB_ibase::freeQuery()
freeResult
in file pgsql.php, method DB_pgsql::freeResult()
    Deletes the result set and frees the memory occupied by the result set
freeResult
in file sybase.php, method DB_sybase::freeResult()
    Deletes the result set and frees the memory occupied by the result set
freeResult
in file sqlite.php, method DB_sqlite::freeResult()
    Deletes the result set and frees the memory occupied by the result set
freeResult
in file fbsql.php, method DB_fbsql::freeResult()
    Deletes the result set and frees the memory occupied by the result set
freeResult
in file dbase.php, method DB_dbase::freeResult()
    Deletes the result set and frees the memory occupied by the result set.
freeResult
in file odbc.php, method DB_odbc::freeResult()
    Deletes the result set and frees the memory occupied by the result set
freeResult
in file mssql.php, method DB_mssql::freeResult()
    Deletes the result set and frees the memory occupied by the result set
freeResult
in file mysqli.php, method DB_mysqli::freeResult()
    Deletes the result set and frees the memory occupied by the result set
freeResult
in file oci8.php, method DB_oci8::freeResult()
    Deletes the result set and frees the memory occupied by the result set
freeResult
in file msql.php, method DB_msql::freeResult()
    Deletes the result set and frees the memory occupied by the result set
freeResult
in file mysql.php, method DB_mysql::freeResult()
    Deletes the result set and frees the memory occupied by the result set
freeResult
in file ifx.php, method DB_ifx::freeResult()
    Deletes the result set and frees the memory occupied by the result set
freeResult
in file ibase.php, method DB_ibase::freeResult()
    Deletes the result set and frees the memory occupied by the result set
top

g

get
in file storage.php, method DB_storage::get()
    Fetch an attribute value.
getAll
in file common.php, method DB_common::getAll()
    Fetches all of the rows from a query result
getAssoc
in file common.php, method DB_common::getAssoc()
    Fetches an entire query result and returns it as an associative array using the first column as the key
getCol
in file common.php, method DB_common::getCol()
    Fetches a single column from a query result and returns it as an indexed array
getDbFileStats
in file sqlite.php, method DB_sqlite::getDbFileStats()
    Get the file stats for the current database
getDSNString
in file DB.php, method DB::getDSNString()
    Returns the given DSN in a string format suitable for output.
getListOf
in file common.php, method DB_common::getListOf()
    Lists internal database information
getOne
in file common.php, method DB_common::getOne()
    Fetches the first column of the first row from a query result
getOption
in file common.php, method DB_common::getOption()
    Returns the value of an option
getQuery
in file DB.php, method DB_result::getQuery()
    Determine the query string that created this result
getRow
in file common.php, method DB_common::getRow()
    Fetches the first row of data returned from a query result
getRowCounter
in file DB.php, method DB_result::getRowCounter()
    Tells which row number is currently being processed
getSequenceName
in file common.php, method DB_common::getSequenceName()
    Generates the name used inside the database for a sequence
getSpecialQuery
in file odbc.php, method DB_odbc::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
getSpecialQuery
in file oci8.php, method DB_oci8::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
getSpecialQuery
in file pgsql.php, method DB_pgsql::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
getSpecialQuery
in file mysqli.php, method DB_mysqli::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
getSpecialQuery
in file sybase.php, method DB_sybase::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
getSpecialQuery
in file sqlite.php, method DB_sqlite::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
getSpecialQuery
in file fbsql.php, method DB_fbsql::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
getSpecialQuery
in file ibase.php, method DB_ibase::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
getSpecialQuery
in file common.php, method DB_common::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
getSpecialQuery
in file mysql.php, method DB_mysql::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
getSpecialQuery
in file ifx.php, method DB_ifx::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
getSpecialQuery
in file msql.php, method DB_msql::getSpecialQuery()
    Obtain a list of a given type of objects
getSpecialQuery
in file mssql.php, method DB_mssql::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
getTables
in file common.php, method DB_common::getTables()
    Lists the tables in the current database
top

i

ibase.php
procedural page ibase.php
ifx.php
procedural page ifx.php
include.inc
procedural page include.inc
ibaseRaiseError
in file ibase.php, method DB_ibase::ibaseRaiseError()
    Produces a DB_Error object regarding the current problem
ifxRaiseError
in file ifx.php, method DB_ifx::ifxRaiseError()
    Produces a DB_Error object regarding the current problem
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()
    Determines if a value is a DB_<driver> object
isError
in file DB.php, method DB::isError()
    Determines if a variable is a DB_Error object
isManip
in file DB.php, method DB::isManip()
    Tell whether a query is a data manipulation or data definition query
top

k

$keywords
in file sqlite.php, variable DB_sqlite::$keywords
    SQLite data types
top

l

$last_parameters
in file common.php, variable DB_common::$last_parameters
    The parameters from the most recently executed query
$last_query
in file common.php, variable DB_common::$last_query
    The most recently executed query
$last_stmt
in file ibase.php, variable DB_ibase::$last_stmt
    The prepared statement handle from the most recently executed statement
$last_stmt
in file oci8.php, variable DB_oci8::$last_stmt
    The result or statement handle from the most recently executed query
$limit_count
in file DB.php, variable DB_result::$limit_count
    The number of rows to fetch from a limit query
$limit_from
in file DB.php, variable DB_result::$limit_from
    The row to start fetching from in limit queries
limit.inc
procedural page limit.inc
limitQuery
in file common.php, method DB_common::limitQuery()
    Generates and executes a LIMIT query
top

m

$mysqli_flags
in file mysqli.php, variable DB_mysqli::$mysqli_flags
    Array for converting MYSQLI_*_FLAG constants to text values
$mysqli_types
in file mysqli.php, variable DB_mysqli::$mysqli_types
    Array for converting MYSQLI_TYPE_* constants to text values
msql.php
procedural page msql.php
mssql.php
procedural page mssql.php
mysql.php
procedural page mysql.php
mysqli.php
procedural page mysqli.php
mktable.inc
procedural page mktable.inc
multiconnect.php
procedural page multiconnect.php
modifyLimitQuery
in file common.php, method DB_common::modifyLimitQuery()
    Adds LIMIT clauses to a query string according to current DBMS standards
modifyLimitQuery
in file mysql.php, method DB_mysql::modifyLimitQuery()
    Adds LIMIT clauses to a query string according to current DBMS standards
modifyLimitQuery
in file mysqli.php, method DB_mysqli::modifyLimitQuery()
    Adds LIMIT clauses to a query string according to current DBMS standards
modifyLimitQuery
in file pgsql.php, method DB_pgsql::modifyLimitQuery()
    Adds LIMIT clauses to a query string according to current DBMS standards
modifyLimitQuery
in file fbsql.php, method DB_fbsql::modifyLimitQuery()
    Adds LIMIT clauses to a query string according to current DBMS standards
modifyLimitQuery
in file ibase.php, method DB_ibase::modifyLimitQuery()
    Adds LIMIT clauses to a query string according to current DBMS standards
modifyLimitQuery
in file sqlite.php, method DB_sqlite::modifyLimitQuery()
    Adds LIMIT clauses to a query string according to current DBMS standards
modifyLimitQuery
in file oci8.php, method DB_oci8::modifyLimitQuery()
    Adds LIMIT clauses to a query string according to current DBMS standards
modifyQuery
in file sqlite.php, method DB_sqlite::modifyQuery()
    Changes a query string for various DBMS specific reasons
modifyQuery
in file oci8.php, method DB_oci8::modifyQuery()
    Changes a query string for various DBMS specific reasons
modifyQuery
in file mysql.php, method DB_mysql::modifyQuery()
    Changes a query string for various DBMS specific reasons
modifyQuery
in file common.php, method DB_common::modifyQuery()
    Changes a query string for various DBMS specific reasons
msqlRaiseError
in file msql.php, method DB_msql::msqlRaiseError()
    Produces a DB_Error object regarding the current problem
mssqlRaiseError
in file mssql.php, method DB_mssql::mssqlRaiseError()
    Produces a DB_Error object regarding the current problem
mysqliRaiseError
in file mysqli.php, method DB_mysqli::mysqliRaiseError()
    Produces a DB_Error object regarding the current problem
mysqlRaiseError
in file mysql.php, method DB_mysql::mysqlRaiseError()
    Produces a DB_Error object regarding the current problem
my_shutdown
in file prepexe.inc, function my_shutdown()
    Automatically free the prepared statements and results when the script terminates
top

n

numcols.inc
procedural page numcols.inc
numrows.inc
procedural page numrows.inc
nextId
in file mssql.php, method DB_mssql::nextId()
    Returns the next free id in a sequence
nextId
in file odbc.php, method DB_odbc::nextId()
    Returns the next free id in a sequence
nextId
in file msql.php, method DB_msql::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 oci8.php, method DB_oci8::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 ibase.php, method DB_ibase::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 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
nextId
in file sybase.php, method DB_sybase::nextId()
    Returns the next free id in a sequence
nextQueryIsManip
in file common.php, method DB_common::nextQueryIsManip()
    Sets (or unsets) a flag indicating that the next query will be a manipulation query, regardless of the usual DB::isManip() heuristics.
nextResult
in file sybase.php, method DB_sybase::nextResult()
    Move the internal sybase 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 mysqli.php, method DB_mysqli::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 oci8.php, method DB_oci8::nextResult()
    Move the internal oracle 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 ifx.php, method DB_ifx::nextResult()
    Move the internal ifx 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 ibase.php, method DB_ibase::nextResult()
    Move the internal ibase 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
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
numCols
in file sqlite.php, method DB_sqlite::numCols()
    Gets the number of columns in a result set
numCols
in file sybase.php, method DB_sybase::numCols()
    Gets the number of columns in a result set
numCols
in file oci8.php, method DB_oci8::numCols()
    Gets the number of columns in a result set
numCols
in file pgsql.php, method DB_pgsql::numCols()
    Gets the number of columns in a result set
numCols
in file odbc.php, method DB_odbc::numCols()
    Gets the number of columns in a result set
numCols
in file mysql.php, method DB_mysql::numCols()
    Gets the number of columns in a result set
numCols
in file ifx.php, method DB_ifx::numCols()
    Gets the number of columns in a result set
numCols
in file fbsql.php, method DB_fbsql::numCols()
    Gets the number of columns in a result set
numCols
in file dbase.php, method DB_dbase::numCols()
    Gets 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 msql.php, method DB_msql::numCols()
    Gets the number of columns in a result set
numCols
in file ibase.php, method DB_ibase::numCols()
    Gets the number of columns in a result set
numCols
in file mysqli.php, method DB_mysqli::numCols()
    Gets the number of columns in a result set
numCols
in file mssql.php, method DB_mssql::numCols()
    Gets the number of columns in a result set
numRows
in file sqlite.php, method DB_sqlite::numRows()
    Gets the number of rows in a result set
numRows
in file mysql.php, method DB_mysql::numRows()
    Gets the number of rows 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 common.php, method DB_common::numRows()
    Determines the number of rows in a query result
numRows
in file sybase.php, method DB_sybase::numRows()
    Gets the number of rows in a result set
numRows
in file dbase.php, method DB_dbase::numRows()
    Gets the number of rows in a result set
numRows
in file mssql.php, method DB_mssql::numRows()
    Gets the number of rows in a result set
numRows
in file oci8.php, method DB_oci8::numRows()
    Gets the number of rows in a result set
numRows
in file odbc.php, method DB_odbc::numRows()
    Gets the number of rows in a result set
numRows
in file mysqli.php, method DB_mysqli::numRows()
    Gets the number of rows in a result set
numRows
in file fbsql.php, method DB_fbsql::numRows()
    Gets the number of rows in a result set
numRows
in file pgsql.php, method DB_pgsql::numRows()
    Gets the number of rows in a result set
numRows
in file msql.php, method DB_msql::numRows()
    Gets the number of rows in a result set
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()
    Produces a DB_Error object regarding the current problem
odbcRaiseError
in file odbc.php, method DB_odbc::odbcRaiseError()
    Produces a DB_Error object regarding the current problem
top

p

$parameters
in file DB.php, variable DB_result::$parameters
    The execute parameters that created this result
$phptype
in file ifx.php, variable DB_ifx::$phptype
    The DB driver type (mysql, oci8, odbc, etc.)
$phptype
in file ibase.php, variable DB_ibase::$phptype
    The DB driver type (mysql, oci8, odbc, etc.)
$phptype
in file msql.php, variable DB_msql::$phptype
    The DB driver type (mysql, oci8, odbc, etc.)
$phptype
in file mssql.php, variable DB_mssql::$phptype
    The DB driver type (mysql, oci8, odbc, etc.)
$phptype
in file oci8.php, variable DB_oci8::$phptype
    The DB driver type (mysql, oci8, odbc, etc.)
$phptype
in file mysqli.php, variable DB_mysqli::$phptype
    The DB driver type (mysql, oci8, odbc, etc.)
$phptype
in file mysql.php, variable DB_mysql::$phptype
    The DB driver type (mysql, oci8, odbc, etc.)
$phptype
in file pgsql.php, variable DB_pgsql::$phptype
    The DB driver type (mysql, oci8, odbc, etc.)
$phptype
in file fbsql.php, variable DB_fbsql::$phptype
    The DB driver type (mysql, oci8, odbc, etc.)
$phptype
in file dbase.php, variable DB_dbase::$phptype
    The DB driver type (mysql, oci8, odbc, etc.)
$phptype
in file sqlite.php, variable DB_sqlite::$phptype
    The DB driver type (mysql, oci8, odbc, etc.)
$phptype
in file sybase.php, variable DB_sybase::$phptype
    The DB driver type (mysql, oci8, odbc, etc.)
$phptype
in file odbc.php, variable DB_odbc::$phptype
    The DB driver type (mysql, oci8, odbc, etc.)
$prepared_queries
in file common.php, variable DB_common::$prepared_queries
    The prepared queries
$prepare_tokens
in file common.php, variable DB_common::$prepare_tokens
    The elements from each prepared statement
$prepare_types
in file common.php, variable DB_common::$prepare_types
    The data types of the various elements in each prepared statement
pgsql.php
procedural page pgsql.php
prepexe.inc
procedural page prepexe.inc
parseDSN
in file DB.php, method DB::parseDSN()
    Parse a data source name
PATH_SEPARATOR
in file include.inc, constant PATH_SEPARATOR
    Define the path separator for windows
pe
in file errors.inc, function pe()
    Local error callback handler
pgsqlRaiseError
in file pgsql.php, method DB_pgsql::pgsqlRaiseError()
    Produces a DB_Error object regarding the current problem
prepare
in file common.php, method DB_common::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().
prepare
in file oci8.php, method DB_oci8::prepare()
    Prepares a query for multiple execution with execute().
print_4
in file prepexe.inc, function print_4()
    Execute the prepared statement and print out the data in the result
print_obj
in file fetchmode_object.inc, function print_obj()
    Print out the object
print_results
in file prepexe.inc, function print_results()
    Print out the data in test table
provides
in file common.php, method DB_common::provides()
    Tells whether the present driver supports a given feature
top

q

$query
in file DB.php, variable DB_result::$query
    The query string that created this result
query
in file dbase.php, method DB_dbase::query()
query
in file common.php, method DB_common::query()
    Sends a query to the database server
quote
in file mysql.php, method DB_mysql::quote()
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
quoteBoolean
in file dbase.php, method DB_dbase::quoteBoolean()
    Formats a boolean value for use within a query in a locale-independent manner.
quoteBoolean
in file fbsql.php, method DB_fbsql::quoteBoolean()
    Formats a boolean value for use within a query in a locale-independent manner.
quoteBoolean
in file common.php, method DB_common::quoteBoolean()
    Formats a boolean value for use within a query in a locale-independent manner.
quoteBoolean
in file pgsql.php, method DB_pgsql::quoteBoolean()
    Formats a boolean value for use within a query in a locale-independent manner.
quoteFloat
in file oci8.php, method DB_oci8::quoteFloat()
    Formats a float value for use within a query in a locale-independent manner.
quoteFloat
in file fbsql.php, method DB_fbsql::quoteFloat()
    Formats a float value for use within a query in a locale-independent manner.
quoteFloat
in file msql.php, method DB_msql::quoteFloat()
    Formats a float value for use within a query in a locale-independent manner.
quoteFloat
in file common.php, method DB_common::quoteFloat()
    Formats a float value for use within a query in a locale-independent manner.
quoteIdentifier
in file common.php, method DB_common::quoteIdentifier()
    Quotes a string so it can be safely used as a table or column name
quoteIdentifier
in file odbc.php, method DB_odbc::quoteIdentifier()
    Quotes a string so it can be safely used as a table or column name
quoteIdentifier
in file mysqli.php, method DB_mysqli::quoteIdentifier()
    Quotes a string so it can be safely used as a table or column name (WARNING: using names that require this is a REALLY BAD IDEA)
quoteIdentifier
in file mssql.php, method DB_mssql::quoteIdentifier()
    Quotes a string so it can be safely used as a table or column name
quoteIdentifier
in file mysql.php, method DB_mysql::quoteIdentifier()
    Quotes a string so it can be safely used as a table or column name (WARNING: using names that require this is a REALLY BAD IDEA)
quoteIdentifier
in file msql.php, method DB_msql::quoteIdentifier()
    mSQL does not support delimited identifiers
quoteSmart
in file common.php, method DB_common::quoteSmart()
    Formats 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 DB.php, variable DB_result::$result
    The query result resource id created by PHP
$result
in file dbase.php, variable DB_dbase::$result
    The quantity of results so far
$res_row
in file dbase.php, variable DB_dbase::$res_row
    A means of emulating result resources
$row_counter
in file DB.php, variable DB_result::$row_counter
    The present row being dealt with
raiseError
in file common.php, method DB_common::raiseError()
    Communicates 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()
    Reverts the current transaction
rollback
in file common.php, method DB_common::rollback()
    Reverts the current transaction
rollback
in file fbsql.php, method DB_fbsql::rollback()
    Reverts the current transaction
rollback
in file ibase.php, method DB_ibase::rollback()
    Reverts the current transaction
rollback
in file mysql.php, method DB_mysql::rollback()
    Reverts the current transaction
rollback
in file mssql.php, method DB_mssql::rollback()
    Reverts the current transaction
rollback
in file ifx.php, method DB_ifx::rollback()
    Reverts the current transaction
rollback
in file mysqli.php, method DB_mysqli::rollback()
    Reverts the current transaction
rollback
in file odbc.php, method DB_odbc::rollback()
    Reverts the current transaction
rollback
in file oci8.php, method DB_oci8::rollback()
    Reverts the current transaction
rollback
in file pgsql.php, method DB_pgsql::rollback()
    Reverts the current transaction
top

s

$statement
in file DB.php, variable DB_result::$statement
    The prepared statement resource id created by PHP in $dbh
sqlite.php
procedural page sqlite.php
storage.php
procedural page storage.php
sybase.php
procedural page sybase.php
skipif.inc
procedural page skipif.inc
sequences.inc
procedural page sequences.inc
simplequery.inc
procedural page simplequery.inc
skipif.inc
procedural page skipif.inc
set
in file storage.php, method DB_storage::set()
    Modify an attriute value.
setFetchMode
in file common.php, method DB_common::setFetchMode()
    Sets the fetch mode that should be used by default for query results
setOption
in file common.php, method DB_common::setOption()
    Sets run-time configuration options for PEAR DB
setOption
in file DB.php, method DB_result::setOption()
    Set options for the DB_result object
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()
    Sends a query to the database server
simpleQuery
in file sqlite.php, method DB_sqlite::simpleQuery()
    Sends a query to the database server
simpleQuery
in file pgsql.php, method DB_pgsql::simpleQuery()
    Sends a query to the database server
simpleQuery
in file msql.php, method DB_msql::simpleQuery()
    Sends a query to the database server
simpleQuery
in file ifx.php, method DB_ifx::simpleQuery()
    Sends a query to the database server
simpleQuery
in file ibase.php, method DB_ibase::simpleQuery()
    Sends a query to the database server
simpleQuery
in file fbsql.php, method DB_fbsql::simpleQuery()
    Sends a query to the database server
simpleQuery
in file odbc.php, method DB_odbc::simpleQuery()
    Sends a query to the database server
simpleQuery
in file mssql.php, method DB_mssql::simpleQuery()
    Sends a query to the database server
simpleQuery
in file mysqli.php, method DB_mysqli::simpleQuery()
    Sends a query to the database server
simpleQuery
in file mysql.php, method DB_mysql::simpleQuery()
    Sends a query to the database server
simpleQuery
in file oci8.php, method DB_oci8::simpleQuery()
    Sends a query to the database server
sqliteRaiseError
in file sqlite.php, method DB_sqlite::sqliteRaiseError()
    Produces a DB_Error object regarding the current problem
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()
    Produces a DB_Error object regarding the current problem
top

t

$types
in file dbase.php, variable DB_dbase::$types
    Maps dbase data type id's to human readable strings
transactions.inc
procedural page transactions.inc
tableInfo
in file mysqli.php, method DB_mysqli::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 mysql.php, method DB_mysql::tableInfo()
    Returns information about a table or a result set
tableInfo
in file odbc.php, method DB_odbc::tableInfo()
    Returns information about a table or a result set
tableInfo
in file sqlite.php, method DB_sqlite::tableInfo()
    Returns information about a table
tableInfo
in file sybase.php, method DB_sybase::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 pgsql.php, method DB_pgsql::tableInfo()
    Returns information about a table or a result set
tableInfo
in file msql.php, method DB_msql::tableInfo()
    Returns information about a table or a result set
tableInfo
in file dbase.php, method DB_dbase::tableInfo()
    Returns information about the current database
tableInfo
in file DB.php, method DB_result::tableInfo()
tableInfo
in file common.php, method DB_common::tableInfo()
    Returns information about a table or a result set
tableInfo
in file fbsql.php, method DB_fbsql::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 ibase.php, method DB_ibase::tableInfo()
    Returns information about a table or a result set
toString
in file common.php, method DB_common::toString()
    DEPRECATED: String conversion method
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

w

$was_connected
in file common.php, variable DB_common::$was_connected
    Was a connection present when the object was serialized()?
top

Documentation generated on Sun, 28 Jan 2007 20:00:14 -0500 by phpDocumentor 1.3.0. PEAR Logo Copyright © PHP Group 2004.