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

Index of all elements

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

a

affectedRows
in file peardb.php, method MDB2_PEARProxy::affectedRows()
alterTable
in file Common.php, method MDB2_Driver_Manager_Common::alterTable()
    alter an existing table
alterTable
in file oci8.php, method MDB2_Driver_Manager_oci8::alterTable()
    alter an existing table
alterTable
in file mssql.php, method MDB2_Driver_Manager_mssql::alterTable()
    alter an existing table
alterTable
in file pgsql.php, method MDB2_Driver_Manager_pgsql::alterTable()
    alter an existing table
alterTable
in file mysqli.php, method MDB2_Driver_Manager_mysqli::alterTable()
    alter an existing table
alterTable
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::alterTable()
    alter an existing table
alterTable
in file fbsql.php, method MDB2_Driver_Manager_fbsql::alterTable()
    alter an existing table
alterTable
in file ibase.php, method MDB2_Driver_Manager_ibase::alterTable()
    alter an existing table
apiVersion
in file peardb.php, method DB::apiVersion()
apiVersion
in file MDB2.php, method MDB2::apiVersion()
    Return the MDB2 API version
assertExtension
in file peardb.php, method DB::assertExtension()
autoCommit
in file peardb.php, method MDB2_PEARProxy::autoCommit()
autoExecute
in file Extended.php, method MDB2_Extended::autoExecute()
    Make automaticaly an insert or update query and call prepare() and execute() with it
autoExecute
in file peardb.php, method MDB2_PEARProxy::autoExecute()
autoPrepare
in file Extended.php, method MDB2_Extended::autoPrepare()
    Make automaticaly an insert or update query and call prepare() with it
autoPrepare
in file peardb.php, method MDB2_PEARProxy::autoPrepare()
top

b

$blobs
in file MDB2.php, variable MDB2_Driver_Common::$blobs
    contains all BLOB objects created with this MDB2 instance
$buffer
in file ibase.php, variable MDB2_BufferedResult_ibase::$buffer
$buffer
in file oci8.php, variable MDB2_BufferedResult_oci8::$buffer
$buffer_length
in file LOB.php, variable MDB2_LOB_Output_File::$buffer_length
$buffer_rownum
in file ibase.php, variable MDB2_BufferedResult_ibase::$buffer_rownum
$buffer_rownum
in file oci8.php, variable MDB2_BufferedResult_oci8::$buffer_rownum
beginTransaction
in file mssql.php, method MDB2_Driver_mssql::beginTransaction()
    Start a transaction.
beginTransaction
in file mysql.php, method MDB2_Driver_mysql::beginTransaction()
    Start a transaction.
beginTransaction
in file mysqli.php, method MDB2_Driver_mysqli::beginTransaction()
    Start a transaction.
beginTransaction
in file pgsql.php, method MDB2_Driver_pgsql::beginTransaction()
    Start a transaction.
beginTransaction
in file MDB2.php, method MDB2_Driver_Common::beginTransaction()
    Start a transaction.
beginTransaction
in file fbsql.php, method MDB2_Driver_fbsql::beginTransaction()
    Start a transaction.
beginTransaction
in file sqlite.php, method MDB2_Driver_sqlite::beginTransaction()
    Start a transaction.
beginTransaction
in file ibase.php, method MDB2_Driver_ibase::beginTransaction()
    Start a transaction.
beginTransaction
in file oci8.php, method MDB2_Driver_oci8::beginTransaction()
    Start a transaction.
beginTransaction
in file Driver_skeleton.php, method MDB2_xxx::beginTransaction()
    Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
bindColumn
in file MDB2.php, method MDB2_Result_Common::bindColumn()
    Set bind variable to a column.
bindParam
in file MDB2.php, method MDB2_Statement_Common::bindParam()
    Set the value of a parameter of a prepared query.
bindParamArray
in file MDB2.php, method MDB2_Statement_Common::bindParamArray()
    Set the values of multiple a parameter of a prepared query in bulk.
buildManipSQL
in file Extended.php, method MDB2_Extended::buildManipSQL()
    Make automaticaly an sql query for prepare()
buildManipSQL
in file peardb.php, method MDB2_PEARProxy::buildManipSQL()
top

c

$clobs
in file MDB2.php, variable MDB2_Driver_Common::$clobs
    contains all CLOB objects created with this MDB2 instance
$column_names
in file MDB2.php, variable MDB2_Result_Common::$column_names
$connected_database_name
in file MDB2.php, variable MDB2_Driver_Common::$connected_database_name
    the name of the database currrently selected
$connected_dsn
in file MDB2.php, variable MDB2_Driver_Common::$connected_dsn
    DSN that was used to create the current connection
$connection
in file MDB2.php, variable MDB2_Driver_Common::$connection
    connection resource
$connection
in file peardb.php, variable MDB2_PEARProxy::$connection
checkSupportedChanges
in file ibase.php, method MDB2_Driver_Manager_ibase::checkSupportedChanges()
    check if planned changes are supported
commit
in file ibase.php, method MDB2_Driver_ibase::commit()
    Commit the database changes done during a transaction that is in progress.
commit
in file mysql.php, method MDB2_Driver_mysql::commit()
    Commit the database changes done during a transaction that is in progress.
commit
in file pgsql.php, method MDB2_Driver_pgsql::commit()
    Commit the database changes done during a transaction that is in progress.
commit
in file sqlite.php, method MDB2_Driver_sqlite::commit()
    Commit the database changes done during a transaction that is in progress.
commit
in file peardb.php, method MDB2_PEARProxy::commit()
commit
in file oci8.php, method MDB2_Driver_oci8::commit()
    Commit the database changes done during a transaction that is in progress.
commit
in file fbsql.php, method MDB2_Driver_fbsql::commit()
    Commit the database changes done during a transaction that is in progress.
commit
in file mysqli.php, method MDB2_Driver_mysqli::commit()
    Commit the database changes done during a transaction that is in progress.
commit
in file mssql.php, method MDB2_Driver_mssql::commit()
    Commit the database changes done during a transaction that is in progress.
commit
in file MDB2.php, method MDB2_Driver_Common::commit()
    Commit the database changes done during a transaction that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after committing the pending changes.
commit
in file Driver_skeleton.php, method MDB2_xxx::commit()
    Commit the database changes done during a transaction that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after committing the pending changes.
compareDefinition
in file MDB2.php, method MDB2_Driver_Common::compareDefinition()
    Obtain an array of changes that may need to applied
compareDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::compareDefinition()
    Obtain an array of changes that may need to applied
connect
in file mysqli.php, method MDB2_Driver_mysqli::connect()
    Connect to the database
connect
in file mysql.php, method MDB2_Driver_mysql::connect()
    Connect to the database
connect
in file Driver_skeleton.php, method MDB2_xxx::connect()
    Connect to the database
connect
in file oci8.php, method MDB2_Driver_oci8::connect()
    Connect to the database
connect
in file MDB2.php, method MDB2::connect()
    Create a new MDB2 connection object and connect to the specified database
connect
in file peardb.php, method DB::connect()
connect
in file querysim.php, method MDB2_Driver_querysim::connect()
    Open a file or simulate a successful database connect
connect
in file pgsql.php, method MDB2_Driver_pgsql::connect()
    Connect to the database
connect
in file peardb.php, method MDB2_PEARProxy::connect()
connect
in file ibase.php, method MDB2_Driver_ibase::connect()
    Connect to the database
connect
in file sqlite.php, method MDB2_Driver_sqlite::connect()
    Connect to the database
connect
in file mssql.php, method MDB2_Driver_mssql::connect()
    Connect to the database
connect
in file fbsql.php, method MDB2_Driver_fbsql::connect()
    Connect to the database
convertResult
in file Driver_Datatype_skeleton.php, method MDB2_Datatype_xxx::convertResult()
    convert a value to a RDBMS indepdenant MDB2 type
convertResult
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::convertResult()
    convert a value to a RDBMS indepdenant MDB2 type
convertResult
in file ibase.php, method MDB2_Driver_Datatype_ibase::convertResult()
    convert a value to a RDBMS independent MDB2 type
convertResult
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::convertResult()
    convert a value to a RDBMS independent MDB2 type
convertResult
in file mssql.php, method MDB2_Driver_Datatype_mssql::convertResult()
    convert a value to a RDBMS indepdenant MDB2 type
convertResult
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::convertResult()
    convert a value to a RDBMS indepdenant MDB2 type
convertResult
in file oci8.php, method MDB2_Driver_Datatype_oci8::convertResult()
    convert a value to a RDBMS indepdenant MDB2 type
convertResult
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::convertResult()
    convert a value to a RDBMS indepdenant MDB2 type
convertResult
in file Common.php, method MDB2_Driver_Datatype_Common::convertResult()
    convert a value to a RDBMS indepdenant MDB2 type
convertResultRow
in file Common.php, method MDB2_Driver_Datatype_Common::convertResultRow()
    convert a result row
count
in file Iterator.php, method MDB2_BufferedIterator::count()
    returns the number of rows in a result object
create
in file LOB.php, method MDB2_LOB_Output_File::create()
create
in file LOB.php, method MDB2_LOB::create()
create
in file LOB.php, method MDB2_LOB_Result::create()
createDatabase
in file pgsql.php, method MDB2_Driver_Manager_pgsql::createDatabase()
    create a new database
createDatabase
in file Common.php, method MDB2_Driver_Manager_Common::createDatabase()
    create a new database
createDatabase
in file mysqli.php, method MDB2_Driver_Manager_mysqli::createDatabase()
    create a new database
createDatabase
in file oci8.php, method MDB2_Driver_Manager_oci8::createDatabase()
    create a new database
createDatabase
in file ibase.php, method MDB2_Driver_Manager_ibase::createDatabase()
    create a new database
createDatabase
in file fbsql.php, method MDB2_Driver_Manager_fbsql::createDatabase()
    create a new database
createDatabase
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::createDatabase()
    create a new database
createDatabase
in file mssql.php, method MDB2_Driver_Manager_mssql::createDatabase()
    create a new database
createDatabase
in file sqlite.php, method MDB2_Driver_Manager_sqlite::createDatabase()
    create a new database
createIndex
in file fbsql.php, method MDB2_Driver_Manager_fbsql::createIndex()
    get the stucture of a field into an array
createIndex
in file ibase.php, method MDB2_Driver_Manager_ibase::createIndex()
    get the stucture of a field into an array
createIndex
in file sqlite.php, method MDB2_Driver_Manager_sqlite::createIndex()
    get the stucture of a field into an array
createIndex
in file mysqli.php, method MDB2_Driver_Manager_mysqli::createIndex()
    get the stucture of a field into an array
createIndex
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::createIndex()
    get the stucture of a field into an array
createIndex
in file Common.php, method MDB2_Driver_Manager_Common::createIndex()
    get the stucture of a field into an array
createLOB
in file Common.php, method MDB2_Driver_Datatype_Common::createLOB()
    Create a handler object of a specified class with functions to retrieve data from a large object data stream.
createSequence
in file mssql.php, method MDB2_Driver_Manager_mssql::createSequence()
    create sequence
createSequence
in file pgsql.php, method MDB2_Driver_Manager_pgsql::createSequence()
    create sequence
createSequence
in file ibase.php, method MDB2_Driver_Manager_ibase::createSequence()
    create sequence
createSequence
in file sqlite.php, method MDB2_Driver_Manager_sqlite::createSequence()
    create sequence
createSequence
in file oci8.php, method MDB2_Driver_Manager_oci8::createSequence()
    create sequence
createSequence
in file mysqli.php, method MDB2_Driver_Manager_mysqli::createSequence()
    create sequence
createSequence
in file Common.php, method MDB2_Driver_Manager_Common::createSequence()
    create sequence
createSequence
in file fbsql.php, method MDB2_Driver_Manager_fbsql::createSequence()
    create sequence
createSequence
in file peardb.php, method MDB2_PEARProxy::createSequence()
createSequence
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::createSequence()
    create sequence
createTable
in file mysqli.php, method MDB2_Driver_Manager_mysqli::createTable()
    create a new table
createTable
in file Common.php, method MDB2_Driver_Manager_Common::createTable()
    create a new table
createTable
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::createTable()
    create a new table
current
in file Iterator.php, method MDB2_Iterator::current()
    return a row of data
currID
in file Driver_skeleton.php, method MDB2_xxx::currID()
    returns the current id of a sequence
currID
in file ibase.php, method MDB2_Driver_ibase::currID()
    returns the current id of a sequence
currID
in file sqlite.php, method MDB2_Driver_sqlite::currID()
    returns the current id of a sequence
currId
in file oci8.php, method MDB2_Driver_oci8::currId()
    returns the current id of a sequence
currID
in file MDB2.php, method MDB2_Driver_Common::currID()
    returns the current id of a sequence
currID
in file mysqli.php, method MDB2_Driver_mysqli::currID()
    returns the current id of a sequence
currID
in file fbsql.php, method MDB2_Driver_fbsql::currID()
    returns the current id of a sequence
currID
in file mysql.php, method MDB2_Driver_mysql::currID()
    returns the current id of a sequence
currID
in file pgsql.php, method MDB2_Driver_pgsql::currID()
    returns the current id of a sequence
Common.php
procedural page Common.php
Common.php
procedural page Common.php
Common.php
procedural page Common.php
top

d

$data
in file LOB.php, variable MDB2_LOB::$data
$database_extension
in file sqlite.php, variable MDB2_Driver_sqlite::$database_extension
$database_extension
in file ibase.php, variable MDB2_Driver_ibase::$database_extension
$database_name
in file MDB2.php, variable MDB2_Driver_Common::$database_name
    the name of the database for the next query
$database_path
in file ibase.php, variable MDB2_Driver_ibase::$database_path
$database_path
in file sqlite.php, variable MDB2_Driver_sqlite::$database_path
$db
in file MDB2.php, variable MDB2_Statement_Common::$db
$db
in file MDB2.php, variable MDB2_Result_Common::$db
$db
in file LOB.php, variable MDB2_LOB::$db
$dbsyntax
in file MDB2.php, variable MDB2_Driver_Common::$dbsyntax
    Database used with regards to SQL syntax etc.
$db_index
in file mysql.php, variable MDB2_Driver_Native_mysql::$db_index
$db_index
in file mysqli.php, variable MDB2_Driver_Native_mysqli::$db_index
$db_index
in file fbsql.php, variable MDB2_Driver_Native_fbsql::$db_index
$db_index
in file oci8.php, variable MDB2_Driver_Native_oci8::$db_index
$db_index
in file MDB2.php, variable MDB2_Driver_Common::$db_index
    index of the MDB2 object within the $GLOBALS['_MDB2_databases'] array
