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

Element index for package apidoc

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ l ] [ m ] [ n ] [ p ] [ q ] [ r ] [ s ] [ t ] [ v ]

a

affectedRows
in file peardb.php, method MDB2_PEARProxy::affectedRows()
autoCommit
in file peardb.php, method MDB2_PEARProxy::autoCommit()
autoExecute
in file peardb.php, method MDB2_PEARProxy::autoExecute()
autoPrepare
in file peardb.php, method MDB2_PEARProxy::autoPrepare()
top

b

$buffer
in file ibase.php, variable MDB2_BufferedResult_ibase::$buffer
$buffer
in file oci8.php, variable MDB2_BufferedResult_oci8::$buffer
$buffer_rownum
in file ibase.php, variable MDB2_BufferedResult_ibase::$buffer_rownum
$buffer_rownum
in file oci8.php, variable MDB2_BufferedResult_oci8::$buffer_rownum
buildManipSQL
in file peardb.php, method MDB2_PEARProxy::buildManipSQL()
top

c

commit
in file peardb.php, method MDB2_PEARProxy::commit()
connect
in file peardb.php, method MDB2_PEARProxy::connect()
createSequence
in file peardb.php, method MDB2_PEARProxy::createSequence()
top

d

DB_row
in file peardb.php, class DB_row
DB_row
in file peardb.php, method DB_row::DB_row()
disconnect
in file peardb.php, method MDB2_PEARProxy::disconnect()
dropSequence
in file peardb.php, method MDB2_PEARProxy::dropSequence()
top

e

errorCode
in file peardb.php, method MDB2_PEARProxy::errorCode()
errorMessage
in file peardb.php, method MDB2_PEARProxy::errorMessage()
errorNative
in file peardb.php, method MDB2_PEARProxy::errorNative()
execute
in file peardb.php, method MDB2_PEARProxy::execute()
executeMultiple
in file peardb.php, method MDB2_PEARProxy::executeMultiple()
top

f

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 oci8.php, method MDB2_Result_oci8::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 sqlite.php, method MDB2_Result_sqlite::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 MDB2.php, method MDB2_Result_Common::fetch()
    fetch value from a result set
fetch
in file mysql.php, method MDB2_Result_mysql::fetch()
    fetch value from a result set
fetch
in file ibase.php, method MDB2_Result_ibase::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()
fetchRow
in file querysim.php, method MDB2_Result_querysim::fetchRow()
    Fetch a row and insert the data into an existing array.
fetchRow
in file oci8.php, method MDB2_BufferedResult_oci8::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 mysql.php, method MDB2_Result_mysql::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 ibase.php, method MDB2_BufferedResult_ibase::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 Driver_skeleton.php, method MDB2_Result_xxx::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 mssql.php, method MDB2_Result_mssql::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.
free
in file pgsql.php, method MDB2_Result_pgsql::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 mssql.php, method MDB2_Result_mssql::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 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 oci8.php, method MDB2_Result_oci8::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.
freeResult
in file peardb.php, method MDB2_PEARProxy::freeResult()
top

g

getAll
in file peardb.php, method MDB2_PEARProxy::getAll()
getAssoc
in file peardb.php, method MDB2_PEARProxy::getAssoc()
getCol
in file peardb.php, method MDB2_PEARProxy::getCol()
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 sqlite.php, method MDB2_Result_sqlite::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 ibase.php, method MDB2_Result_ibase::getColumnNames()
    Retrieve the names of columns returned by the DBMS in a query result.
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 mysql.php, method MDB2_Result_mysql::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 pgsql.php, method MDB2_Result_pgsql::getColumnNames()
    Retrieve the names of columns returned by the DBMS in a query result.
getListOf
in file peardb.php, method MDB2_PEARProxy::getListOf()
getOne
in file peardb.php, method MDB2_PEARProxy::getOne()
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()
getTables
in file peardb.php, method MDB2_PEARProxy::getTables()
top

