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

Index of all elements

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

a

$auto_commit
in file MDB2.php, variable MDB2_Driver_Common::$auto_commit
    determine if queries should auto commit or not
addError
in file HTML_TestListener.php, method HTML_TestListener::addError()
addError
in file Console_TestListener.php, method Console_TestListener::addError()
addFailure
in file Console_TestListener.php, method Console_TestListener::addFailure()
addFailure
in file HTML_TestListener.php, method HTML_TestListener::addFailure()
affectedRows
in file MDB2.php, method MDB2_Driver_Common::affectedRows()
    returns the affected rows of a query
affectedRows
in file mssql.php, method MDB2_Driver_mssql::affectedRows()
    returns the affected rows of a query
affectedRows
in file ibase.php, method MDB2_Driver_ibase::affectedRows()
    returns the affected rows of a query
affectedRows
in file fbsql.php, method MDB2_Driver_fbsql::affectedRows()
    returns the affected rows of a query
affectedRows
in file mysql.php, method MDB2_Driver_mysql::affectedRows()
    returns the affected rows of a query
affectedRows
in file peardb.php, method MDB2_PEARProxy::affectedRows()
affectedRows
in file sqlite.php, method MDB2_Driver_sqlite::affectedRows()
    returns the affected rows of a query
alterTable
in file mysql.php, method MDB2_Driver_Manager_mysql::alterTable()
    alter an existing table
alterTable
in file mssql.php, method MDB2_Driver_Manager_mssql::alterTable()
    alter an existing table
alterTable
in file Common.php, method MDB2_Driver_Manager_Common::alterTable()
    alter an existing table
alterTable
in file ibase.php, method MDB2_Driver_Manager_ibase::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 pgsql.php, method MDB2_Driver_Manager_pgsql::alterTable()
    alter an existing table
alterTable
in file oci8.php, method MDB2_Driver_Manager_oci8::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()
autoCommit
in file sqlite.php, method MDB2_Driver_sqlite::autoCommit()
    Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
autoCommit
in file pgsql.php, method MDB2_Driver_pgsql::autoCommit()
    Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
autoCommit
in file MDB2.php, method MDB2_Driver_Common::autoCommit()
    Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
autoCommit
in file Driver_skeleton.php, method MDB2_xxx::autoCommit()
    Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
autoCommit
in file fbsql.php, method MDB2_Driver_fbsql::autoCommit()
    Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
autoCommit
in file oci8.php, method MDB2_Driver_oci8::autoCommit()
    Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
autoCommit
in file ibase.php, method MDB2_Driver_ibase::autoCommit()
    Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
autoCommit
in file mysql.php, method MDB2_Driver_mysql::autoCommit()
    Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
autoCommit
in file mssql.php, method MDB2_Driver_mssql::autoCommit()
    Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
autoExecute
in file Extended.php, method MDB2_Extended::autoExecute()
    Make automaticaly an insert or update query and call prepare() and executeParams() with it
autoExecute
in file peardb.php, method MDB2_PEARProxy::autoExecute()
autoPrepare
in file peardb.php, method MDB2_PEARProxy::autoPrepare()
autoPrepare
in file Extended.php, method MDB2_Extended::autoPrepare()
    Make automaticaly an insert or update query and call prepare() with it
top

b

$backup_extension
in file MDB2_manager_testcase.php, variable MDB2_Manager_TestCase::$backup_extension
$buffer
in file oci8.php, variable MDB2_BufferedResult_oci8::$buffer
$buffer
in file ibase.php, variable MDB2_BufferedResult_ibase::$buffer
$buffer_rownum
in file oci8.php, variable MDB2_BufferedResult_oci8::$buffer_rownum
$buffer_rownum
in file ibase.php, variable MDB2_BufferedResult_ibase::$buffer_rownum
buildManipSQL
in file peardb.php, method MDB2_PEARProxy::buildManipSQL()
buildManipSQL
in file Extended.php, method MDB2_Extended::buildManipSQL()
    Make automaticaly an sql query for prepare()
top

c

checkSupportedChanges
in file ibase.php, method MDB2_Driver_Manager_ibase::checkSupportedChanges()
    check if planned changes are supported