$db_index
in file ibase.php, variable MDB2_Driver_Native_ibase::$db_index
$db_index
in file mssql.php, variable MDB2_Driver_Native_mssql::$db_index
$db_index
in file Extended.php, variable MDB2_Extended::$db_index
$db_index
in file Common.php, variable MDB2_Driver_Reverse_Common::$db_index
$db_index
in file pgsql.php, variable MDB2_Driver_Native_pgsql::$db_index
$db_index
in file sqlite.php, variable MDB2_Driver_Native_sqlite::$db_index
$db_index
in file Driver_Native_skeleton.php, variable MDB2_Native_xxx::$db_index
$db_index
in file Common.php, variable MDB2_Driver_Manager_Common::$db_index
$db_index
in file Common.php, variable MDB2_Driver_Datatype_Common::$db_index
$db_object
in file peardb.php, variable MDB2_PEARProxy::$db_object
$debug_output
in file MDB2.php, variable MDB2_Driver_Common::$debug_output
    string with the debugging information
$destructor_registered
in file MDB2.php, variable MDB2_Driver_Common::$destructor_registered
    determines of the PHP4 destructor emulation has been enabled yet
$dsn
in file peardb.php, variable MDB2_PEARProxy::$dsn
$dsn
in file MDB2.php, variable MDB2_Driver_Common::$dsn
    DSN used for the next query
$dummy_primary_key
in file mysql.php, variable MDB2_Driver_mysql::$dummy_primary_key
$dummy_primary_key
in file mysqli.php, variable MDB2_Driver_mysqli::$dummy_primary_key
date2Mdbstamp
in file Date.php, method MDB2_Date::date2Mdbstamp()
    convert a date into a MDB2 timestamp
DB
in file peardb.php, class DB
    Wrapper that makes MDB2 behave like PEAR DB
DB_AUTOQUERY_INSERT
in file peardb.php, constant DB_AUTOQUERY_INSERT
DB_AUTOQUERY_UPDATE
in file peardb.php, constant DB_AUTOQUERY_UPDATE
DB_BINMODE_CONVERT
in file peardb.php, constant DB_BINMODE_CONVERT
DB_BINMODE_PASSTHRU
in file peardb.php, constant DB_BINMODE_PASSTHRU
DB_BINMODE_RETURN
in file peardb.php, constant DB_BINMODE_RETURN
DB_ERROR
in file peardb.php, constant DB_ERROR
DB_Error
in file peardb.php, class DB_Error
    MDB2_Error implements a class for reporting portable database error messages.
DB_Error
in file peardb.php, method DB_Error::DB_Error()
DB_ERROR_ACCESS_VIOLATION
in file peardb.php, constant DB_ERROR_ACCESS_VIOLATION
DB_ERROR_ALREADY_EXISTS
in file peardb.php, constant DB_ERROR_ALREADY_EXISTS
DB_ERROR_CANNOT_CREATE
in file peardb.php, constant DB_ERROR_CANNOT_CREATE
DB_ERROR_CANNOT_DROP
in file peardb.php, constant DB_ERROR_CANNOT_DROP
DB_ERROR_CONNECT_FAILED
in file peardb.php, constant DB_ERROR_CONNECT_FAILED
DB_ERROR_CONSTRAINT
in file peardb.php, constant DB_ERROR_CONSTRAINT
DB_ERROR_DIVZERO
in file peardb.php, constant DB_ERROR_DIVZERO
DB_ERROR_EXTENSION_NOT_FOUND
in file peardb.php, constant DB_ERROR_EXTENSION_NOT_FOUND
DB_ERROR_INVALID
in file peardb.php, constant DB_ERROR_INVALID
DB_ERROR_INVALID_DATE
in file peardb.php, constant DB_ERROR_INVALID_DATE
DB_ERROR_INVALID_DSN
in file peardb.php, constant DB_ERROR_INVALID_DSN
DB_ERROR_INVALID_NUMBER
in file peardb.php, constant DB_ERROR_INVALID_NUMBER
DB_ERROR_MISMATCH
in file peardb.php, constant DB_ERROR_MISMATCH
DB_ERROR_NEED_MORE_DATA
in file peardb.php, constant DB_ERROR_NEED_MORE_DATA
DB_ERROR_NODBSELECTED
in file peardb.php, constant DB_ERROR_NODBSELECTED
DB_ERROR_NOSUCHDB
in file peardb.php, constant DB_ERROR_NOSUCHDB
DB_ERROR_NOSUCHFIELD
in file peardb.php, constant DB_ERROR_NOSUCHFIELD
DB_ERROR_NOSUCHTABLE
in file peardb.php, constant DB_ERROR_NOSUCHTABLE
DB_ERROR_NOT_CAPABLE
in file peardb.php, constant DB_ERROR_NOT_CAPABLE
DB_ERROR_NOT_FOUND
in file peardb.php, constant DB_ERROR_NOT_FOUND
DB_ERROR_NOT_LOCKED
in file peardb.php, constant DB_ERROR_NOT_LOCKED
DB_ERROR_SYNTAX
in file peardb.php, constant DB_ERROR_SYNTAX
DB_ERROR_TRUNCATED
in file peardb.php, constant DB_ERROR_TRUNCATED
DB_ERROR_UNSUPPORTED
in file peardb.php, constant DB_ERROR_UNSUPPORTED
DB_ERROR_VALUE_COUNT_ON_ROW
in file peardb.php, constant DB_ERROR_VALUE_COUNT_ON_ROW
DB_FETCHMODE_ASSOC
in file peardb.php, constant DB_FETCHMODE_ASSOC
DB_FETCHMODE_DEFAULT
in file peardb.php, constant DB_FETCHMODE_DEFAULT
DB_FETCHMODE_FLIPPED
in file peardb.php, constant DB_FETCHMODE_FLIPPED
DB_FETCHMODE_OBJECT
in file peardb.php, constant DB_FETCHMODE_OBJECT
DB_FETCHMODE_ORDERED
in file peardb.php, constant DB_FETCHMODE_ORDERED
DB_GETMODE_ASSOC
in file peardb.php, constant DB_GETMODE_ASSOC
DB_GETMODE_FLIPPED
in file peardb.php, constant DB_GETMODE_FLIPPED
DB_GETMODE_ORDERED
in file peardb.php, constant DB_GETMODE_ORDERED
DB_OK
in file peardb.php, constant DB_OK
DB_PARAM_MISC
in file peardb.php, constant DB_PARAM_MISC
DB_PARAM_OPAQUE
in file peardb.php, constant DB_PARAM_OPAQUE
DB_PARAM_SCALAR
in file peardb.php, constant DB_PARAM_SCALAR
DB_PORTABILITY_ALL
in file peardb.php, constant DB_PORTABILITY_ALL
DB_PORTABILITY_DELETE_COUNT
in file peardb.php, constant DB_PORTABILITY_DELETE_COUNT
DB_PORTABILITY_ERRORS
in file peardb.php, constant DB_PORTABILITY_ERRORS
DB_PORTABILITY_LOWERCASE
in file peardb.php, constant DB_PORTABILITY_LOWERCASE
DB_PORTABILITY_NONE
in file peardb.php, constant DB_PORTABILITY_NONE
DB_PORTABILITY_NULL_TO_EMPTY
in file peardb.php, constant DB_PORTABILITY_NULL_TO_EMPTY
DB_PORTABILITY_NUMROWS
in file peardb.php, constant DB_PORTABILITY_NUMROWS
DB_PORTABILITY_RTRIM
in file peardb.php, constant DB_PORTABILITY_RTRIM
DB_result
in file peardb.php, method DB_result::DB_result()
DB_result
in file peardb.php, class DB_result
    Wrapper that makes MDB2 behave like PEAR DB
DB_row
in file peardb.php, method DB_row::DB_row()
DB_row
in file peardb.php, class DB_row
DB_TABLEINFO_FULL
in file peardb.php, constant DB_TABLEINFO_FULL
DB_TABLEINFO_ORDER
in file peardb.php, constant DB_TABLEINFO_ORDER
DB_TABLEINFO_ORDERTABLE
in file peardb.php, constant DB_TABLEINFO_ORDERTABLE
DB_WARNING
in file peardb.php, constant DB_WARNING
DB_WARNING_READ_ONLY
in file peardb.php, constant DB_WARNING_READ_ONLY
debug
in file MDB2.php, method MDB2_Driver_Common::debug()
    set a debug message
debugOutput
in file MDB2.php, method MDB2_Driver_Common::debugOutput()
    output debug info
deleteOID
in file pgsql.php, method MDB2_Driver_Native_pgsql::deleteOID()
    delete an OID
destroy
in file LOB.php, method MDB2_LOB_Result::destroy()
destroy
in file LOB.php, method MDB2_LOB_Output_File::destroy()
destroy
in file LOB.php, method MDB2_LOB::destroy()
destroyLOB
in file Common.php, method MDB2_Driver_Datatype_Common::destroyLOB()
    Free any resources allocated during the lifetime of the large object handler object.
disconnect
in file mysqli.php, method MDB2_Driver_mysqli::disconnect()
    Log out and disconnect from the database.
disconnect
in file mssql.php, method MDB2_Driver_mssql::disconnect()
    Log out and disconnect from the database.
disconnect
in file sqlite.php, method MDB2_Driver_sqlite::disconnect()
    Log out and disconnect from the database.
disconnect
in file querysim.php, method MDB2_Driver_querysim::disconnect()
    Log out and disconnect from the database.
disconnect
in file mysql.php, method MDB2_Driver_mysql::disconnect()
    Log out and disconnect from the database.
disconnect
in file fbsql.php, method MDB2_Driver_fbsql::disconnect()
    Log out and disconnect from the database.
disconnect
in file pgsql.php, method MDB2_Driver_pgsql::disconnect()
    Log out and disconnect from the database.
disconnect
in file ibase.php, method MDB2_Driver_ibase::disconnect()
    Log out and disconnect from the database.
disconnect
in file MDB2.php, method MDB2_Driver_Common::disconnect()
    Log out and disconnect from the database.
disconnect
in file peardb.php, method MDB2_PEARProxy::disconnect()
disconnect
in file Driver_skeleton.php, method MDB2_xxx::disconnect()
    Log out and disconnect from the database.
disconnect
in file oci8.php, method MDB2_Driver_oci8::disconnect()
    Log out and disconnect from the database.
dropDatabase
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::dropDatabase()
    drop an existing database
dropDatabase
in file pgsql.php, method MDB2_Driver_Manager_pgsql::dropDatabase()
    drop an existing database
dropDatabase
in file sqlite.php, method MDB2_Driver_Manager_sqlite::dropDatabase()
    drop an existing database
dropDatabase
in file ibase.php, method MDB2_Driver_Manager_ibase::dropDatabase()
    drop an existing database
dropDatabase
in file Common.php, method MDB2_Driver_Manager_Common::dropDatabase()
    drop an existing database
dropDatabase
in file mssql.php, method MDB2_Driver_Manager_mssql::dropDatabase()
    drop an existing database
dropDatabase
in file oci8.php, method MDB2_Driver_Manager_oci8::dropDatabase()
    drop an existing database
dropDatabase
in file fbsql.php, method MDB2_Driver_Manager_fbsql::dropDatabase()
    drop an existing database
dropDatabase
in file mysqli.php, method MDB2_Driver_Manager_mysqli::dropDatabase()
    drop an existing database
dropIndex
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::dropIndex()
    drop existing index
dropIndex
in file fbsql.php, method MDB2_Driver_Manager_fbsql::dropIndex()
    drop existing index
dropIndex
in file Common.php, method MDB2_Driver_Manager_Common::dropIndex()
    drop existing index
dropIndex
in file sqlite.php, method MDB2_Driver_Manager_sqlite::dropIndex()
    drop existing index
dropIndex
in file mysqli.php, method MDB2_Driver_Manager_mysqli::dropIndex()
    drop existing index
dropSequence
in file pgsql.php, method MDB2_Driver_Manager_pgsql::dropSequence()
    drop existing sequence
dropSequence
in file Common.php, method MDB2_Driver_Manager_Common::dropSequence()
    drop existing sequence
dropSequence
in file peardb.php, method MDB2_PEARProxy::dropSequence()
dropSequence
in file sqlite.php, method MDB2_Driver_Manager_sqlite::dropSequence()
    drop existing sequence
dropSequence
in file ibase.php, method MDB2_Driver_Manager_ibase::dropSequence()
    drop existing sequence
dropSequence
in file oci8.php, method MDB2_Driver_Manager_oci8::dropSequence()
    drop existing sequence
dropSequence
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::dropSequence()
    drop existing sequence
dropSequence
in file mssql.php, method MDB2_Driver_Manager_mssql::dropSequence()
    drop existing sequence
dropSequence
in file fbsql.php, method MDB2_Driver_Manager_fbsql::dropSequence()
    drop existing sequence
dropSequence
in file mysqli.php, method MDB2_Driver_Manager_mysqli::dropSequence()
    drop existing sequence
dropTable
in file fbsql.php, method MDB2_Driver_Manager_fbsql::dropTable()
    drop an existing table
dropTable
in file Common.php, method MDB2_Driver_Manager_Common::dropTable()
    drop an existing table
Driver_Datatype_skeleton.php
procedural page Driver_Datatype_skeleton.php
Driver_Manager_skeleton.php
procedural page Driver_Manager_skeleton.php
Driver_Native_skeleton.php
procedural page Driver_Native_skeleton.php
Driver_Reverse_skeleton.php
procedural page Driver_Reverse_skeleton.php
Driver_skeleton.php
procedural page Driver_skeleton.php
Date.php
procedural page Date.php
top

e

$escape_quotes
in file pgsql.php, variable MDB2_Driver_pgsql::$escape_quotes
$escape_quotes
in file mysqli.php, variable MDB2_Driver_mysqli::$escape_quotes
$escape_quotes
in file oci8.php, variable MDB2_Driver_oci8::$escape_quotes
$escape_quotes
in file MDB2.php, variable MDB2_Driver_Common::$escape_quotes
    escape character
$escape_quotes
in file fbsql.php, variable MDB2_Driver_fbsql::$escape_quotes
$escape_quotes
in file ibase.php, variable MDB2_Driver_ibase::$escape_quotes
$escape_quotes
in file mssql.php, variable MDB2_Driver_mssql::$escape_quotes
$escape_quotes
in file mysql.php, variable MDB2_Driver_mysql::$escape_quotes
$escape_quotes
in file Driver_skeleton.php, variable MDB2_xxx::$escape_quotes
$escape_quotes
in file sqlite.php, variable MDB2_Driver_sqlite::$escape_quotes
$escape_quotes
in file querysim.php, variable MDB2_Driver_querysim::$escape_quotes
endOfLOB
in file LOB.php, method MDB2_LOB_Result::endOfLOB()
endOfLOB
in file LOB.php, method MDB2_LOB::endOfLOB()
endOfLOB
in file LOB.php, method MDB2_LOB_Output_File::endOfLOB()
endOfLOB
in file Common.php, method MDB2_Driver_Datatype_Common::endOfLOB()
    Determine whether it was reached the end of the large object and therefore there is no more data to be read for the its input stream.
