Element index for package apidoc
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ l ]
[ m ]
[ n ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ v ]
top
top
top
top
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
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
top
top
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
top
top
Documentation generated on Mon, 11 Mar 2019 10:15:44 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|