clearTables
in file MDB2_bugs_testcase.php, method MDB2_Bugs_TestCase::clearTables()
clearTables
in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::clearTables()
commit
in file sqlite.php, method MDB2_Driver_sqlite::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 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 fbsql.php, method MDB2_Driver_fbsql::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 ibase.php, method MDB2_Driver_ibase::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.
commit
in file mysql.php, method MDB2_Driver_mysql::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 mssql.php, method MDB2_Driver_mssql::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 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. 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 pgsql.php, method MDB2_Driver_pgsql::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.
connect
in file sqlite.php, method MDB2_Driver_sqlite::connect()
    Connect to the database
connect
in file pgsql.php, method MDB2_Driver_pgsql::connect()
    Connect to the database
connect
in file Manager.php, method MDB2_Tools_Manager::connect()
    Create a new MDB2 connection object and connect to the specified database
connect
in file peardb.php, method MDB2_PEARProxy::connect()
connect
in file MDB2.php, method MDB2::connect()
    Create a new MDB2 connection object and connect to the specified database
connect
in file mysql.php, method MDB2_Driver_mysql::connect()
    Connect to the database
connect
in file querysim.php, method MDB2_Driver_querysim::connect()
    Open a file or simulate a successful database connect
connect
in file oci8.php, method MDB2_Driver_oci8::connect()
    Connect to the database
connect
in file peardb.php, method DB::connect()
connect
in file mssql.php, method MDB2_Driver_mssql::connect()
    Connect to the database
connect
in file ibase.php, method MDB2_Driver_ibase::connect()
    Connect to the database
connect
in file fbsql.php, method MDB2_Driver_fbsql::connect()
    Connect to the database
connect
in file Driver_skeleton.php, method MDB2_xxx::connect()
    Connect to the database
Console_TestListener
in file Console_TestListener.php, class Console_TestListener
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 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 Driver_Datatype_skeleton.php, method MDB2_Datatype_xxx::convertResult()
    convert a value to a RDBMS indepdenant 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 mysql.php, method MDB2_Driver_Datatype_mysql::convertResult()
    convert a value to a RDBMS indepdenant MDB2 type
convertResult
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::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 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
createDatabase
in file sqlite.php, method MDB2_Driver_Manager_sqlite::createDatabase()
    create a new database
createDatabase
in file pgsql.php, method MDB2_Driver_Manager_pgsql::createDatabase()
    create a new database
createDatabase
in file mysql.php, method MDB2_Driver_Manager_mysql::createDatabase()
    create a new database
createDatabase
in file oci8.php, method MDB2_Driver_Manager_oci8::createDatabase()
    create a new database
createDatabase
in file Common.php, method MDB2_Driver_Manager_Common::createDatabase()
    create a new database
createDatabase
in file mssql.php, method MDB2_Driver_Manager_mssql::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 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
createIndex
in file mysql.php, method MDB2_Driver_Manager_mysql::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 Common.php, method MDB2_Driver_Manager_Common::createIndex()
    get the stucture of a field into an array
createIndex
in file fbsql.php, method MDB2_Driver_Manager_fbsql::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 Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::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 Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::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 pgsql.php, method MDB2_Driver_Manager_pgsql::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 Common.php, method MDB2_Driver_Manager_Common::createSequence()
    create sequence
createSequence
in file ibase.php, method MDB2_Driver_Manager_ibase::createSequence()
    create sequence
createSequence
in file mysql.php, method MDB2_Driver_Manager_mysql::createSequence()
    create sequence
createSequence
in file mssql.php, method MDB2_Driver_Manager_mssql::createSequence()
    create sequence
createTable
in file Common.php, method MDB2_Driver_Manager_Common::createTable()
    create a new table
createTable
in file sqlite.php, method MDB2_Driver_Manager_sqlite::createTable()
    create a new table
createTable
in file pgsql.php, method MDB2_Driver_Manager_pgsql::createTable()
    create a new table
createTable
in file mysql.php, method MDB2_Driver_Manager_mysql::createTable()
    create a new table
createTable
in file fbsql.php, method MDB2_Driver_Manager_fbsql::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 sqlite.php, method MDB2_Driver_sqlite::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
currID
in file MDB2.php, method MDB2_Driver_Common::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 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 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
Common.php
procedural page Common.php
Common.php
procedural page Common.php
Common.php
procedural page Common.php
clitest.php
procedural page clitest.php
Console_TestListener.php
procedural page Console_TestListener.php
top

d