errorCode
in file peardb.php, method MDB2_PEARProxy::errorCode()
errorInfo
in file mysql.php, method MDB2_Driver_mysql::errorInfo()
    This method is used to collect information about an error
errorInfo
in file oci8.php, method MDB2_Driver_oci8::errorInfo()
    This method is used to collect information about an error
errorInfo
in file sqlite.php, method MDB2_Driver_sqlite::errorInfo()
    This method is used to collect information about an error
errorInfo
in file pgsql.php, method MDB2_Driver_pgsql::errorInfo()
    This method is used to collect information about an error
errorInfo
in file mysqli.php, method MDB2_Driver_mysqli::errorInfo()
    This method is used to collect information about an error
errorInfo
in file mssql.php, method MDB2_Driver_mssql::errorInfo()
    This method is used to collect information about an error
errorInfo
in file fbsql.php, method MDB2_Driver_fbsql::errorInfo()
    This method is used to collect information about an error
errorInfo
in file Driver_skeleton.php, method MDB2_xxx::errorInfo()
    This method is used to collect information about an error
errorInfo
in file MDB2.php, method MDB2_Driver_Common::errorInfo()
    This method is used to collect information about an error
errorInfo
in file ibase.php, method MDB2_Driver_ibase::errorInfo()
    This method is used to collect information about an error
errorMessage
in file MDB2.php, method MDB2::errorMessage()
    Return a textual error message for a MDB2 error code
errorMessage
in file peardb.php, method DB::errorMessage()
errorMessage
in file peardb.php, method MDB2_PEARProxy::errorMessage()
errorNative
in file MDB2.php, method MDB2_Driver_Common::errorNative()
    returns an errormessage, provides by the database
errorNative
in file peardb.php, method MDB2_PEARProxy::errorNative()
escape
in file mysqli.php, method MDB2_Driver_mysqli::escape()
    Quotes a string so it can be safely used in a query. It will quote the text so it can safely be used within a query.
escape
in file mysql.php, method MDB2_Driver_mysql::escape()
    Quotes a string so it can be safely used in a query. It will quote the text so it can safely be used within a query.
escape
in file sqlite.php, method MDB2_Driver_sqlite::escape()
    Quotes a string so it can be safely used in a query. It will quote the text so it can safely be used within a query.
escape
in file MDB2.php, method MDB2_Driver_Common::escape()
    Quotes a string so it can be safely used in a query. It will quote the text so it can safely be used within a query.
escapeSimple
in file peardb.php, method MDB2_PEARProxy::escapeSimple()
execute
in file MDB2.php, method MDB2_Statement_Common::execute()
    Execute a prepared query statement.
execute
in file ibase.php, method MDB2_Statement_ibase::execute()
    Execute a prepared query statement.
execute
in file oci8.php, method MDB2_Statement_oci8::execute()
    Execute a prepared query statement.
execute
in file peardb.php, method MDB2_PEARProxy::execute()
executeMultiple
in file peardb.php, method MDB2_PEARProxy::executeMultiple()
executeMultiple
in file Extended.php, method MDB2_Extended::executeMultiple()
    This function does several execute() calls on the same statement handle.
example.php
procedural page example.php
Extended.php
procedural page Extended.php
top

f

$fetchmode
in file MDB2.php, variable MDB2_Driver_Common::$fetchmode
    the default fetchmode used
$file
in file LOB.php, variable MDB2_LOB_Output_File::$file
$flags
in file mysqli.php, variable MDB2_Driver_Reverse_mysqli::$flags
    Array for converting MYSQLI_*_FLAG constants to text values
$flags
in file mysql.php, variable MDB2_Driver_Reverse_mysql::$flags
    carried over from mysqli driver
factory
in file MDB2.php, method MDB2::factory()
    Create a new MDB2 object for the specified database type type
factory
in file peardb.php, method DB::factory()
fetchAll
in file MDB2.php, method MDB2_Result_Common::fetchAll()
    Fetch and return a column of data (it uses fetchRow for that)
fetchCol
in file MDB2.php, method MDB2_Result_Common::fetchCol()
    Fetch and return a column of data (it uses current for that)
fetchInto
in file peardb.php, method MDB2_PEARProxy::fetchInto()
fetchInto
in file peardb.php, method DB_result::fetchInto()
fetchOne
in file MDB2.php, method MDB2_Result_Common::fetchOne()
    fetch single column from the first row from a result set
fetchRow
in file mssql.php, method MDB2_Result_mssql::fetchRow()
    Fetch a row and insert the data into an existing array.
fetchRow
in file oci8.php, method MDB2_Result_oci8::fetchRow()
    Fetch a row and insert the data into an existing array.
fetchRow
in file MDB2.php, method MDB2_Result_Common::fetchRow()
    Fetch and return a row of data
fetchRow
in file mysqli.php, method MDB2_Result_mysqli::fetchRow()
    Fetch a row and insert the data into an existing array.
fetchRow
in file ibase.php, method MDB2_Result_ibase::fetchRow()
    Fetch a row and insert the data into an existing array.
fetchRow
in file pgsql.php, method MDB2_Result_pgsql::fetchRow()
    Fetch a row and insert the data into an existing array.
fetchRow
in file querysim.php, method MDB2_Result_querysim::fetchRow()
    Fetch a row and insert the data into an existing array.
fetchRow
in file Driver_skeleton.php, method MDB2_Result_xxx::fetchRow()
    Fetch a row and insert the data into an existing array.
fetchRow
in file sqlite.php, method MDB2_Result_sqlite::fetchRow()
    Fetch a row and insert the data into an existing array.
fetchRow
in file mysql.php, method MDB2_Result_mysql::fetchRow()
    Fetch a row and insert the data into an existing array.
fetchRow
in file peardb.php, method DB_result::fetchRow()
fetchRow
in file oci8.php, method MDB2_BufferedResult_oci8::fetchRow()
    Fetch a row and insert the data into an existing array.
fetchRow
in file ibase.php, method MDB2_BufferedResult_ibase::fetchRow()
    Fetch a row and insert the data into an existing array.
fetchRow
in file fbsql.php, method MDB2_Result_fbsql::fetchRow()
    Fetch a row and insert the data into an existing array.
fileExists
in file MDB2.php, method MDB2::fileExists()
    checks if a file exists in the include path
free
in file mysqli.php, method MDB2_Result_mysqli::free()
    Free the internal resources associated with result.
free
in file oci8.php, method MDB2_Result_oci8::free()
    Free the internal resources associated with $result.
free
in file pgsql.php, method MDB2_Result_pgsql::free()
    Free the internal resources associated with result.
free
in file peardb.php, method DB_result::free()
free
in file oci8.php, method MDB2_Statement_oci8::free()
    Release resources allocated for the specified prepared query.
free
in file oci8.php, method MDB2_BufferedResult_oci8::free()
    Free the internal resources associated with $result.
free
in file MDB2.php, method MDB2_Result_Common::free()
    Free the internal resources associated with result.
free
in file Driver_skeleton.php, method MDB2_Result_xxx::free()
    Free the internal resources associated with result.
free
in file fbsql.php, method MDB2_Result_fbsql::free()
    Free the internal resources associated with result.
free
in file mysql.php, method MDB2_Result_mysql::free()
    Free the internal resources associated with result.
free
in file ibase.php, method MDB2_Result_ibase::free()
    Free the internal resources associated with $result.
free
in file ibase.php, method MDB2_BufferedResult_ibase::free()
    Free the internal resources associated with $result.
free
in file Iterator.php, method MDB2_Iterator::free()
    Free the internal resources associated with result.
free
in file MDB2.php, method MDB2_Statement_Common::free()
    Release resources allocated for the specified prepared query.
free
in file mssql.php, method MDB2_Result_mssql::free()
    Free the internal resources associated with $result.
freeBLOBValue
in file Common.php, method MDB2_Driver_Datatype_Common::freeBLOBValue()
    free a binary large object
freeCLOBValue
in file Common.php, method MDB2_Driver_Datatype_Common::freeCLOBValue()
    free a character large object
freePrepared
in file peardb.php, method MDB2_PEARProxy::freePrepared()
freeResult
in file peardb.php, method MDB2_PEARProxy::freeResult()
fbsql.php
procedural page fbsql.php
fbsql.php
procedural page fbsql.php
fbsql.php
procedural page fbsql.php
fbsql.php
procedural page fbsql.php
fbsql.php
procedural page fbsql.php
top

g

get
in file Driver_Datatype_skeleton.php, method MDB2_Datatype_xxx::get()
getAfterID
in file fbsql.php, method MDB2_Driver_fbsql::getAfterID()
    returns the autoincrement ID if supported or $id
getAfterID
in file mysql.php, method MDB2_Driver_mysql::getAfterID()
    returns the autoincrement ID if supported or $id
getAfterID
in file mssql.php, method MDB2_Driver_mssql::getAfterID()
    returns the autoincrement ID if supported or $id
getAfterID
in file MDB2.php, method MDB2_Driver_Common::getAfterID()
    returns the autoincrement ID if supported or $id
getAfterID
in file mysqli.php, method MDB2_Driver_mysqli::getAfterID()
    returns the autoincrement ID if supported or $id
getAfterID
in file sqlite.php, method MDB2_Driver_sqlite::getAfterID()
    returns the autoincrement ID if supported or $id
getAll
in file Extended.php, method MDB2_Extended::getAll()
    Fetch all the rows returned from a query.
getAll
in file peardb.php, method MDB2_PEARProxy::getAll()
getAssoc
in file Extended.php, method MDB2_Extended::getAssoc()
    Fetch the entire result set of a query and return it as an associative array using the first column as the key.
getAssoc
in file peardb.php, method MDB2_PEARProxy::getAssoc()
getBeforeID
in file MDB2.php, method MDB2_Driver_Common::getBeforeID()
    returns the next free id of a sequence if the RDBMS does not support auto increment
getCol
in file peardb.php, method MDB2_PEARProxy::getCol()
getCol
in file Extended.php, method MDB2_Extended::getCol()
    Fetch a single column from a result set and return it as an indexed array.
getColumnNames
in file MDB2.php, method MDB2_Result_Common::getColumnNames()
    Retrieve the names of columns returned by the DBMS in a query result or from the cache.
getColumnNames
in file Driver_skeleton.php, method MDB2_Result_xxx::getColumnNames()
    Retrieve the names of columns returned by the DBMS in a query result.
getDatabase
in file MDB2.php, method MDB2_Driver_Common::getDatabase()
    get the current database
getDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::getDeclaration()
    Obtain DBMS specific SQL code portion needed to declare of the given type
getDeclaration
in file MDB2.php, method MDB2_Driver_Common::getDeclaration()
    Obtain DBMS specific SQL code portion needed to declare of the given type
getDSN
in file MDB2.php, method MDB2_Driver_Common::getDSN()
    return the DSN as a string
getFieldDeclarationList
in file Common.php, method MDB2_Driver_Manager_Common::getFieldDeclarationList()
    get declaration of a number of field in bulk
getInsertID
in file mysql.php, method MDB2_Driver_Native_mysql::getInsertID()
    get last insert ID
getInsertID
in file fbsql.php, method MDB2_Driver_Native_fbsql::getInsertID()
    get last insert ID
getInsertID
in file mysqli.php, method MDB2_Driver_Native_mysqli::getInsertID()
    get last insert ID
getInsertID
in file mssql.php, method MDB2_Driver_Native_mssql::getInsertID()
    get last insert ID
getInsertID
in file sqlite.php, method MDB2_Driver_Native_sqlite::getInsertID()
    get last insert ID
getListOf
in file peardb.php, method MDB2_PEARProxy::getListOf()
getOne
in file peardb.php, method MDB2_PEARProxy::getOne()
getOne
in file Extended.php, method MDB2_Extended::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 MDB2.php, method MDB2_Driver_Common::getOption()
    returns the value of an option
getOption
in file peardb.php, method MDB2_PEARProxy::getOption()
getResource
in file MDB2.php, method MDB2_Result_Common::getResource()
    return the resource associated with the result object
getRow
in file peardb.php, method MDB2_PEARProxy::getRow()
getRow
in file Extended.php, method MDB2_Extended::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 peardb.php, method DB_result::getRowCounter()
getRowCounter
in file MDB2.php, method MDB2_Result_Common::getRowCounter()
    returns the actual row number that was last fetched (count from 0)
getSequenceDefinition
in file Common.php, method MDB2_Driver_Reverse_Common::getSequenceDefinition()
    get the stucture of a sequence into an array
getSequenceDefinition
in file Driver_Reverse_skeleton.php, method MDB2_Reverse_xxx::getSequenceDefinition()
    get the stucture of a sequence into an array
getSequenceName
in file MDB2.php, method MDB2_Driver_Common::getSequenceName()
    adds sequence name formating to a sequence name
getTableFieldDefinition
in file pgsql.php, method MDB2_Driver_Reverse_pgsql::getTableFieldDefinition()
    get the stucture of a field into an array
getTableFieldDefinition
in file Common.php, method MDB2_Driver_Reverse_Common::getTableFieldDefinition()
    get the stucture of a field into an array
getTableFieldDefinition
in file sqlite.php, method MDB2_Driver_Reverse_sqlite::getTableFieldDefinition()
    get the stucture of a field into an array
getTableFieldDefinition
in file mysqli.php, method MDB2_Driver_Reverse_mysqli::getTableFieldDefinition()
    get the stucture of a field into an array
getTableFieldDefinition
in file Driver_Reverse_skeleton.php, method MDB2_Reverse_xxx::getTableFieldDefinition()
    get the stucture of a field into an array
getTableIndexDefinition
in file sqlite.php, method MDB2_Driver_Reverse_sqlite::getTableIndexDefinition()
    get the stucture of an index into an array
getTableIndexDefinition
in file Driver_Reverse_skeleton.php, method MDB2_Reverse_xxx::getTableIndexDefinition()
    get the stucture of an index into an array
getTableIndexDefinition
in file pgsql.php, method MDB2_Driver_Reverse_pgsql::getTableIndexDefinition()
    get the stucture of an index into an array
getTableIndexDefinition
in file Common.php, method MDB2_Driver_Reverse_Common::getTableIndexDefinition()
    get the stucture of an index into an array
getTableIndexDefinition
in file mysqli.php, method MDB2_Driver_Reverse_mysqli::getTableIndexDefinition()
    get the stucture of an index into an array
getTables
in file peardb.php, method MDB2_PEARProxy::getTables()
getWarnings
in file MDB2.php, method MDB2_Driver_Common::getWarnings()
    get all warnings in reverse order.
top

h

