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

Element index for package apidoc

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

_

_fillBuffer
in file oci8.php, method MDB2_BufferedResult_oci8::_fillBuffer()
    Fill the row buffer
_fillBuffer
in file ibase.php, method MDB2_BufferedResult_ibase::_fillBuffer()
    Fill the row buffer
_skipLimitOffset
in file oci8.php, method MDB2_Result_oci8::_skipLimitOffset()
    Skip the first row of a result set.
_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.
__construct
in file MDB2.php, method MDB2_Row::__construct()
    constructor
__construct
in file MDB2.php, method MDB2_Result_Common::__construct()
    Constructor
__construct
in file MDB2.php, method MDB2_Statement_Common::__construct()
    Constructor
top

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
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 peardb.php, method MDB2_PEARProxy::buildManipSQL()
top

c

$column_names
in file MDB2.php, variable MDB2_Result_Common::$column_names
$connection
in file peardb.php, variable MDB2_PEARProxy::$connection
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
in file MDB2.php, variable MDB2_Result_Common::$db
$db
in file MDB2.php, variable MDB2_Statement_Common::$db
$db_object
in file peardb.php, variable MDB2_PEARProxy::$db_object
$dsn
in file peardb.php, variable MDB2_PEARProxy::$dsn
DB_row
in file peardb.php, method DB_row::DB_row()
DB_row
in file peardb.php, class 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()
escapeSimple
in file peardb.php, method MDB2_PEARProxy::escapeSimple()
execute
in file peardb.php, method MDB2_PEARProxy::execute()
execute
in file oci8.php, method MDB2_Statement_oci8::execute()
    Execute a prepared query statement.
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.
executeMultiple
in file peardb.php, method MDB2_PEARProxy::executeMultiple()
top

f

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()
fetchOne
in file MDB2.php, method MDB2_Result_Common::fetchOne()
    fetch single column from the first row from a result set
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 mssql.php, method MDB2_Result_mssql::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 mysqli.php, method MDB2_Result_mysqli::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 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 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 ibase.php, method MDB2_Result_ibase::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 querysim.php, method MDB2_Result_querysim::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.
free
in file pgsql.php, method MDB2_Result_pgsql::free()
    Free the internal resources associated with result.
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 oci8.php, method MDB2_Result_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 Driver_skeleton.php, method MDB2_Result_xxx::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 mysqli.php, method MDB2_Result_mysqli::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 MDB2.php, method MDB2_Statement_Common::free()
    Release resources allocated for the specified prepared query.
free
in file fbsql.php, method MDB2_Result_fbsql::free()
    Free the internal resources associated with result.
freePrepared
in file peardb.php, method MDB2_PEARProxy::freePrepared()
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 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.
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()
getRowCounter
in file MDB2.php, method MDB2_Result_Common::getRowCounter()
    returns the actual row number that was last fetched (count from 0)
getTables
in file peardb.php, method MDB2_PEARProxy::getTables()
top

l

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

m

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_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()
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_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
top

n

nextId
in file peardb.php, method MDB2_PEARProxy::nextId()
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 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
nextResult
in file MDB2.php, method MDB2_Result_Common::nextResult()
    Move the internal result pointer to the next available 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 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 mysqli.php, method MDB2_Result_mysqli::numCols()
    Count the number of columns returned by the DBMS in a query result.
numCols
in file peardb.php, method MDB2_PEARProxy::numCols()
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 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 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.
numRows
in file querysim.php, method MDB2_BufferedResult_querysim::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 sqlite.php, method MDB2_BufferedResult_sqlite::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 Driver_skeleton.php, method MDB2_BufferedResult_xxx::numRows()
    returns the number of rows in a result object
numRows
in file peardb.php, method MDB2_PEARProxy::numRows()
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 ibase.php, method MDB2_BufferedResult_ibase::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 pgsql.php, method MDB2_BufferedResult_pgsql::numRows()
    returns the number of rows in a result object
top

o

$offset
in file MDB2.php, variable MDB2_Result_Common::$offset
$offset_count
in file MDB2.php, variable MDB2_Result_Common::$offset_count
top

p

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

q

$query
in file MDB2.php, variable MDB2_Statement_Common::$query
query
in file peardb.php, method MDB2_PEARProxy::query()
quote
in file peardb.php, method MDB2_PEARProxy::quote()
quoteIdentifier
in file peardb.php, method MDB2_PEARProxy::quoteIdentifier()
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 MDB2.php, variable MDB2_Result_Common::$result
$result_types
in file MDB2.php, variable MDB2_Statement_Common::$result_types
$rownum
in file MDB2.php, variable MDB2_Result_Common::$rownum
$row_limit
in file MDB2.php, variable MDB2_Statement_Common::$row_limit
$row_offset
in file MDB2.php, variable MDB2_Statement_Common::$row_offset
raiseError
in file peardb.php, method MDB2_PEARProxy::raiseError()
rollback
in file peardb.php, method MDB2_PEARProxy::rollback()
top

s

$statement
in file MDB2.php, variable MDB2_Statement_Common::$statement
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 pgsql.php, method MDB2_BufferedResult_pgsql::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 querysim.php, method MDB2_BufferedResult_querysim::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 mysql.php, method MDB2_BufferedResult_mysql::seek()
    seek to a specific row in a result set
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 fbsql.php, method MDB2_BufferedResult_fbsql::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
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
$types
in file MDB2.php, variable MDB2_Statement_Common::$types
tableInfo
in file peardb.php, method MDB2_PEARProxy::tableInfo()
toString
in file peardb.php, method MDB2_PEARProxy::toString()
top

v

$values
in file MDB2.php, variable MDB2_Statement_Common::$values
$values
in file MDB2.php, variable MDB2_Result_Common::$values
valid
in file oci8.php, method MDB2_BufferedResult_oci8::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 sqlite.php, method MDB2_BufferedResult_sqlite::valid()
    check if the end of the result set has been reached
valid
in file mysqli.php, method MDB2_BufferedResult_mysqli::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 mssql.php, method MDB2_BufferedResult_mssql::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 ibase.php, method MDB2_BufferedResult_ibase::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 mysql.php, method MDB2_BufferedResult_mysql::valid()
    check if the end of the result set has been reached
top

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