$database
in file MDB2_bugs_testcase.php, variable MDB2_Bugs_TestCase::$database
$database
in file MDB2_manager_testcase.php, variable MDB2_Manager_TestCase::$database
$database
in file MDB2_native_testcase.php, variable MDB2_Native_TestCase::$database
$database
in file MDB2_usage_testcase.php, variable MDB2_Usage_TestCase::$database
$database
in file MDB2_api_testcase.php, variable MDB2_Api_TestCase::$database
$database
in file MDB2_reverse_testcase.php, variable MDB2_Reverse_TestCase::$database
$database_definition
in file Manager.php, variable MDB2_Tools_Manager::$database_definition
$database_extension
in file ibase.php, variable MDB2_Driver_ibase::$database_extension
$database_extension
in file sqlite.php, variable MDB2_Driver_sqlite::$database_extension
$database_path
in file sqlite.php, variable MDB2_Driver_sqlite::$database_path
$database_path
in file ibase.php, variable MDB2_Driver_ibase::$database_path
$db
in file MDB2_bugs_testcase.php, variable MDB2_Bugs_TestCase::$db
$db
in file MDB2_api_testcase.php, variable MDB2_Api_TestCase::$db
$db
in file Manager.php, variable MDB2_Tools_Manager::$db
$db
in file MDB2_native_testcase.php, variable MDB2_Native_TestCase::$db
$db
in file MDB2_reverse_testcase.php, variable MDB2_Reverse_TestCase::$db
$db
in file MDB2_usage_testcase.php, variable MDB2_Usage_TestCase::$db
$db_index
in file mysql.php, variable MDB2_Driver_Native_mysql::$db_index
$db_index
in file oci8.php, variable MDB2_Driver_Native_oci8::$db_index
$db_index
in file Common.php, variable MDB2_Driver_Reverse_Common::$db_index
$db_index
in file mssql.php, variable MDB2_Driver_Native_mssql::$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 sqlite.php, variable MDB2_Driver_Native_sqlite::$db_index
$db_index
in file ibase.php, variable MDB2_Driver_Native_ibase::$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_index
in file Extended.php, variable MDB2_Extended::$db_index
$db_index
in file Driver_Native_skeleton.php, variable MDB2_Native_xxx::$db_index
$db_index
in file fbsql.php, variable MDB2_Driver_Native_fbsql::$db_index
$db_index
in file pgsql.php, variable MDB2_Driver_Native_pgsql::$db_index
$debug_output
in file MDB2.php, variable MDB2_Driver_Common::$debug_output
    string with the debugging information
$default_values
in file Manager.php, variable MDB2_Tools_Manager::$default_values
$driver_input_file
in file MDB2_manager_testcase.php, variable MDB2_Manager_TestCase::$driver_input_file
$dsn
in file MDB2_api_testcase.php, variable MDB2_Api_TestCase::$dsn
$dsn
in file MDB2_manager_testcase.php, variable MDB2_Manager_TestCase::$dsn
$dsn
in file MDB2_usage_testcase.php, variable MDB2_Usage_TestCase::$dsn
$dsn
in file MDB2_reverse_testcase.php, variable MDB2_Reverse_TestCase::$dsn
$dsn
in file MDB2_native_testcase.php, variable MDB2_Native_TestCase::$dsn
$dsn
in file MDB2_bugs_testcase.php, variable MDB2_Bugs_TestCase::$dsn
$dummy_primary_key
in file mysql.php, variable MDB2_Driver_mysql::$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_DELETE
in file peardb.php, constant DB_ERROR_CANNOT_DELETE
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_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, class DB_row
DB_row
in file peardb.php, method DB_row::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
debugOutput
in file Manager.php, method MDB2_Tools_Manager::debugOutput()
    output debug info
deleteOID
in file pgsql.php, method MDB2_Driver_Native_pgsql::deleteOID()
    delete an OID
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 peardb.php, method MDB2_PEARProxy::disconnect()
disconnect
in file Manager.php, method MDB2_Tools_Manager::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.
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 oci8.php, method MDB2_Driver_Manager_oci8::dropDatabase()
    drop an existing database
dropDatabase
in file ibase.php, method MDB2_Driver_Manager_ibase::dropDatabase()
    drop an existing database
dropDatabase
in file fbsql.php, method MDB2_Driver_Manager_fbsql::dropDatabase()
    drop an existing database
dropDatabase
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::dropDatabase()
    drop an existing database
dropDatabase
in file mssql.php, method MDB2_Driver_Manager_mssql::dropDatabase()
    drop an existing database
dropDatabase
in file Common.php, method MDB2_Driver_Manager_Common::dropDatabase()
    drop an existing database