handle_pear_error
in file example.php, function handle_pear_error()
hasPrev
in file Iterator.php, method MDB2_BufferedIterator::hasPrev()
    check if there is a previous row
top

i

$input_lob
in file LOB.php, variable MDB2_LOB_Output_File::$input_lob
$in_transaction
in file MDB2.php, variable MDB2_Driver_Common::$in_transaction
    determine if there is an open transaction
implodeArray
in file Common.php, method MDB2_Driver_Datatype_Common::implodeArray()
    apply a type to all values of an array and return as a comma seperated string useful for generating IN statements
isConnection
in file MDB2.php, method MDB2::isConnection()
    Tell whether a value is a MDB2 connection
isError
in file peardb.php, method DB::isError()
isError
in file MDB2.php, method MDB2::isError()
    Tell whether a value is a MDB2 error.
isManip
in file peardb.php, method DB::isManip()
isManip
in file MDB2.php, method MDB2::isManip()
    Tell whether a query is a data manipulation query (insert, update or delete) or a data definition query (create, drop, alter, grant, revoke).
isResult
in file MDB2.php, method MDB2::isResult()
    Tell whether a value is a MDB2 result
isResultCommon
in file MDB2.php, method MDB2::isResultCommon()
    Tell whether a value is a MDB2 result implementing the common interface
ibase.php
procedural page ibase.php
ibase.php
procedural page ibase.php
ibase.php
procedural page ibase.php
ibase.php
procedural page ibase.php
ibase.php
procedural page ibase.php
Iterator.php
procedural page Iterator.php
top

k

key
in file Iterator.php, method MDB2_Iterator::key()
    nothing, but Iterator wants to implement this.
top

l

$last_query
in file MDB2.php, variable MDB2_Driver_Common::$last_query
    the last query sent to the driver
$last_stmt
in file oci8.php, variable MDB2_Driver_oci8::$last_stmt
    The result or statement handle from the most recently executed query
$limit
in file MDB2.php, variable MDB2_Result_Common::$limit
$limit_count
in file peardb.php, variable DB_result::$limit_count
$limit_from
in file peardb.php, variable DB_result::$limit_from
$lob
in file LOB.php, variable MDB2_LOB::$lob
$lobs
in file MDB2.php, variable MDB2_Driver_Common::$lobs
    contains all LOB objects created with this MDB2 instance
limitQuery
in file Extended.php, method MDB2_Extended::limitQuery()
    Generates a limited query
limitQuery
in file peardb.php, method MDB2_PEARProxy::limitQuery()
listDatabases
in file mysqli.php, method MDB2_Driver_Manager_mysqli::listDatabases()
    list all databases
listDatabases
in file Common.php, method MDB2_Driver_Manager_Common::listDatabases()
    list all databases
listDatabases
in file oci8.php, method MDB2_Driver_Manager_oci8::listDatabases()
    list all databases
listDatabases
in file fbsql.php, method MDB2_Driver_Manager_fbsql::listDatabases()
    list all databases
listDatabases
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listDatabases()
    list all databases
listDatabases
in file sqlite.php, method MDB2_Driver_Manager_sqlite::listDatabases()
    list all databases
listDatabases
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::listDatabases()
    list all databases
listFunctions
in file Common.php, method MDB2_Driver_Manager_Common::listFunctions()
    list all functions in the current database
listFunctions
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listFunctions()
    list all functions in the current database
listFunctions
in file oci8.php, method MDB2_Driver_Manager_oci8::listFunctions()
    list all functions in the current database
listSequences
in file mysqli.php, method MDB2_Driver_Manager_mysqli::listSequences()
    list all sequences in the current database
listSequences
in file sqlite.php, method MDB2_Driver_Manager_sqlite::listSequences()
    list all sequences in the current database
listSequences
in file mssql.php, method MDB2_Driver_Manager_mssql::listSequences()
    list all sequences in the current database
listSequences
in file Common.php, method MDB2_Driver_Manager_Common::listSequences()
    list all sequences in the current database
listSequences
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listSequences()
    list all sequences in the current database
listSequences
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::listSequences()
    list all sequences in the current database
listSequences
in file fbsql.php, method MDB2_Driver_Manager_fbsql::listSequences()
    list all sequences in the current database
listSequences
in file oci8.php, method MDB2_Driver_Manager_oci8::listSequences()
    list all sequences in the current database
listSequences
in file ibase.php, method MDB2_Driver_Manager_ibase::listSequences()
    list all sequences in the current database
listTableFields
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listTableFields()
    list all fields in a tables in the current database
listTableFields
in file oci8.php, method MDB2_Driver_Manager_oci8::listTableFields()
    list all fields in a tables in the current database
listTableFields
in file sqlite.php, method MDB2_Driver_Manager_sqlite::listTableFields()
    list all fields in a tables in the current database
listTableFields
in file mysqli.php, method MDB2_Driver_Manager_mysqli::listTableFields()
    list all fields in a tables in the current database
listTableFields
in file mssql.php, method MDB2_Driver_Manager_mssql::listTableFields()
    list all fields in a tables in the current database
listTableFields
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::listTableFields()
    list all fields in a tables in the current database
listTableFields
in file Common.php, method MDB2_Driver_Manager_Common::listTableFields()
    list all fields in a tables in the current database
listTableFields
in file ibase.php, method MDB2_Driver_Manager_ibase::listTableFields()
    list all fields in a tables in the current database
listTableFields
in file fbsql.php, method MDB2_Driver_Manager_fbsql::listTableFields()
    list all fields in a tables in the current database
listTableIndexes
in file fbsql.php, method MDB2_Driver_Manager_fbsql::listTableIndexes()
    list all indexes in a table
listTableIndexes
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listTableIndexes()
    list all indexes in a table
listTableIndexes
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::listTableIndexes()
    list all indexes in a table
listTableIndexes
in file mssql.php, method MDB2_Driver_Manager_mssql::listTableIndexes()
    list all indexes in a table
listTableIndexes
in file Common.php, method MDB2_Driver_Manager_Common::listTableIndexes()
    list all indexes in a table
listTableIndexes
in file sqlite.php, method MDB2_Driver_Manager_sqlite::listTableIndexes()
    list all indexes in a table
listTableIndexes
in file mysqli.php, method MDB2_Driver_Manager_mysqli::listTableIndexes()
    list all indexes in a table
listTables
in file sqlite.php, method MDB2_Driver_Manager_sqlite::listTables()
    list all tables in the current database
listTables
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listTables()
    list all tables in the current database
listTables
in file Common.php, method MDB2_Driver_Manager_Common::listTables()
    list all tables in the current database
listTables
in file mssql.php, method MDB2_Driver_Manager_mssql::listTables()
    list all tables in the current database
listTables
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::listTables()
    list all tables in the current database
listTables
in file mysqli.php, method MDB2_Driver_Manager_mysqli::listTables()
    list all tables in the current database
listTables
in file oci8.php, method MDB2_Driver_Manager_oci8::listTables()
    list all tables in the current database
listTables
in file fbsql.php, method MDB2_Driver_Manager_fbsql::listTables()
    list all tables in the current database
listUsers
in file fbsql.php, method MDB2_Driver_Manager_fbsql::listUsers()
    list all users
listUsers
in file mysqli.php, method MDB2_Driver_Manager_mysqli::listUsers()
    list all users
listUsers
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::listUsers()
    list all users
listUsers
in file sqlite.php, method MDB2_Driver_Manager_sqlite::listUsers()
    list all users
listUsers
in file oci8.php, method MDB2_Driver_Manager_oci8::listUsers()
    list all users in the current database
listUsers
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listUsers()
    list all users
listUsers
in file Common.php, method MDB2_Driver_Manager_Common::listUsers()
    list all users
listViews
in file ibase.php, method MDB2_Driver_Manager_ibase::listViews()
    list the views in the database
listViews
in file oci8.php, method MDB2_Driver_Manager_oci8::listViews()
    list all views in the current database
listViews
in file Common.php, method MDB2_Driver_Manager_Common::listViews()
    list all views in the current database
listViews
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listViews()
    list the views in the database
loadFile
in file MDB2.php, method MDB2::loadFile()
    load a file (like 'Date')
loadModule
in file MDB2.php, method MDB2_Driver_Common::loadModule()
    loads a module
LOB.php
procedural page LOB.php
top

m

$max_text_length
in file fbsql.php, variable MDB2_Driver_fbsql::$max_text_length
$modules
in file MDB2.php, variable MDB2_Driver_Common::$modules
    array of module instances
mapNativeDatatype
in file ibase.php, method MDB2_Driver_Datatype_ibase::mapNativeDatatype()
    Maps a native array description of a field to a MDB2 datatype and length
mapNativeDatatype
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::mapNativeDatatype()
    Maps a native array description of a field to a MDB2 datatype and length
mapNativeDatatype
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::mapNativeDatatype()
    Maps a native array description of a field to a MDB2 datatype and length
mapNativeDatatype
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::mapNativeDatatype()
    Maps a native array description of a field to a MDB2 datatype and length
MDB2
in file MDB2.php, class MDB2
    The main 'MDB2' 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.
mssql.php
procedural page mssql.php
mysql.php
procedural page mysql.php
mysqli.php
procedural page mysqli.php
mssql.php
procedural page mssql.php
mysql.php
procedural page mysql.php
mysqli.php
procedural page mysqli.php
mssql.php
procedural page mssql.php
mysql.php
procedural page mysql.php
mysqli.php
procedural page mysqli.php
mssql.php
procedural page mssql.php
mysql.php
procedural page mysql.php
mysqli.php
procedural page mysqli.php
mssql.php
procedural page mssql.php
mysql.php
procedural page mysql.php
mysqli.php
procedural page mysqli.php
MDB2.php
procedural page MDB2.php
MDB2_AUTOQUERY_INSERT
in file Extended.php, constant MDB2_AUTOQUERY_INSERT
    Used by autoPrepare()
MDB2_AUTOQUERY_UPDATE
in file Extended.php, constant MDB2_AUTOQUERY_UPDATE
MDB2_BufferedIterator
in file Iterator.php, class MDB2_BufferedIterator
MDB2_BufferedResult_fbsql
in file fbsql.php, class MDB2_BufferedResult_fbsql
MDB2_BufferedResult_ibase
in file ibase.php, class MDB2_BufferedResult_ibase
MDB2_BufferedResult_mssql
in file mssql.php, class MDB2_BufferedResult_mssql
MDB2_BufferedResult_mysql
in file mysql.php, class MDB2_BufferedResult_mysql
MDB2_BufferedResult_mysqli
in file mysqli.php, class MDB2_BufferedResult_mysqli
MDB2_BufferedResult_oci8
in file oci8.php, class MDB2_BufferedResult_oci8
MDB2_BufferedResult_pgsql
in file pgsql.php, class MDB2_BufferedResult_pgsql
MDB2_BufferedResult_querysim
in file querysim.php, class MDB2_BufferedResult_querysim
MDB2_BufferedResult_sqlite
in file sqlite.php, class MDB2_BufferedResult_sqlite
MDB2_BufferedResult_xxx
in file Driver_skeleton.php, class MDB2_BufferedResult_xxx
MDB2_closeOpenTransactions
in file MDB2.php, function MDB2_closeOpenTransactions()
    close any open transactions form persistant connections
MDB2_Datatype_xxx
in file Driver_Datatype_skeleton.php, class MDB2_Datatype_xxx
    MDB2 XXX driver
MDB2_Date
in file Date.php, class MDB2_Date
    Several methods to convert the MDB2 native timestamp format (ISO based) to and from data structures that are convienient to worth with in side of php.
MDB2_defaultDebugOutput
in file MDB2.php, function MDB2_defaultDebugOutput()
    default debug output handler
MDB2_Driver_Common
in file MDB2.php, class MDB2_Driver_Common
    MDB2_Driver_Common: Base class that is extended by each MDB2 driver
MDB2_Driver_Common
in file MDB2.php, method MDB2_Driver_Common::MDB2_Driver_Common()
    PHP 4 Constructor
MDB2_Driver_Datatype_Common
in file Common.php, class MDB2_Driver_Datatype_Common
    MDB2_Driver_Common: Base class that is extended by each MDB2 driver
MDB2_Driver_Datatype_Common
in file Common.php, method MDB2_Driver_Datatype_Common::MDB2_Driver_Datatype_Common()
MDB2_Driver_Datatype_fbsql
in file fbsql.php, class MDB2_Driver_Datatype_fbsql
    MDB2 FrontbaseSQL driver
MDB2_Driver_Datatype_ibase
in file ibase.php, class MDB2_Driver_Datatype_ibase
    MDB2 Firebird/Interbase driver
MDB2_Driver_Datatype_mssql
in file mssql.php, class MDB2_Driver_Datatype_mssql
    MDB2 MS SQL driver
MDB2_Driver_Datatype_mysql
in file mysql.php, class MDB2_Driver_Datatype_mysql
    MDB2 MySQL driver
MDB2_Driver_Datatype_mysqli
in file mysqli.php, class MDB2_Driver_Datatype_mysqli
    MDB2 MySQL driver
MDB2_Driver_Datatype_oci8
in file oci8.php, class MDB2_Driver_Datatype_oci8
    MDB2 OCI8 driver
MDB2_Driver_Datatype_pgsql
in file pgsql.php, class MDB2_Driver_Datatype_pgsql
    MDB2 PostGreSQL driver
MDB2_Driver_Datatype_sqlite
in file sqlite.php, class MDB2_Driver_Datatype_sqlite
    MDB2 SQLite driver
MDB2_Driver_fbsql
in file fbsql.php, class MDB2_Driver_fbsql
    MDB2 FrontBase driver
MDB2_Driver_ibase
in file ibase.php, class MDB2_Driver_ibase
    MDB2 FireBird/InterBase driver
MDB2_Driver_Manager_Common
in file Common.php, class MDB2_Driver_Manager_Common
    Base class for the management modules that is extended by each MDB2 driver
MDB2_Driver_Manager_Common
in file Common.php, method MDB2_Driver_Manager_Common::MDB2_Driver_Manager_Common()
MDB2_Driver_Manager_fbsql
in file fbsql.php, class MDB2_Driver_Manager_fbsql
    MDB2 FrontBase driver for the management modules
MDB2_Driver_Manager_ibase
in file ibase.php, class MDB2_Driver_Manager_ibase
    MDB2 FireBird/InterBase driver for the management modules
MDB2_Driver_Manager_mssql
in file mssql.php, class MDB2_Driver_Manager_mssql
    MDB2 MSSQL driver for the management modules
MDB2_Driver_Manager_mysql
in file mysql.php, class MDB2_Driver_Manager_mysql
    MDB2 MySQL driver for the management modules
MDB2_Driver_Manager_mysqli
in file mysqli.php, class MDB2_Driver_Manager_mysqli
    MDB2 MySQL driver for the management modules