l

$limits
in file oci8.php, variable MDB2_Result_oci8::$limits
$limits
in file mssql.php, variable MDB2_Result_mssql::$limits
$limits
in file ibase.php, variable MDB2_Result_ibase::$limits
limitQuery
in file peardb.php, method MDB2_PEARProxy::limitQuery()
top

m

$mdb
in file MDB2.php, variable MDB2_Result_Common::$mdb
$MDB2_object
in file peardb.php, variable MDB2_PEARProxy::$MDB2_object
MDB2_BufferedResult_ibase
in file ibase.php, class MDB2_BufferedResult_ibase
MDB2_BufferedResult_ibase
in file ibase.php, method MDB2_BufferedResult_ibase::MDB2_BufferedResult_ibase()
    Constructor
MDB2_BufferedResult_mssql
in file mssql.php, class MDB2_BufferedResult_mssql
MDB2_BufferedResult_mssql
in file mssql.php, method MDB2_BufferedResult_mssql::MDB2_BufferedResult_mssql()
    Constructor
MDB2_BufferedResult_mysql
in file mysql.php, method MDB2_BufferedResult_mysql::MDB2_BufferedResult_mysql()
    Constructor
MDB2_BufferedResult_mysql
in file mysql.php, class MDB2_BufferedResult_mysql
MDB2_BufferedResult_oci8
in file oci8.php, method MDB2_BufferedResult_oci8::MDB2_BufferedResult_oci8()
    Constructor
MDB2_BufferedResult_oci8
in file oci8.php, class MDB2_BufferedResult_oci8
MDB2_BufferedResult_pgsql
in file pgsql.php, method MDB2_BufferedResult_pgsql::MDB2_BufferedResult_pgsql()
    Constructor
MDB2_BufferedResult_pgsql
in file pgsql.php, class MDB2_BufferedResult_pgsql
MDB2_BufferedResult_querysim
in file querysim.php, class MDB2_BufferedResult_querysim
MDB2_BufferedResult_querysim
in file querysim.php, method MDB2_BufferedResult_querysim::MDB2_BufferedResult_querysim()
    Constructor
MDB2_BufferedResult_sqlite
in file sqlite.php, class MDB2_BufferedResult_sqlite
MDB2_BufferedResult_sqlite
in file sqlite.php, method MDB2_BufferedResult_sqlite::MDB2_BufferedResult_sqlite()
    Constructor
MDB2_BufferedResult_xxx
in file Driver_skeleton.php, class MDB2_BufferedResult_xxx
MDB2_BufferedResult_xxx
in file Driver_skeleton.php, method MDB2_BufferedResult_xxx::MDB2_BufferedResult_xxx()
    Constructor
MDB2_PEARProxy
in file peardb.php, class MDB2_PEARProxy
MDB2_PEARProxy
in file peardb.php, method MDB2_PEARProxy::MDB2_PEARProxy()
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()
    Constructor
MDB2_Result_ibase
in file ibase.php, method MDB2_Result_ibase::MDB2_Result_ibase()
    Constructor
MDB2_Result_ibase
in file ibase.php, class MDB2_Result_ibase
MDB2_Result_mssql
in file mssql.php, class MDB2_Result_mssql
MDB2_Result_mssql
in file mssql.php, method MDB2_Result_mssql::MDB2_Result_mssql()
    Constructor
MDB2_Result_mysql
in file sqlite.php, method MDB2_Result_sqlite::MDB2_Result_mysql()
    Constructor
MDB2_Result_mysql
in file mysql.php, method MDB2_Result_mysql::MDB2_Result_mysql()
    Constructor
MDB2_Result_mysql
in file mysql.php, class MDB2_Result_mysql
MDB2_Result_oci8
in file oci8.php, class MDB2_Result_oci8
MDB2_Result_oci8
in file oci8.php, method MDB2_Result_oci8::MDB2_Result_oci8()
    Constructor