dropDatabase
in file mysql.php, method MDB2_Driver_Manager_mysql::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 sqlite.php, method MDB2_Driver_Manager_sqlite::dropIndex()
    drop existing index
dropIndex
in file mysql.php, method MDB2_Driver_Manager_mysql::dropIndex()
    drop existing index
dropIndex
in file Common.php, method MDB2_Driver_Manager_Common::dropIndex()
    drop existing index
dropSequence
in file mysql.php, method MDB2_Driver_Manager_mysql::dropSequence()
    drop existing sequence
dropSequence
in file peardb.php, method MDB2_PEARProxy::dropSequence()
dropSequence
in file Common.php, method MDB2_Driver_Manager_Common::dropSequence()
    drop existing sequence
dropSequence
in file sqlite.php, method MDB2_Driver_Manager_sqlite::dropSequence()
    drop existing sequence
dropSequence
in file pgsql.php, method MDB2_Driver_Manager_pgsql::dropSequence()
    drop existing sequence
dropSequence
in file mssql.php, method MDB2_Driver_Manager_mssql::dropSequence()
    drop existing sequence
dropSequence
in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::dropSequence()
    drop existing sequence
dropSequence
in file ibase.php, method MDB2_Driver_Manager_ibase::dropSequence()
    drop existing sequence
dropSequence
in file fbsql.php, method MDB2_Driver_Manager_fbsql::dropSequence()
    drop existing sequence
dropSequence
in file oci8.php, method MDB2_Driver_Manager_oci8::dropSequence()
    drop existing sequence
dropTable
in file Common.php, method MDB2_Driver_Manager_Common::dropTable()
    drop an existing table
dropTable
in file fbsql.php, method MDB2_Driver_Manager_fbsql::dropTable()
    drop an existing table
dumpDatabase
in file Manager.php, method MDB2_Tools_Manager::dumpDatabase()
    Dump a previously parsed database structure in the Metabase schema XML based format suitable for the Metabase parser. This function may optionally dump the database definition with initialization commands that specify the data that is currently present in the tables.
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 oci8.php, variable MDB2_Driver_oci8::$escape_quotes
$escape_quotes
in file mysql.php, variable MDB2_Driver_mysql::$escape_quotes
$escape_quotes
in file pgsql.php, variable MDB2_Driver_pgsql::$escape_quotes
$escape_quotes
in file querysim.php, variable MDB2_Driver_querysim::$escape_quotes
$escape_quotes
in file sqlite.php, variable MDB2_Driver_sqlite::$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 fbsql.php, variable MDB2_Driver_fbsql::$escape_quotes
$escape_quotes
in file Driver_skeleton.php, variable MDB2_xxx::$escape_quotes
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.
endTest
in file HTML_TestListener.php, method HTML_TestListener::endTest()
endTest
in file Console_TestListener.php, method Console_TestListener::endTest()
errorCode
in file peardb.php, method MDB2_PEARProxy::errorCode()
errorInfo
in file oci8.php, method MDB2_Driver_oci8::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 pgsql.php, method MDB2_Driver_pgsql::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 mssql.php, method MDB2_Driver_mssql::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 mysql.php, method MDB2_Driver_mysql::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 peardb.php, method DB::errorMessage()
errorMessage
in file MDB2.php, method MDB2::errorMessage()
    Return a textual error message for a MDB2 error code
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 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 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 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.
execute
in file peardb.php, method MDB2_PEARProxy::execute()
execute
in file MDB2.php, method MDB2_Driver_Common::execute()
    Execute a prepared query statement.
executeMultiple
in file peardb.php, method MDB2_PEARProxy::executeMultiple()
executeMultiple
in file MDB2.php, method MDB2_Driver_Common::executeMultiple()
    This function does several executeParams() calls on the same statement handle.
executeParams
in file MDB2.php, method MDB2_Driver_Common::executeParams()
    Executes a prepared SQL query
example.php
procedural page example.php
Extended.php
procedural page Extended.php
top

f

$fields
in file MDB2_reverse_testcase.php, variable MDB2_Reverse_TestCase::$fields
$fields
in file MDB2_bugs_testcase.php, variable MDB2_Bugs_TestCase::$fields
$fields
in file MDB2_usage_testcase.php, variable MDB2_Usage_TestCase::$fields
$fields
in file MDB2_native_testcase.php, variable MDB2_Native_TestCase::$fields
$fields
in file MDB2_api_testcase.php, variable MDB2_Api_TestCase::$fields
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()
fetch
in file oci8.php, method MDB2_Result_oci8::fetch()
    fetch value from a result set