MDB2_Driver_Manager_oci8
in file oci8.php, class MDB2_Driver_Manager_oci8
    MDB2 oci8 driver for the management modules
MDB2_Driver_Manager_pgsql
in file pgsql.php, class MDB2_Driver_Manager_pgsql
    MDB2 MySQL driver for the management modules
MDB2_Driver_Manager_sqlite
in file sqlite.php, class MDB2_Driver_Manager_sqlite
    MDB2 SQLite driver for the management modules
MDB2_Driver_Manager_xxx
in file Driver_Manager_skeleton.php, class MDB2_Driver_Manager_xxx
    MDB2 Xxx driver for the management modules
MDB2_Driver_mssql
in file mssql.php, class MDB2_Driver_mssql
    MDB2 MSSQL Server driver
MDB2_Driver_mysql
in file mysql.php, class MDB2_Driver_mysql
    MDB2 MySQL driver
MDB2_Driver_mysqli
in file mysqli.php, class MDB2_Driver_mysqli
    MDB2 MySQL driver
MDB2_Driver_Native_fbsql
in file fbsql.php, method MDB2_Driver_Native_fbsql::MDB2_Driver_Native_fbsql()
MDB2_Driver_Native_fbsql
in file fbsql.php, class MDB2_Driver_Native_fbsql
    MDB2 FrontBase driver for the native module
MDB2_Driver_Native_ibase
in file ibase.php, method MDB2_Driver_Native_ibase::MDB2_Driver_Native_ibase()
    PHP4 Constructor
MDB2_Driver_Native_ibase
in file ibase.php, class MDB2_Driver_Native_ibase
    MDB2 InterbaseBase driver for the native module
MDB2_Driver_Native_mssql
in file mssql.php, method MDB2_Driver_Native_mssql::MDB2_Driver_Native_mssql()
MDB2_Driver_Native_mssql
in file mssql.php, class MDB2_Driver_Native_mssql
    MDB2 MSSQL driver for the native module
MDB2_Driver_Native_mysql
in file mysql.php, method MDB2_Driver_Native_mysql::MDB2_Driver_Native_mysql()
MDB2_Driver_Native_mysql
in file mysql.php, class MDB2_Driver_Native_mysql
    MDB2 MySQL driver for the native module
MDB2_Driver_Native_mysqli
in file mysqli.php, class MDB2_Driver_Native_mysqli
    MDB2 MySQL driver for the native module
MDB2_Driver_Native_mysqli
in file mysqli.php, method MDB2_Driver_Native_mysqli::MDB2_Driver_Native_mysqli()
MDB2_Driver_Native_oci8
in file oci8.php, class MDB2_Driver_Native_oci8
    MDB2 Oracle driver for the native module
MDB2_Driver_Native_oci8
in file oci8.php, method MDB2_Driver_Native_oci8::MDB2_Driver_Native_oci8()
MDB2_Driver_Native_pgsql
in file pgsql.php, class MDB2_Driver_Native_pgsql
    MDB2 PostGreSQL driver for the native module
MDB2_Driver_Native_pgsql
in file pgsql.php, method MDB2_Driver_Native_pgsql::MDB2_Driver_Native_pgsql()
MDB2_Driver_Native_sqlite
in file sqlite.php, class MDB2_Driver_Native_sqlite
    MDB2 SQLite driver for the native module
MDB2_Driver_Native_sqlite
in file sqlite.php, method MDB2_Driver_Native_sqlite::MDB2_Driver_Native_sqlite()
MDB2_Driver_oci8
in file oci8.php, class MDB2_Driver_oci8
    MDB2 OCI8 driver
MDB2_Driver_pgsql
in file pgsql.php, class MDB2_Driver_pgsql
    MDB2 PostGreSQL driver
MDB2_Driver_querysim
in file querysim.php, class MDB2_Driver_querysim
    MDB2 QuerySim driver
MDB2_Driver_Reverse_Common
in file Common.php, class MDB2_Driver_Reverse_Common
    Base class for the schema reverse engineering module that is extended by each MDB2 driver
MDB2_Driver_Reverse_Common
in file Common.php, method MDB2_Driver_Reverse_Common::MDB2_Driver_Reverse_Common()
MDB2_Driver_Reverse_fbsql
in file fbsql.php, class MDB2_Driver_Reverse_fbsql
    MDB2 FrontBase driver for the schema reverse engineering module
MDB2_Driver_Reverse_ibase
in file ibase.php, class MDB2_Driver_Reverse_ibase
    MDB2 InterbaseBase driver for the reverse engineering module
MDB2_Driver_Reverse_mssql
in file mssql.php, class MDB2_Driver_Reverse_mssql
    MDB2 MSSQL driver for the schema reverse engineering module
MDB2_Driver_Reverse_mysql
in file mysql.php, class MDB2_Driver_Reverse_mysql
    MDB2 MySQL driver for the schema reverse engineering module
MDB2_Driver_Reverse_mysqli
in file mysqli.php, class MDB2_Driver_Reverse_mysqli
    MDB2 MySQL driver for the schema reverse engineering module
MDB2_Driver_Reverse_oci8
in file oci8.php, class MDB2_Driver_Reverse_oci8
    MDB2 Oracle driver for the schema reverse engineering module
MDB2_Driver_Reverse_pgsql
in file pgsql.php, class MDB2_Driver_Reverse_pgsql
    MDB2 PostGreSQL driver for the schema reverse engineering module
MDB2_Driver_Reverse_sqlite
in file sqlite.php, class MDB2_Driver_Reverse_sqlite
    MDB2 SQlite driver for the schema reverse engineering module
MDB2_Driver_sqlite
in file sqlite.php, class MDB2_Driver_sqlite
    MDB2 SQLite driver
MDB2_Error
in file MDB2.php, class MDB2_Error
    MDB2_Error implements a class for reporting portable database error messages.
MDB2_ERROR
in file MDB2.php, constant MDB2_ERROR
MDB2_Error
in file MDB2.php, method MDB2_Error::MDB2_Error()
    MDB2_Error constructor.
MDB2_ERROR_ACCESS_VIOLATION
in file MDB2.php, constant MDB2_ERROR_ACCESS_VIOLATION
MDB2_ERROR_ALREADY_EXISTS
in file MDB2.php, constant MDB2_ERROR_ALREADY_EXISTS
MDB2_ERROR_CANNOT_ALTER
in file MDB2.php, constant MDB2_ERROR_CANNOT_ALTER
MDB2_ERROR_CANNOT_CREATE
in file MDB2.php, constant MDB2_ERROR_CANNOT_CREATE
MDB2_ERROR_CANNOT_DELETE
in file MDB2.php, constant MDB2_ERROR_CANNOT_DELETE
MDB2_ERROR_CANNOT_DROP
in file MDB2.php, constant MDB2_ERROR_CANNOT_DROP
MDB2_ERROR_CANNOT_REPLACE
in file MDB2.php, constant MDB2_ERROR_CANNOT_REPLACE
MDB2_ERROR_CONNECT_FAILED
in file MDB2.php, constant MDB2_ERROR_CONNECT_FAILED
MDB2_ERROR_CONSTRAINT
in file MDB2.php, constant MDB2_ERROR_CONSTRAINT
MDB2_ERROR_CONSTRAINT_NOT_NULL
in file MDB2.php, constant MDB2_ERROR_CONSTRAINT_NOT_NULL
MDB2_ERROR_DEADLOCK
in file MDB2.php, constant MDB2_ERROR_DEADLOCK
MDB2_ERROR_DIVZERO
in file MDB2.php, constant MDB2_ERROR_DIVZERO
MDB2_ERROR_EXTENSION_NOT_FOUND
in file MDB2.php, constant MDB2_ERROR_EXTENSION_NOT_FOUND
MDB2_ERROR_INSUFFICIENT_DATA
in file MDB2.php, constant MDB2_ERROR_INSUFFICIENT_DATA
MDB2_ERROR_INVALID
in file MDB2.php, constant MDB2_ERROR_INVALID
MDB2_ERROR_INVALID_DATE
in file MDB2.php, constant MDB2_ERROR_INVALID_DATE
MDB2_ERROR_INVALID_DSN
in file MDB2.php, constant MDB2_ERROR_INVALID_DSN
MDB2_ERROR_INVALID_NUMBER
in file MDB2.php, constant MDB2_ERROR_INVALID_NUMBER
MDB2_ERROR_LOADMODULE
in file MDB2.php, constant MDB2_ERROR_LOADMODULE
MDB2_ERROR_MANAGER
in file MDB2.php, constant MDB2_ERROR_MANAGER
MDB2_ERROR_MANAGER_PARSE
in file MDB2.php, constant MDB2_ERROR_MANAGER_PARSE
MDB2_ERROR_MISMATCH
in file MDB2.php, constant MDB2_ERROR_MISMATCH
MDB2_ERROR_NEED_MORE_DATA
in file MDB2.php, constant MDB2_ERROR_NEED_MORE_DATA
MDB2_ERROR_NODBSELECTED
in file MDB2.php, constant MDB2_ERROR_NODBSELECTED
MDB2_ERROR_NOSUCHDB
in file MDB2.php, constant MDB2_ERROR_NOSUCHDB
MDB2_ERROR_NOSUCHFIELD
in file MDB2.php, constant MDB2_ERROR_NOSUCHFIELD
MDB2_ERROR_NOSUCHTABLE
in file MDB2.php, constant MDB2_ERROR_NOSUCHTABLE
MDB2_ERROR_NOT_CAPABLE
in file MDB2.php, constant MDB2_ERROR_NOT_CAPABLE
MDB2_ERROR_NOT_FOUND
in file MDB2.php, constant MDB2_ERROR_NOT_FOUND
MDB2_ERROR_NOT_LOCKED
in file MDB2.php, constant MDB2_ERROR_NOT_LOCKED
MDB2_ERROR_SYNTAX
in file MDB2.php, constant MDB2_ERROR_SYNTAX
MDB2_ERROR_TRUNCATED
in file MDB2.php, constant MDB2_ERROR_TRUNCATED
MDB2_ERROR_UNSUPPORTED
in file MDB2.php, constant MDB2_ERROR_UNSUPPORTED
MDB2_ERROR_VALUE_COUNT_ON_ROW
in file MDB2.php, constant MDB2_ERROR_VALUE_COUNT_ON_ROW
MDB2_Extended
in file Extended.php, method MDB2_Extended::MDB2_Extended()
MDB2_Extended
in file Extended.php, class MDB2_Extended
    MDB2_Extended: class which adds several high level methods to MDB2
MDB2_FETCHMODE_ASSOC
in file MDB2.php, constant MDB2_FETCHMODE_ASSOC
    Column data indexed by column names
MDB2_FETCHMODE_DEFAULT
in file MDB2.php, constant MDB2_FETCHMODE_DEFAULT
    This is a special constant that tells MDB2 the user hasn't specified any particular get mode, so the default should be used.
MDB2_FETCHMODE_FLIPPED
in file MDB2.php, constant MDB2_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.
MDB2_FETCHMODE_OBJECT
in file MDB2.php, constant MDB2_FETCHMODE_OBJECT
    Column data as object properties
MDB2_FETCHMODE_ORDERED
in file MDB2.php, constant MDB2_FETCHMODE_ORDERED
    Column data indexed by numbers, ordered from 0 and up
MDB2_Iterator
in file Iterator.php, class MDB2_Iterator
MDB2_LOB
in file LOB.php, class MDB2_LOB
    MDB2 Large Object (BLOB/CLOB) core class
MDB2_LOB_Output_File
in file LOB.php, class MDB2_LOB_Output_File
    MDB2 Large Object (BLOB/CLOB) class to read into a file from DB
MDB2_LOB_Result
in file LOB.php, class MDB2_LOB_Result
    MDB2 Large Object (BLOB/CLOB) class for reading results
MDB2_Native_xxx
in file Driver_Native_skeleton.php, method MDB2_Native_xxx::MDB2_Native_xxx()
MDB2_Native_xxx
in file Driver_Native_skeleton.php, class MDB2_Native_xxx
    MDB2 Xxx driver for the native module
MDB2_OK
in file MDB2.php, constant MDB2_OK
    The method mapErrorCode in each MDB2_dbtype implementation maps native error codes to one of these.
MDB2_PEARProxy
in file peardb.php, method MDB2_PEARProxy::MDB2_PEARProxy()
MDB2_PEARProxy
in file peardb.php, class MDB2_PEARProxy
MDB2_PORTABILITY_ALL
in file MDB2.php, constant MDB2_PORTABILITY_ALL
    Portability: turn on all portability features.
MDB2_PORTABILITY_DELETE_COUNT
in file MDB2.php, constant MDB2_PORTABILITY_DELETE_COUNT
    Portability: force reporting the number of rows deleted.
MDB2_PORTABILITY_EMPTY_TO_NULL
in file MDB2.php, constant MDB2_PORTABILITY_EMPTY_TO_NULL
    Portability: convert empty values to null strings in data output by query*() and fetch*().
MDB2_PORTABILITY_ERRORS
in file MDB2.php, constant MDB2_PORTABILITY_ERRORS
    Portability: makes certain error messages in certain drivers compatible with those from other DBMS's.
MDB2_PORTABILITY_LOWERCASE
in file MDB2.php, constant MDB2_PORTABILITY_LOWERCASE
    Portability: convert names of tables and fields to lower case when using the query*(), fetch*() and tableInfo() methods.
MDB2_PORTABILITY_NONE
in file MDB2.php, constant MDB2_PORTABILITY_NONE
    Portability: turn off all portability features.
MDB2_PORTABILITY_NUMROWS
in file MDB2.php, constant MDB2_PORTABILITY_NUMROWS
    Portability: not needed in MDB2 (just left here for compatibility to DB)
MDB2_PORTABILITY_RTRIM
in file MDB2.php, constant MDB2_PORTABILITY_RTRIM
    Portability: right trim the data output by query*() and fetch*().
MDB2_Result
in file MDB2.php, class MDB2_Result
MDB2_Result_Common
in file MDB2.php, class MDB2_Result_Common
MDB2_Result_Common
in file MDB2.php, method MDB2_Result_Common::MDB2_Result_Common()
MDB2_Result_fbsql
in file fbsql.php, class MDB2_Result_fbsql
MDB2_Result_ibase
in file ibase.php, class MDB2_Result_ibase
MDB2_Result_mssql
in file mssql.php, class MDB2_Result_mssql
MDB2_Result_mysql
in file mysql.php, class MDB2_Result_mysql
MDB2_Result_mysqli
in file mysqli.php, class MDB2_Result_mysqli
MDB2_Result_oci8
in file oci8.php, class MDB2_Result_oci8
MDB2_Result_pgsql
in file pgsql.php, class MDB2_Result_pgsql
MDB2_Result_querysim
in file querysim.php, class MDB2_Result_querysim
MDB2_Result_sqlite
in file sqlite.php, class MDB2_Result_sqlite
MDB2_Result_xxx
in file Driver_skeleton.php, class MDB2_Result_xxx
MDB2_Reverse_xxx
in file Driver_Reverse_skeleton.php, class MDB2_Reverse_xxx
    MDB2 Xxx driver for the management modules