MDB2_Result_pgsql
in file pgsql.php, class MDB2_Result_pgsql
MDB2_Result_pgsql
in file pgsql.php, method MDB2_Result_pgsql::MDB2_Result_pgsql()
    Constructor
MDB2_Result_querysim
in file querysim.php, class MDB2_Result_querysim
MDB2_Result_querysim
in file querysim.php, method MDB2_Result_querysim::MDB2_Result_querysim()
    Constructor
MDB2_Result_sqlite
in file sqlite.php, class MDB2_Result_sqlite
MDB2_Result_xxx
in file Driver_skeleton.php, class MDB2_Result_xxx
MDB2_Result_xxx
in file Driver_skeleton.php, method MDB2_Result_xxx::MDB2_Result_xxx()
    Constructor
top

n

nextId
in file peardb.php, method MDB2_PEARProxy::nextId()
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()
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 Driver_skeleton.php, method MDB2_Result_xxx::nextResult()
    Move the internal mysql result pointer to the next available result Currently not supported
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 sqlite.php, method MDB2_Result_sqlite::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 oci8.php, method MDB2_Result_oci8::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 MDB2.php, method MDB2_Result_Common::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 mssql.php, method MDB2_Result_mssql::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.
numRows
in file querysim.php, method MDB2_BufferedResult_querysim::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 peardb.php, method MDB2_PEARProxy::numRows()
numRows
in file oci8.php, method MDB2_BufferedResult_oci8::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 mssql.php, method MDB2_BufferedResult_mssql::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 pgsql.php, method MDB2_BufferedResult_pgsql::numRows()
    returns the number of rows in a result object
top

p

prepare
in file peardb.php, method MDB2_PEARProxy::prepare()
provides
in file peardb.php, method MDB2_PEARProxy::provides()
top

q

query
in file peardb.php, method MDB2_PEARProxy::query()
quote
in file peardb.php, method MDB2_PEARProxy::quote()
quoteString
in file peardb.php, method MDB2_PEARProxy::quoteString()
top

r

$result
in file MDB2.php, variable MDB2_Result_Common::$result
$rownum
in file MDB2.php, variable MDB2_Result_Common::$rownum
raiseError
in file peardb.php, method MDB2_PEARProxy::raiseError()
resultIsNull
in file pgsql.php, method MDB2_Result_pgsql::resultIsNull()
    Determine whether the value of a query result located in given row and field is a null.
resultIsNull
in file MDB2.php, method MDB2_Result_Common::resultIsNull()
    Determine whether the value of a query result located in given row and field is a null.
resultIsNull
in file Driver_skeleton.php, method MDB2_Result_xxx::resultIsNull()
    Determine whether the value of a query result located in given row and field is a null.
rollback
in file peardb.php, method MDB2_PEARProxy::rollback()
top

s

seek
in file pgsql.php, method MDB2_BufferedResult_pgsql::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
seek
in file sqlite.php, method MDB2_BufferedResult_sqlite::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 oci8.php, method MDB2_BufferedResult_oci8::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 MDB2.php, method MDB2_Result_Common::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
setFetchMode
in file peardb.php, method MDB2_PEARProxy::setFetchMode()
setOption
in file peardb.php, method MDB2_PEARProxy::setOption()
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.
simpleQuery
in file peardb.php, method MDB2_PEARProxy::simpleQuery()
top

t

$types
in file MDB2.php, variable MDB2_Result_Common::$types
tableInfo
in file peardb.php, method MDB2_PEARProxy::tableInfo()
top

v

valid
in file pgsql.php, method MDB2_BufferedResult_pgsql::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 oci8.php, method MDB2_BufferedResult_oci8::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 ibase.php, method MDB2_BufferedResult_ibase::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 Driver_skeleton.php, method MDB2_BufferedResult_xxx::valid()
    check if the end of the result set has been reached
top

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