fetch
in file MDB2.php, method MDB2_Result_Common::fetch()
    fetch value from a result set
fetch
in file ibase.php, method MDB2_Result_ibase::fetch()
    fetch value from a result set
fetch
in file pgsql.php, method MDB2_Result_pgsql::fetch()
    fetch value from a result set
fetch
in file querysim.php, method MDB2_Result_querysim::fetch()
    fetch value from a result set
fetch
in file Driver_skeleton.php, method MDB2_Result_xxx::fetch()
    fetch value from a result set
fetch
in file mssql.php, method MDB2_Result_mssql::fetch()
    fetch value from a result set
fetch
in file sqlite.php, method MDB2_Result_sqlite::fetch()
    fetch value from a result set
fetch
in file fbsql.php, method MDB2_Result_mysql::fetch()
    fetch value from a result set
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()
fetchRow
in file oci8.php, method MDB2_BufferedResult_oci8::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 mssql.php, method MDB2_Result_mssql::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 peardb.php, method DB_result::fetchRow()
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 pgsql.php, method MDB2_Result_pgsql::fetchRow()
    Fetch a row and insert the data into an existing array.
fetchRow
in file fbsql.php, method MDB2_Result_mysql::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 ibase.php, method MDB2_BufferedResult_ibase::fetchRow()
    Fetch a row and insert the data into an existing array.
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_Result_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 oci8.php, method MDB2_BufferedResult_oci8::free()
    Free the internal resources associated with $result.
free
in file fbsql.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 mssql.php, method MDB2_Result_mssql::free()
    Free the internal resources associated with $result.
free
in file Iterator.php, method MDB2_Iterator::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 MDB2.php, method MDB2_Driver_Common::freePrepared()
    Release resources allocated for the specified prepared query.
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()
getAll
in file peardb.php, method MDB2_PEARProxy::getAll()
getAll
in file Extended.php, method MDB2_Extended::getAll()
    Fetch all the rows returned from a query.
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()
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 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 ibase.php, method MDB2_Driver_Datatype_ibase::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 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 mysql.php, method MDB2_Driver_Datatype_mysql::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 an 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 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.
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.
getCLOBDeclaration
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::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 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 ibase.php, method MDB2_Driver_Datatype_ibase::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.
getCLOBDeclaration
in file mysql.php, method MDB2_Driver_Datatype_mysql::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 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 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.
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 mssql.php, method MDB2_Result_mssql::getColumnNames()
    Retrieve the names of columns returned by the DBMS in a query result.
getColumnNames
in file MDB2.php, method MDB2_Result_Common::getColumnNames()
    Retrieve the names of columns returned by the DBMS in a query result.
getColumnNames
in file oci8.php, method MDB2_Result_oci8::getColumnNames()
    Retrieve the names of columns returned by the DBMS in a query result.
getColumnNames
in file ibase.php, method MDB2_Result_ibase::getColumnNames()
    Retrieve the names of columns returned by the DBMS in a query result.
getColumnNames
in file fbsql.php, method MDB2_Result_mysql::getColumnNames()
    Retrieve the names of columns returned by the DBMS in a query result.
getColumnNames
in file querysim.php, method MDB2_Result_querysim::getColumnNames()
    Retrieve the names of columns returned by the DBMS in a query result.
getColumnNames
in file Driver_skeleton.php, method MDB2_Result_xxx::getColumnNames()
    Retrieve the names of columns returned by the DBMS in a query result.
getColumnNames
in file pgsql.php, method MDB2_Result_pgsql::getColumnNames()
    Retrieve the names of columns returned by the DBMS in a query result.
getColumnNames
in file sqlite.php, method MDB2_Result_sqlite::getColumnNames()
    Retrieve the names of columns returned by the DBMS in a query result.
getDateDeclaration
in file mysql.php, method MDB2_Driver_Datatype_mysql::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 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 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 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 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 mysql.php, method MDB2_Driver_Datatype_mysql::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 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 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 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 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 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 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.
getDeclaration
in file MDB2.php, method MDB2_Driver_Common::getDeclaration()
    Obtain DBMS specific SQL code portion needed to declare of the given type