MDB2_Row
in file MDB2.php, class MDB2_Row
    Pear MDB2 Row Object
MDB2_Row
in file MDB2.php, method MDB2_Row::MDB2_Row()
MDB2_Statement_Common
in file MDB2.php, class MDB2_Statement_Common
MDB2_Statement_Common
in file MDB2.php, method MDB2_Statement_Common::MDB2_Statement_Common()
MDB2_Statement_fbsql
in file fbsql.php, class MDB2_Statement_fbsql
MDB2_Statement_ibase
in file ibase.php, class MDB2_Statement_ibase
MDB2_Statement_mssql
in file mssql.php, class MDB2_Statement_mssql
MDB2_Statement_mysql
in file mysql.php, class MDB2_Statement_mysql
MDB2_Statement_mysqli
in file mysqli.php, class MDB2_Statement_mysqli
MDB2_Statement_oci8
in file oci8.php, class MDB2_Statement_oci8
MDB2_Statement_pgsql
in file pgsql.php, class MDB2_Statement_pgsql
MDB2_Statement_querysim
in file querysim.php, class MDB2_Statement_querysim
MDB2_Statement_sqlite
in file sqlite.php, class MDB2_Statement_sqlite
MDB2_TABLEINFO_FULL
in file Common.php, constant MDB2_TABLEINFO_FULL
MDB2_TABLEINFO_ORDER
in file Common.php, constant MDB2_TABLEINFO_ORDER
    These are constants for the tableInfo-function
MDB2_TABLEINFO_ORDERTABLE
in file Common.php, constant MDB2_TABLEINFO_ORDERTABLE
MDB2_xxx
in file Driver_skeleton.php, method MDB2_xxx::MDB2_xxx()
    Constructor
MDB2_xxx
in file Driver_skeleton.php, class MDB2_xxx
    MDB2 XXX driver
mdbNow
in file Date.php, method MDB2_Date::mdbNow()
    return the current datetime
mdbstamp2Date
in file Date.php, method MDB2_Date::mdbstamp2Date()
    convert a MDB2 timestamp into an array containing all values necessary to pass to php's date() function
mdbstamp2Unix
in file Date.php, method MDB2_Date::mdbstamp2Unix()
    convert a MDB2 timestamp into a unix timestamp
mdbTime
in file Date.php, method MDB2_Date::mdbTime()
    return the current time
mdbToday
in file Date.php, method MDB2_Date::mdbToday()
    return the current date
top

n

next
in file Iterator.php, method MDB2_Iterator::next()
    Fetch next row of data
nextID
in file oci8.php, method MDB2_Driver_oci8::nextID()
    returns the next free id of a sequence
nextID
in file pgsql.php, method MDB2_Driver_pgsql::nextID()
    returns the next free id of a sequence
nextID
in file mssql.php, method MDB2_Driver_mssql::nextID()
    returns the next free id of a sequence
nextId
in file peardb.php, method MDB2_PEARProxy::nextId()
nextID
in file mysqli.php, method MDB2_Driver_mysqli::nextID()
    returns the next free id of a sequence
nextID
in file mysql.php, method MDB2_Driver_mysql::nextID()
    returns the next free id of a sequence
nextID
in file ibase.php, method MDB2_Driver_ibase::nextID()
    returns the next free id of a sequence
nextID
in file MDB2.php, method MDB2_Driver_Common::nextID()
    returns the next free id of a sequence
nextID
in file Driver_skeleton.php, method MDB2_xxx::nextID()
    returns the next free id of a sequence
nextID
in file sqlite.php, method MDB2_Driver_sqlite::nextID()
    returns the next free id of a sequence
nextID
in file fbsql.php, method MDB2_Driver_fbsql::nextID()
    returns the next free id of a sequence
nextResult
in file fbsql.php, method MDB2_Result_fbsql::nextResult()
    Move the internal result pointer to the next available result Currently not supported
nextResult
in file peardb.php, method DB_result::nextResult()
nextResult
in file Driver_skeleton.php, method MDB2_Result_xxx::nextResult()
    Move the internal mysql result pointer to the next available result Currently not supported
nextResult
in file mssql.php, method MDB2_Result_mssql::nextResult()
    Move the internal result pointer to the next available result Currently not supported
nextResult
in file MDB2.php, method MDB2_Result_Common::nextResult()
    Move the internal result pointer to the next available result
nextResult
in file peardb.php, method MDB2_PEARProxy::nextResult()
numCols
in file oci8.php, method MDB2_Result_oci8::numCols()
    Count the number of columns returned by the DBMS in a query result.
numCols
in file sqlite.php, method MDB2_Result_sqlite::numCols()
    Count the number of columns returned by the DBMS in a query result.
numCols
in file peardb.php, method DB_result::numCols()
numCols
in file peardb.php, method MDB2_PEARProxy::numCols()
numCols
in file pgsql.php, method MDB2_Result_pgsql::numCols()
    Count the number of columns returned by the DBMS in a query result.
numCols
in file querysim.php, method MDB2_Result_querysim::numCols()
    Count the number of columns returned by the DBMS in a query result.
numCols
in file mysql.php, method MDB2_Result_mysql::numCols()
    Count the number of columns returned by the DBMS in a query result.
numCols
in file ibase.php, method MDB2_Result_ibase::numCols()
    Count the number of columns returned by the DBMS in a query result.
numCols
in file fbsql.php, method MDB2_Result_fbsql::numCols()
    Count the number of columns returned by the DBMS in a query result.
numCols
in file Driver_skeleton.php, method MDB2_Result_xxx::numCols()
    Count the number of columns returned by the DBMS in a query result.
numCols
in file mssql.php, method MDB2_Result_mssql::numCols()
    Count the number of columns returned by the DBMS in a query result.
numCols
in file MDB2.php, method MDB2_Result_Common::numCols()
    Count the number of columns returned by the DBMS in a query result.
numCols
in file mysqli.php, method MDB2_Result_mysqli::numCols()
    Count the number of columns returned by the DBMS in a query result.
numRows
in file querysim.php, method MDB2_BufferedResult_querysim::numRows()
    returns the number of rows in a result object
numRows
in file mysqli.php, method MDB2_BufferedResult_mysqli::numRows()
    returns the number of rows in a result object
numRows
in file fbsql.php, method MDB2_BufferedResult_fbsql::numRows()
    returns the number of rows in a result object
numRows
in file ibase.php, method MDB2_BufferedResult_ibase::numRows()
    returns the number of rows in a result object
numRows
in file sqlite.php, method MDB2_BufferedResult_sqlite::numRows()
    returns the number of rows in a result object
numRows
in file Driver_skeleton.php, method MDB2_BufferedResult_xxx::numRows()
    returns the number of rows in a result object
numRows
in file mssql.php, method MDB2_BufferedResult_mssql::numRows()
    returns the number of rows in a result object
numRows
in file mysql.php, method MDB2_BufferedResult_mysql::numRows()
    returns the number of rows in a result object
numRows
in file oci8.php, method MDB2_BufferedResult_oci8::numRows()
    returns the number of rows in a result object
numRows
in file peardb.php, method MDB2_PEARProxy::numRows()
numRows
in file pgsql.php, method MDB2_BufferedResult_pgsql::numRows()
    returns the number of rows in a result object
numRows
in file peardb.php, method DB_result::numRows()
top

o

$offset
in file MDB2.php, variable MDB2_Result_Common::$offset
$offset_count
in file MDB2.php, variable MDB2_Result_Common::$offset_count
$opened_file
in file LOB.php, variable MDB2_LOB_Output_File::$opened_file
$opened_lob
in file LOB.php, variable MDB2_LOB_Output_File::$opened_lob
$opened_persistent
in file MDB2.php, variable MDB2_Driver_Common::$opened_persistent
    if the current opened connection is a persistent connection
$options
in file MDB2.php, variable MDB2_Driver_Common::$options
    $options['ssl'] -> determines if ssl should be used for connections
oci8.php
procedural page oci8.php
oci8.php
procedural page oci8.php
oci8.php
procedural page oci8.php
oci8.php
procedural page oci8.php
oci8.php
procedural page oci8.php
top

p

$parameter
in file LOB.php, variable MDB2_LOB::$parameter
$phptype
in file peardb.php, variable MDB2_PEARProxy::$phptype
$phptype
in file MDB2.php, variable MDB2_Driver_Common::$phptype
    Database backend used in PHP (mysql, odbc etc.)
$position
in file LOB.php, variable MDB2_LOB::$position
$prepared_query
in file LOB.php, variable MDB2_LOB::$prepared_query
peardb_wrapper_example.php
procedural page peardb_wrapper_example.php
pgsql.php
procedural page pgsql.php
pgsql.php
procedural page pgsql.php
pgsql.php
procedural page pgsql.php
pgsql.php
procedural page pgsql.php
pgsql.php
procedural page pgsql.php
peardb.php
procedural page peardb.php
parseDSN
in file peardb.php, method DB::parseDSN()
parseDSN
in file MDB2.php, method MDB2::parseDSN()
    Parse a data source name.
PATH_SEPARATOR
in file example.php, constant PATH_SEPARATOR
prepare
in file ibase.php, method MDB2_Driver_ibase::prepare()
    Prepares a query for multiple execution with execute().
prepare
in file MDB2.php, method MDB2_Driver_Common::prepare()
    Prepares a query for multiple execution with execute().
prepare
in file oci8.php, method MDB2_Driver_oci8::prepare()
    Prepares a query for multiple execution with execute().
prepare
in file peardb.php, method MDB2_PEARProxy::prepare()
prev
in file Iterator.php, method MDB2_BufferedIterator::prev()
    move internal row point to the previous row Fetch and return a row of data
provides
in file peardb.php, method MDB2_PEARProxy::provides()
top

q

$query
in file MDB2.php, variable MDB2_Statement_Common::$query
$query_parameters
in file ibase.php, variable MDB2_Driver_ibase::$query_parameters
$query_parameter_values
in file ibase.php, variable MDB2_Driver_ibase::$query_parameter_values
querysim.php
procedural page querysim.php
query
in file MDB2.php, method MDB2_Driver_Common::query()
    Send a query to the database and return any results
query
in file Driver_skeleton.php, method MDB2_xxx::query()
    Send a query to the database and return any results
query
in file peardb.php, method MDB2_PEARProxy::query()
queryAll
in file MDB2.php, method MDB2_Driver_Common::queryAll()
    Execute the specified query, fetch all the rows of the result set into a two dimensional array and then frees the result set.
queryCol
in file MDB2.php, method MDB2_Driver_Common::queryCol()
    Execute the specified query, fetch the value from the first column of each row of the result set into an array and then frees the result set.
queryOne
in file MDB2.php, method MDB2_Driver_Common::queryOne()
    Execute the specified query, fetch the value from the first column of the first row of the result set and then frees the result set.
queryRow
in file MDB2.php, method MDB2_Driver_Common::queryRow()
    Execute the specified query, fetch the values from the first row of the result set into an array and then frees the result set.
quote
in file peardb.php, method MDB2_PEARProxy::quote()
quote
in file MDB2.php, method MDB2_Driver_Common::quote()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
quote
in file Driver_Datatype_skeleton.php, method MDB2_Datatype_xxx::quote()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
quote
in file Common.php, method MDB2_Driver_Datatype_Common::quote()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
quoteBlob
in file Driver_Datatype_skeleton.php, method MDB2_Datatype_xxx::quoteBlob()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
quoteClob
in file Driver_Datatype_skeleton.php, method MDB2_Datatype_xxx::quoteClob()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
quoteIdentifier
in file peardb.php, method MDB2_PEARProxy::quoteIdentifier()
quoteIdentifier
in file mysql.php, method MDB2_Driver_mysql::quoteIdentifier()
    Quote a string so it can be safely used as a table or column name
quoteIdentifier
in file MDB2.php, method MDB2_Driver_Common::quoteIdentifier()
    Quote a string so it can be safely used as a table or column name
quoteIdentifier
in file mysqli.php, method MDB2_Driver_mysqli::quoteIdentifier()
    Quote a string so it can be safely used as a table or column name
quoteIdentifier
in file mssql.php, method MDB2_Driver_mssql::quoteIdentifier()
    Quote a string so it can be safely used as a table / column name
quoteParamsForPreparedQuery
in file ibase.php, method MDB2_Statement_ibase::quoteParamsForPreparedQuery()
quoteSmart
in file peardb.php, method MDB2_PEARProxy::quoteSmart()
quoteString
in file peardb.php, method MDB2_PEARProxy::quoteString()
top

r

$result
in file Iterator.php, variable MDB2_Iterator::$result
$result
in file MDB2.php, variable MDB2_Result_Common::$result
$result
in file peardb.php, variable DB_result::$result
$result_lob
in file LOB.php, variable MDB2_LOB_Result::$result_lob
$result_types
in file MDB2.php, variable MDB2_Statement_Common::$result_types
$row
in file Iterator.php, variable MDB2_Iterator::$row
$rownum
in file MDB2.php, variable MDB2_Result_Common::$rownum
$row_counter
in file peardb.php, variable DB_result::$row_counter
$row_limit
in file MDB2.php, variable MDB2_Statement_Common::$row_limit
$row_limit
in file MDB2.php, variable MDB2_Driver_Common::$row_limit
    result limit used in the next query
$row_offset
in file MDB2.php, variable MDB2_Driver_Common::$row_offset
    result offset used in the next query
$row_offset
in file MDB2.php, variable MDB2_Statement_Common::$row_offset
raiseError
in file peardb.php, method MDB2_PEARProxy::raiseError()
raiseError
in file MDB2.php, method MDB2::raiseError()
    This method is used to communicate an error and invoke error callbacks etc. Basically a wrapper for PEAR::raiseError without the message string.
raiseError
in file MDB2.php, method MDB2_Driver_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.
readLOB
in file LOB.php, method MDB2_LOB::readLOB()
readLOB
in file LOB.php, method MDB2_LOB_Result::readLOB()
readLOB
in file Common.php, method MDB2_Driver_Datatype_Common::readLOB()
    Read data from large object input stream.
readLOB
in file LOB.php, method MDB2_LOB_Output_File::readLOB()
replace
in file sqlite.php, method MDB2_Driver_sqlite::replace()
    Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT query, except that if there is already a row in the table with the same key field values, the REPLACE query just updates its values instead of inserting a new row.
replace
in file MDB2.php, method MDB2_Driver_Common::replace()
    Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT query, except that if there is already a row in the table with the same key field values, the REPLACE query just updates its values instead of inserting a new row.
replace
in file Driver_skeleton.php, method MDB2_xxx::replace()
    Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT query, except that if there is already a row in the table with the same key field values, the REPLACE query just updates its values instead of inserting a new row.
replace
in file mysqli.php, method MDB2_Driver_mysqli::replace()
    Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT query, except that if there is already a row in the table with the same key field values, the REPLACE query just updates its values instead of inserting a new row.
replace
in file mysql.php, method MDB2_Driver_mysql::replace()
    Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT query, except that if there is already a row in the table with the same key field values, the REPLACE query just updates its values instead of inserting a new row.
resetWarnings
in file MDB2.php, method MDB2_Driver_Common::resetWarnings()
    reset the warning array
rewind
in file Iterator.php, method MDB2_BufferedIterator::rewind()
    seek to the first row in a result set
rewind
in file Iterator.php, method MDB2_Iterator::rewind()
    seek to the first row in a result set
rollback
in file peardb.php, method MDB2_PEARProxy::rollback()
rollback
in file mssql.php, method MDB2_Driver_mssql::rollback()
    Cancel any database changes done during a transaction that is in progress.
rollback
in file sqlite.php, method MDB2_Driver_sqlite::rollback()
    Cancel any database changes done during a transaction that is in progress.
rollback
in file ibase.php, method MDB2_Driver_ibase::rollback()
    Cancel any database changes done during a transaction that is in progress.
rollback
in file mysqli.php, method MDB2_Driver_mysqli::rollback()
    Cancel any database changes done during a transaction that is in progress.
rollback
in file fbsql.php, method MDB2_Driver_fbsql::rollback()
    Cancel any database changes done during a transaction that is in progress.
rollback
in file Driver_skeleton.php, method MDB2_xxx::rollback()
    Cancel any database changes done during a transaction that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after canceling the pending changes.
rollback
in file oci8.php, method MDB2_Driver_oci8::rollback()
    Cancel any database changes done during a transaction that is in progress.
rollback
in file pgsql.php, method MDB2_Driver_pgsql::rollback()
    Cancel any database changes done during a transaction that is in progress.
rollback
in file mysql.php, method MDB2_Driver_mysql::rollback()
    Cancel any database changes done during a transaction that is in progress.
rollback
in file MDB2.php, method MDB2_Driver_Common::rollback()
    Cancel any database changes done during a transaction that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after canceling the pending changes.
top

s

$statement
in file MDB2.php, variable MDB2_Statement_Common::$statement
$supported
in file MDB2.php, variable MDB2_Driver_Common::$supported
    list of all supported features of the given driver
sqlite.php
procedural page sqlite.php
sqlite.php
procedural page sqlite.php
sqlite.php
procedural page sqlite.php
sqlite.php
procedural page sqlite.php
sqlite.php
procedural page sqlite.php
seek
in file mssql.php, method MDB2_BufferedResult_mssql::seek()
    seek to a specific row in a result set
seek
in file MDB2.php, method MDB2_Result_Common::seek()
    seek to a specific row in a result set
seek
in file pgsql.php, method MDB2_BufferedResult_pgsql::seek()
    seek to a specific row in a result set
seek
in file mysql.php, method MDB2_BufferedResult_mysql::seek()
    seek to a specific row in a result set
seek
in file Driver_skeleton.php, method MDB2_BufferedResult_xxx::seek()
    seek to a specific row in a result set
seek
in file fbsql.php, method MDB2_BufferedResult_fbsql::seek()
    seek to a specific row in a result set
seek
in file sqlite.php, method MDB2_BufferedResult_sqlite::seek()
    seek to a specific row in a result set
seek
in file ibase.php, method MDB2_BufferedResult_ibase::seek()
    seek to a specific row in a result set
seek
in file Iterator.php, method MDB2_Iterator::seek()
    seek forward to a specific row in a result set
seek
in file mysqli.php, method MDB2_BufferedResult_mysqli::seek()
    seek to a specific row in a result set
seek
in file oci8.php, method MDB2_BufferedResult_oci8::seek()
    seek to a specific row in a result set
seek
in file querysim.php, method MDB2_BufferedResult_querysim::seek()
    seek to a specific row in a result set
setDatabase
in file MDB2.php, method MDB2_Driver_Common::setDatabase()
    Select a different database
setDSN
in file MDB2.php, method MDB2_Driver_Common::setDSN()
    set the DSN
setFetchMode
in file MDB2.php, method MDB2_Driver_Common::setFetchMode()
    Sets which fetch mode should be used by default on queries on this connection
setFetchMode
in file peardb.php, method MDB2_PEARProxy::setFetchMode()
setLimit
in file MDB2.php, method MDB2_Driver_Common::setLimit()
    set the range of the next query
setLOBFile
in file Common.php, method MDB2_Driver_Datatype_Common::setLOBFile()
    retrieve LOB from the database
setOption
in file peardb.php, method MDB2_PEARProxy::setOption()
setOption
in file MDB2.php, method MDB2_Driver_Common::setOption()
    set the option for the db class
setOptions
in file MDB2.php, method MDB2::setOptions()
    set option array in an exiting database object
setResultTypes
in file MDB2.php, method MDB2_Result_Common::setResultTypes()
    Define the list of types to be associated with the columns of a given result set.
setResultTypes
in file Common.php, method MDB2_Driver_Datatype_Common::setResultTypes()
    Define the list of types to be associated with the columns of a given result set.
simpleQuery
in file peardb.php, method MDB2_PEARProxy::simpleQuery()
singleton
in file MDB2.php, method MDB2::singleton()
    Returns a MDB2 connection with the requested DSN.
standaloneQuery
in file oci8.php, method MDB2_Driver_oci8::standaloneQuery()
    execute a query as DBA
standaloneQuery
in file pgsql.php, method MDB2_Driver_pgsql::standaloneQuery()
    execute a query as DBA
standaloneQuery
in file MDB2.php, method MDB2_Driver_Common::standaloneQuery()
    execute a query as database administrator
subSelect
in file Driver_skeleton.php, method MDB2_xxx::subSelect()
    simple subselect emulation for Mysql
subSelect
in file mysql.php, method MDB2_Driver_mysql::subSelect()
    simple subselect emulation for Mysql
subSelect
in file mysqli.php, method MDB2_Driver_mysqli::subSelect()
    simple subselect emulation for Mysql
subSelect
in file MDB2.php, method MDB2_Driver_Common::subSelect()
    simple subselect emulation: leaves the query untouched for all RDBMS that support subselects
supports
in file MDB2.php, method MDB2_Driver_Common::supports()
    Tell whether a DB implementation or its backend extension supports a given feature.
top

t

$transaction_id
in file ibase.php, variable MDB2_Driver_ibase::$transaction_id
$types
in file mysql.php, variable MDB2_Driver_Reverse_mysql::$types
    carried over from mysqli driver
$types
in file mysqli.php, variable MDB2_Driver_Reverse_mysqli::$types
    Array for converting MYSQLI_TYPE_* constants to text values
$types
in file MDB2.php, variable MDB2_Statement_Common::$types
$types
in file MDB2.php, variable MDB2_Result_Common::$types
tableInfo
in file sqlite.php, method MDB2_Driver_Reverse_sqlite::tableInfo()
    Returns information about a table
tableInfo
in file peardb.php, method DB_result::tableInfo()
tableInfo
in file pgsql.php, method MDB2_Driver_Reverse_pgsql::tableInfo()
    Returns information about a table or a result set
tableInfo
in file peardb.php, method MDB2_PEARProxy::tableInfo()
tableInfo
in file oci8.php, method MDB2_Driver_Reverse_oci8::tableInfo()
    Returns information about a table or a result set
tableInfo
in file mysql.php, method MDB2_Driver_Reverse_mysql::tableInfo()
    Returns information about a table or a result set
tableInfo
in file fbsql.php, method MDB2_Driver_Reverse_fbsql::tableInfo()
    Returns information about a table or a result set
tableInfo
in file ibase.php, method MDB2_Driver_Reverse_ibase::tableInfo()
    Returns information about a table or a result set
tableInfo
in file mssql.php, method MDB2_Driver_Reverse_mssql::tableInfo()
    Returns information about a table or a result set
tableInfo
in file Common.php, method MDB2_Driver_Reverse_Common::tableInfo()
    Returns information about a table or a result set
tableInfo
in file mysqli.php, method MDB2_Driver_Reverse_mysqli::tableInfo()
    Returns information about a table or a result set
toString
in file peardb.php, method MDB2_PEARProxy::toString()
top

u

$uncommitedqueries
in file oci8.php, variable MDB2_Driver_oci8::$uncommitedqueries
unix2Mdbstamp
in file Date.php, method MDB2_Date::unix2Mdbstamp()
    convert a unix timestamp into a MDB2 timestamp
top

v

$valid_types
in file Common.php, variable MDB2_Driver_Datatype_Common::$valid_types
$values
in file MDB2.php, variable MDB2_Result_Common::$values
$values
in file MDB2.php, variable MDB2_Statement_Common::$values
$verified_table_types
in file mysqli.php, variable MDB2_Driver_Manager_mysqli::$verified_table_types
valid
in file mysqli.php, method MDB2_BufferedResult_mysqli::valid()
    check if the end of the result set has been reached
valid
in file oci8.php, method MDB2_BufferedResult_oci8::valid()
    check if the end of the result set has been reached
valid
in file querysim.php, method MDB2_BufferedResult_querysim::valid()
    check if the end of the result set has been reached
valid
in file sqlite.php, method MDB2_BufferedResult_sqlite::valid()
    check if the end of the result set has been reached
valid
in file pgsql.php, method MDB2_BufferedResult_pgsql::valid()
    check if the end of the result set has been reached
valid
in file mysql.php, method MDB2_BufferedResult_mysql::valid()
    check if the end of the result set has been reached
valid
in file Iterator.php, method MDB2_Iterator::valid()
    check if the end of the result set has been reached
valid
in file Iterator.php, method MDB2_BufferedIterator::valid()
    check if the end of the result set has been reached
valid
in file fbsql.php, method MDB2_BufferedResult_fbsql::valid()
    check if the end of the result set has been reached
valid
in file Driver_skeleton.php, method MDB2_BufferedResult_xxx::valid()
    check if the end of the result set has been reached
valid
in file mssql.php, method MDB2_BufferedResult_mssql::valid()
    check if the end of the result set has been reached
valid
in file ibase.php, method MDB2_BufferedResult_ibase::valid()
    check if the end of the result set has been reached
top

w

$warnings
in file MDB2.php, variable MDB2_Driver_Common::$warnings
    warnings
top

_

_add_flag
in file mssql.php, method MDB2_Driver_Reverse_mssql::_add_flag()
    Adds a string to the flags array if the flag is not yet in there
  • if there is no flag present the array is created
_baseConvertResult
in file Common.php, method MDB2_Driver_Datatype_Common::_baseConvertResult()
    general type conversion method
_buildResult
in file querysim.php, method MDB2_Driver_querysim::_buildResult()
    Convert QuerySim text into an array
_compareBLOBDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareBLOBDefinition()
    Obtain an array of changes that may need to applied to an BLOB field
_compareBooleanDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareBooleanDefinition()
    Obtain an array of changes that may need to applied to an boolean field
_compareCLOBDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareCLOBDefinition()
    Obtain an array of changes that may need to applied to an CLOB field
_compareDateDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareDateDefinition()
    Obtain an array of changes that may need to applied to an date field
_compareDecimalDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareDecimalDefinition()
    Obtain an array of changes that may need to applied to an decimal field
_compareFloatDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareFloatDefinition()
    Obtain an array of changes that may need to applied to an float field
_compareIntegerDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareIntegerDefinition()
    Obtain an array of changes that may need to applied to an integer field
_compareTextDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareTextDefinition()
    Obtain an array of changes that may need to applied to an text field
_compareTimeDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareTimeDefinition()
    Obtain an array of changes that may need to applied to an time field
_compareTimestampDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareTimestampDefinition()
    Obtain an array of changes that may need to applied to an timestamp field
_convertEmptyArrayValuesToNull
in file MDB2.php, method MDB2_Driver_Common::_convertEmptyArrayValuesToNull()
    Convert all empty values in an array to null strings
_destroyResultLOB
in file ibase.php, method MDB2_Driver_Datatype_ibase::_destroyResultLOB()
    Free any resources allocated during the lifetime of the large object handler object.
_destroyResultLOB
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_destroyResultLOB()
    Free any resources allocated during the lifetime of the large object handler object.
_destroyResultLOB
in file Common.php, method MDB2_Driver_Datatype_Common::_destroyResultLOB()
    Free any resources allocated during the lifetime of the large object handler object.
_doConnect
in file oci8.php, method MDB2_Driver_oci8::_doConnect()
    do the grunt work of the connect
_doConnect
in file pgsql.php, method MDB2_Driver_pgsql::_doConnect()
    Does the grunt work of connecting to the database
_doConnect
in file ibase.php, method MDB2_Driver_ibase::_doConnect()
    Does the grunt work of connecting to the database
_doQuery
in file oci8.php, method MDB2_Driver_oci8::_doQuery()
    Execute a query
_doQuery
in file mysql.php, method MDB2_Driver_mysql::_doQuery()
    Execute a query
_doQuery
in file MDB2.php, method MDB2_Driver_Common::_doQuery()
    Execute a query
_doQuery
in file ibase.php, method MDB2_Driver_ibase::_doQuery()
    Execute a query
_doQuery
in file pgsql.php, method MDB2_Driver_pgsql::_doQuery()
    Execute a query
_doQuery
in file mssql.php, method MDB2_Driver_mssql::_doQuery()
    Execute a query
_doQuery
in file mysqli.php, method MDB2_Driver_mysqli::_doQuery()
    Execute a query
_doQuery
in file sqlite.php, method MDB2_Driver_sqlite::_doQuery()
    Execute a query
_doQuery
in file fbsql.php, method MDB2_Driver_fbsql::_doQuery()
    Execute a query
_doQuery
in file querysim.php, method MDB2_Driver_querysim::_doQuery()
    Execute a query
_endOfResultLOB
in file Common.php, method MDB2_Driver_Datatype_Common::_endOfResultLOB()
    Determine whether it was reached the end of the large object and therefore there is no more data to be read for the its input stream.
_endOfResultLOB
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_endOfResultLOB()
    Determine whether it was reached the end of the large object and therefore there is no more data to be read for the its input stream.
_endOfResultLOB
in file ibase.php, method MDB2_Driver_Datatype_ibase::_endOfResultLOB()
    Determine whether it was reached the end of the large object and therefore there is no more data to be read for the its input stream.
_fillBuffer
in file ibase.php, method MDB2_BufferedResult_ibase::_fillBuffer()
    Fill the row buffer