getDefinitionFromDatabase
in file Manager.php, method MDB2_Tools_Manager::getDefinitionFromDatabase()
    Attempt to reverse engineer a schema structure from an existing MDB2 This method can be used if no xml schema file exists yet.
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
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 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 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 mysql.php, method MDB2_Driver_Datatype_mysql::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 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.
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.
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 sqlite.php, method MDB2_Driver_Native_sqlite::getInsertID()
    get last insert ID
getInsertID
in file mssql.php, method MDB2_Driver_Native_mssql::getInsertID()
    get last insert ID
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 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.
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 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 mysql.php, method MDB2_Driver_Datatype_mysql::getIntegerDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
getListOf
in file peardb.php, method MDB2_PEARProxy::getListOf()
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.
getOne
in file peardb.php, method MDB2_PEARProxy::getOne()
getOption
in file Manager.php, method MDB2_Tools_Manager::getOption()
    returns the value of an option
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()
getSequenceDefinition
in file Driver_Reverse_skeleton.php, method MDB2_Reverse_xxx::getSequenceDefinition()
    get the stucture of a sequence into an array
getSequenceDefinition
in file Common.php, method MDB2_Driver_Reverse_Common::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 mysql.php, method MDB2_Driver_Reverse_mysql::getTableFieldDefinition()
    get the stucture of a field into an array
getTableFieldDefinition
in file Common.php, method MDB2_Driver_Manager_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 Common.php, method MDB2_Driver_Reverse_Common::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 mysql.php, method MDB2_Driver_Reverse_mysql::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 Common.php, method MDB2_Driver_Manager_Common::getTableIndexDefinition()
    get the stucture of an index into an array
getTables
in file peardb.php, method MDB2_PEARProxy::getTables()
getTests
in file testUtils.php, function getTests()
    given a class name it returns an array of test* methods
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 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.
getTextDeclaration
in file ibase.php, method MDB2_Driver_Datatype_ibase::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 pgsql.php, method MDB2_Driver_Datatype_pgsql::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 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.
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 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 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 mysql.php, method MDB2_Driver_Datatype_mysql::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 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.
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.
getTimestampDeclaration
in file mysql.php, method MDB2_Driver_Datatype_mysql::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 ibase.php, method MDB2_Driver_Datatype_ibase::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 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.
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 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 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 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.
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.
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.
getWarnings
in file MDB2.php, method MDB2_Driver_Common::getWarnings()
    get all warnings in reverse order.
getWarnings
in file Manager.php, method MDB2_Tools_Manager::getWarnings()
    get all warnings in reverse order.
grepForTest
in file testUtils.php, function grepForTest()
    this is used (with array filter) to filter out the test*
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
HTML_TestListener
in file HTML_TestListener.php, class HTML_TestListener
HTML_TestListener.php
procedural page HTML_TestListener.php
top

i

$invalid_names
in file Manager.php, variable MDB2_Tools_Manager::$invalid_names
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
insertTestValues
in file MDB2_bugs_testcase.php, method MDB2_Bugs_TestCase::insertTestValues()
insertTestValues
in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::insertTestValues()
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 result code from a MDB2 method is an 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

l

$last_query
in file MDB2.php, variable MDB2_Driver_Common::$last_query
    the last query sent to the driver
$limits
in file oci8.php, variable MDB2_Result_oci8::$limits
$limits
in file ibase.php, variable MDB2_Result_ibase::$limits
$limits
in file mssql.php, variable MDB2_Result_mssql::$limits
$limit_count
in file peardb.php, variable DB_result::$limit_count
$limit_from
in file peardb.php, variable DB_result::$limit_from
$lob_input_file
in file MDB2_manager_testcase.php, variable MDB2_Manager_TestCase::$lob_input_file
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 fbsql.php, method MDB2_Driver_Manager_fbsql::listDatabases()
    list all databases
listDatabases
in file mysql.php, method MDB2_Driver_Manager_mysql::listDatabases()
    list all databases
listDatabases
in file Common.php, method MDB2_Driver_Manager_Common::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
listDatabases
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listDatabases()
    list all databases
listDatabases
in file oci8.php, method MDB2_Driver_Manager_oci8::listDatabases()
    list all databases
listFunctions
in file Common.php, method MDB2_Driver_Manager_Common::listFunctions()
    list all functions 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 ibase.php, method MDB2_Driver_Manager_ibase::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 Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::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 mysql.php, method MDB2_Driver_Manager_mysql::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
listTableFields
in file mssql.php, method MDB2_Driver_Manager_mssql::listTableFields()
  &