_fillBuffer
in file oci8.php, method MDB2_BufferedResult_oci8::_fillBuffer()
    Fill the row buffer
_getBLOBDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getBLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
_getBLOBDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_getBLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
_getBLOBDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getBLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
_getBLOBDeclaration
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::_getBLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
_getBLOBDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getBLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
_getBLOBDeclaration
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_getBLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a binary large object type field to be used in statements like CREATE TABLE.
_getBLOBDeclaration
in file ibase.php, method MDB2_Driver_Datatype_ibase::_getBLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a binary large object type field to be used in statements like CREATE TABLE.
_getBLOBDeclaration
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_getBLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
_getBooleanDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getBooleanDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a boolean type field to be used in statements like CREATE TABLE.
_getBooleanDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getBooleanDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a boolean type field to be used in statements like CREATE TABLE.
_getBooleanDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_getBooleanDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a boolean type field to be used in statements like CREATE TABLE.
_getBooleanDeclaration
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_getBooleanDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a boolean type field to be used in statements like CREATE TABLE.
_getCLOBDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getCLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
_getCLOBDeclaration
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_getCLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
_getCLOBDeclaration
in file ibase.php, method MDB2_Driver_Datatype_ibase::_getCLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a character large object type field to be used in statements like CREATE TABLE.
_getCLOBDeclaration
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::_getCLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
_getCLOBDeclaration
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_getCLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a character large object type field to be used in statements like CREATE TABLE.
_getCLOBDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getCLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
_getCLOBDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_getCLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
_getCLOBDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getCLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
_getDatabaseFile
in file sqlite.php, method MDB2_Driver_sqlite::_getDatabaseFile()
    Builds the string with path+dbname+extension
_getDatabaseFile
in file ibase.php, method MDB2_Driver_ibase::_getDatabaseFile()
    Builds the string with path+dbname+extension
_getDateDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getDateDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.
_getDateDeclaration
in file ibase.php, method MDB2_Driver_Datatype_ibase::_getDateDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.
_getDateDeclaration
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::_getDateDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an date type field to be used in statements like CREATE TABLE.
_getDateDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getDateDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.
_getDateDeclaration
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_getDateDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an date type field to be used in statements like CREATE TABLE.
_getDateDeclaration
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_getDateDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.
_getDateDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_getDateDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.
_getDateDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getDateDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an date type field to be used in statements like CREATE TABLE.
_getDecimalDeclaration
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::_getDecimalDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an decimal type field to be used in statements like CREATE TABLE.
_getDecimalDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getDecimalDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an decimal type field to be used in statements like CREATE TABLE.
_getDecimalDeclaration
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_getDecimalDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an decimal type field to be used in statements like CREATE TABLE.
_getDecimalDeclaration
in file ibase.php, method MDB2_Driver_Datatype_ibase::_getDecimalDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a decimal type field to be used in statements like CREATE TABLE.
_getDecimalDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_getDecimalDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a decimal type field to be used in statements like CREATE TABLE.
_getDecimalDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getDecimalDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a decimal type field to be used in statements like CREATE TABLE.
_getDecimalDeclaration
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_getDecimalDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a decimal type field to be used in statements like CREATE TABLE.
_getDecimalDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getDecimalDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an decimal type field to be used in statements like CREATE TABLE.
_getFloatDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getFloatDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a float type field to be used in statements like CREATE TABLE.
_getFloatDeclaration
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_getFloatDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an float type field to be used in statements like CREATE TABLE.
_getFloatDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_getFloatDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a float type field to be used in statements like CREATE TABLE.
_getFloatDeclaration
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_getFloatDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a float type field to be used in statements like CREATE TABLE.
_getFloatDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getFloatDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an float type field to be used in statements like CREATE TABLE.
_getFloatDeclaration
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::_getFloatDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an float type field to be used in statements like CREATE TABLE.
_getFloatDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getFloatDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an float type field to be used in statements like CREATE TABLE.
_getFloatDeclaration
in file ibase.php, method MDB2_Driver_Datatype_ibase::_getFloatDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a float type field to be used in statements like CREATE TABLE.
_getIntegerDeclaration
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_getIntegerDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
_getIntegerDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_getIntegerDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
_getIntegerDeclaration
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::_getIntegerDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
_getIntegerDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getIntegerDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
_getIntegerDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getIntegerDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
_getIntegerDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getIntegerDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
_getTextDeclaration
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_getTextDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a text type field to be used in statements like CREATE TABLE.
_getTextDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_getTextDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
_getTextDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getTextDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
_getTextDeclaration
in file ibase.php, method MDB2_Driver_Datatype_ibase::_getTextDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a text type field to be used in statements like CREATE TABLE.
_getTextDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getTextDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
_getTextDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getTextDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
_getTimeDeclaration
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_getTimeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an time type field to be used in statements like CREATE TABLE.
_getTimeDeclaration
in file ibase.php, method MDB2_Driver_Datatype_ibase::_getTimeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
_getTimeDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getTimeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
_getTimeDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getTimeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an time type field to be used in statements like CREATE TABLE.
_getTimeDeclaration
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::_getTimeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an time type field to be used in statements like CREATE TABLE.
_getTimeDeclaration
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_getTimeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
_getTimeDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getTimeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
_getTimeDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_getTimeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
_getTimestampDeclaration
in file ibase.php, method MDB2_Driver_Datatype_ibase::_getTimestampDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.
_getTimestampDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getTimestampDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.
_getTimestampDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_getTimestampDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.
_getTimestampDeclaration
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::_getTimestampDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an timestamp type field to be used in statements like CREATE TABLE.
_getTimestampDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getTimestampDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.
_getTimestampDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getTimestampDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an timestamp type field to be used in statements like CREATE TABLE.
_getTimestampDeclaration
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_getTimestampDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.
_getTimestampDeclaration
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_getTimestampDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an timestamp type field to be used in statements like CREATE TABLE.
_getTypeDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getTypeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
_getTypeDeclaration
in file ibase.php, method MDB2_Driver_Datatype_ibase::_getTypeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
_ibaseFieldFlags
in file ibase.php, method MDB2_Driver_Reverse_ibase::_ibaseFieldFlags()
    Get the column's flags
_isSequenceName
in file Common.php, method MDB2_Driver_Manager_Common::_isSequenceName()
    list all tables in the current database
_modifyQuery
in file fbsql.php, method MDB2_Driver_fbsql::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_modifyQuery
in file MDB2.php, method MDB2_Driver_Common::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_modifyQuery
in file mssql.php, method MDB2_Driver_mssql::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_modifyQuery
in file sqlite.php, method MDB2_Driver_sqlite::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_modifyQuery
in file mysql.php, method MDB2_Driver_mysql::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_modifyQuery
in file oci8.php, method MDB2_Driver_oci8::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_modifyQuery
in file ibase.php, method MDB2_Driver_ibase::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_modifyQuery
in file pgsql.php, method MDB2_Driver_pgsql::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_modifyQuery
in file mysqli.php, method MDB2_Driver_mysqli::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_mssql_field_flags
in file mssql.php, method MDB2_Driver_Reverse_mssql::_mssql_field_flags()
    Get a column's flags
_parseOnDelim
in file querysim.php, method MDB2_Driver_querysim::_parseOnDelim()
    Split QuerySim string into an array on a delimiter
_pgFieldFlags
in file pgsql.php, method MDB2_Driver_Reverse_pgsql::_pgFieldFlags()
    Get a column's flags
_quoteBLOB
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteBLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteBLOB
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_quoteBLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteBLOB
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::_quoteBLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteBLOB
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_quoteBLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteBLOB
in file ibase.php, method MDB2_Driver_Datatype_ibase::_quoteBLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteBLOB
in file mssql.php, method MDB2_Driver_Datatype_mssql::_quoteBLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteBLOB
in file oci8.php, method MDB2_Driver_Datatype_oci8::_quoteBLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteBoolean
in file ibase.php, method MDB2_Driver_Datatype_ibase::_quoteBoolean()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteBoolean
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_quoteBoolean()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteBoolean
in file mssql.php, method MDB2_Driver_Datatype_mssql::_quoteBoolean()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteBoolean
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_quoteBoolean()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteBoolean
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteBoolean()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteCLOB
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_quoteCLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteCLOB
in file ibase.php, method MDB2_Driver_Datatype_ibase::_quoteCLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteCLOB
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteCLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteCLOB
in file oci8.php, method MDB2_Driver_Datatype_oci8::_quoteCLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDate
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteDate()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDate
in file oci8.php, method MDB2_Driver_Datatype_oci8::_quoteDate()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDate
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_quoteDate()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDecimal
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_quoteDecimal()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDecimal
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_quoteDecimal()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDecimal
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteDecimal()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDecimal
in file ibase.php, method MDB2_Driver_Datatype_ibase::_quoteDecimal()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDecimal
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::_quoteDecimal()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDecimal
in file oci8.php, method MDB2_Driver_Datatype_oci8::_quoteDecimal()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDecimal
in file mssql.php, method MDB2_Driver_Datatype_mssql::_quoteDecimal()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDecimal
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_quoteDecimal()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteFloat
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_quoteFloat()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteFloat
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_quoteFloat()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteFloat
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteFloat()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteFloat
in file mssql.php, method MDB2_Driver_Datatype_mssql::_quoteFloat()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteFloat
in file oci8.php, method MDB2_Driver_Datatype_oci8::_quoteFloat()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteFloat
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::_quoteFloat()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteFloat
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_quoteFloat()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteInteger
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteInteger()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteLOB
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_quoteLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteLOB
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteLOB
in file ibase.php, method MDB2_Driver_Datatype_ibase::_quoteLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteText
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteText()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteTime
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteTime()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteTime
in file oci8.php, method MDB2_Driver_Datatype_oci8::_quoteTime()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteTime
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_quoteTime()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteTimestamp
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteTimestamp()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteTimestamp
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_quoteTimestamp()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteTimestamp
in file oci8.php, method MDB2_Driver_Datatype_oci8::_quoteTimestamp()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_readFile
in file querysim.php, method MDB2_Driver_querysim::_readFile()
    Read an external file
_readFile
in file Common.php, method MDB2_Driver_Datatype_Common::_readFile()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_readResultLOB
in file Common.php, method MDB2_Driver_Datatype_Common::_readResultLOB()
    Read data from large object input stream.
_readResultLOB
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_readResultLOB()
    Read data from large object input stream.
_readResultLOB
in file ibase.php, method MDB2_Driver_Datatype_ibase::_readResultLOB()
    Read data from large object input stream.
_retrieveLOB
in file Common.php, method MDB2_Driver_Datatype_Common::_retrieveLOB()
    retrieve LOB from the database
_retrieveLOB
in file oci8.php, method MDB2_Driver_Datatype_oci8::_retrieveLOB()
    retrieve LOB from the database
_retrieveLOB
in file ibase.php, method MDB2_Driver_Datatype_ibase::_retrieveLOB()
    retrieve LOB from the database
_retrieveLOB
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_retrieveLOB()
    retrieve LOB from the database
_rtrimArrayValues
in file MDB2.php, method MDB2_Driver_Common::_rtrimArrayValues()
    Right trim all strings in an array
_skipLimitOffset
in file ibase.php, method MDB2_Result_ibase::_skipLimitOffset()
    Skip the first row of a result set.
_skipLimitOffset
in file mssql.php, method MDB2_Result_mssql::_skipLimitOffset()
    Skip the first row of a result set.
_skipLimitOffset
in file oci8.php, method MDB2_Result_oci8::_skipLimitOffset()
    Skip the first row of a result set.
_verifyTableType
in file mysqli.php, method MDB2_Driver_Manager_mysqli::_verifyTableType()
    verify that chosen transactional table hanlder is available in the database
_wrapResult
in file MDB2.php, method MDB2_Driver_Common::_wrapResult()
    wrap a result set into the correct class
__call
in file MDB2.php, method MDB2_Driver_Common::__call()
    Calls a module method using the __call magic method
__construct
in file fbsql.php, method MDB2_Driver_Native_fbsql::__construct()
    Constructor
__construct
in file Driver_Native_skeleton.php, method MDB2_Native_xxx::__construct()
    Constructor
__construct
in file Common.php, method MDB2_Driver_Datatype_Common::__construct()
    Constructor
__construct
in file Iterator.php, method MDB2_Iterator::__construct()
    Constructor
__construct
in file ibase.php, method MDB2_Driver_Native_ibase::__construct()
    Constructor
__construct
in file ibase.php, method MDB2_Driver_ibase::__construct()
    Constructor
__construct
in file MDB2.php, method MDB2_Driver_Common::__construct()
    Constructor
__construct
in file fbsql.php, method MDB2_Driver_fbsql::__construct()
    Constructor
__construct
in file sqlite.php, method MDB2_Driver_sqlite::__construct()
    Constructor
__construct
in file Extended.php, method MDB2_Extended::__construct()
    Constructor
__construct
in file sqlite.php, method MDB2_Driver_Native_sqlite::__construct()
    Constructor
__construct
in file MDB2.php, method MDB2_Row::__construct()
    constructor
__construct
in file mysql.php, method MDB2_Driver_mysql::__construct()
    Constructor
__construct
in file mysql.php, method MDB2_Driver_Native_mysql::__construct()
    Constructor
__construct
in file oci8.php, method MDB2_Driver_Native_oci8::__construct()
    Constructor
__construct
in file mysqli.php, method MDB2_Driver_Native_mysqli::__construct()
    Constructor
__construct
in file pgsql.php, method MDB2_Driver_Native_pgsql::__construct()
    Constructor
__construct
in file pgsql.php, method MDB2_Driver_pgsql::__construct()
    Constructor
__construct
in file querysim.php, method MDB2_Driver_querysim::__construct()
    Constructor
__construct
in file mssql.php, method MDB2_Driver_Native_mssql::__construct()
    Constructor
__construct
in file MDB2.php, method MDB2_Result_Common::__construct()
    Constructor
__construct
in file oci8.php, method MDB2_Driver_oci8::__construct()
    Constructor
__construct
in file MDB2.php, method MDB2_Statement_Common::__construct()
    Constructor
__construct
in file Common.php, method MDB2_Driver_Manager_Common::__construct()
    Constructor
__construct
in file mssql.php, method MDB2_Driver_mssql::__construct()
    Constructor
__construct
in file Common.php, method MDB2_Driver_Reverse_Common::__construct()
    Constructor
__construct
in file mysqli.php, method MDB2_Driver_mysqli::__construct()
    Constructor
__destruct
in file MDB2.php, method MDB2_Driver_Common::__destruct()
    Destructor
__destruct
in file Iterator.php, method MDB2_Iterator::__destruct()
    Destructor
__toString
in file MDB2.php, method MDB2_Driver_Common::__toString()
    String conversation
top

Documentation generated on Mon, 11 Mar 2019 14:20:15 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.