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

Element index for package apidoc

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

_

__construct
in file MDB2.php, method MDB2_Statement_Common::__construct()
    Constructor
__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_Module_Common::__construct()
    Constructor
top

b

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()
    Bind a variable to 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.
bindValue
in file MDB2.php, method MDB2_Statement_Common::bindValue()
    Set the value of a parameter of a prepared query.
top

c

$column_names
in file MDB2.php, variable MDB2_Result_Common::$column_names
top

d

$db
in file MDB2.php, variable MDB2_Statement_Common::$db
$db
in file MDB2.php, variable MDB2_Result_Common::$db
$db_index
in file MDB2.php, variable MDB2_Module_Common::$db_index
    contains the key to the global MDB2 instance array of the associated MDB2 instance
top

e

execute
in file MDB2.php, method MDB2_Statement_Common::execute()
    Execute a prepared query statement.
example_php5.php
procedural page example_php5.php
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)
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 MDB2.php, method MDB2_Result_Common::fetchRow()
    Fetch and return a row of data
free
in file MDB2.php, method MDB2_Statement_Common::free()
    Release resources allocated for the specified prepared query.
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.
top

g

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 MDB2.php, method MDB2_Result_Common::getColumnNames()
    Retrieve the names of columns returned by the DBMS in a query result or from the cache.
getDBInstance
in file MDB2.php, method MDB2_Module_Common::getDBInstance()
    get the instance of MDB2 associated with the module instance
getResource
in file MDB2.php, method MDB2_Result_Common::getResource()
    return the resource associated with the result object
top

i

$is_manip
in file MDB2.php, variable MDB2_Statement_Common::$is_manip
top

l

$limit
in file MDB2.php, variable MDB2_Statement_Common::$limit
$limit
in file MDB2.php, variable MDB2_Result_Common::$limit
top

m

MDB2_BufferedResult_xxx
in file Driver_skeleton.php, class MDB2_BufferedResult_xxx
MDB2_Module_Common
in file MDB2.php, method MDB2_Module_Common::MDB2_Module_Common()
MDB2_Module_Common
in file MDB2.php, class MDB2_Module_Common
MDB2_Result
in file MDB2.php, class MDB2_Result
MDB2_Result_Common
in file MDB2.php, method MDB2_Result_Common::MDB2_Result_Common()
MDB2_Result_Common
in file MDB2.php, class MDB2_Result_Common
MDB2_Result_xxx
in file Driver_skeleton.php, class MDB2_Result_xxx
MDB2_Row
in file MDB2.php, method MDB2_Row::MDB2_Row()
MDB2_Row
in file MDB2.php, class MDB2_Row
    Pear MDB2 Row Object
MDB2_Statement_Common
in file MDB2.php, method MDB2_Statement_Common::MDB2_Statement_Common()
MDB2_Statement_Common
in file MDB2.php, class MDB2_Statement_Common
top

n

nextResult
in file MDB2.php, method MDB2_Result_Common::nextResult()
    Move the internal result pointer to the next available result
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 MDB2.php, method MDB2_Result_Common::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 MDB2.php, method MDB2_Result_Common::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
top

o

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

q

$query
in file MDB2.php, variable MDB2_Statement_Common::$query
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
rowCount
in file MDB2.php, method MDB2_Result_Common::rowCount()
    returns the actual row number that was last fetched (count from 0)
top

s

$statement
in file MDB2.php, variable MDB2_Statement_Common::$statement
seek
in file MDB2.php, method MDB2_Result_Common::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
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.
top

t

$types
in file MDB2.php, variable MDB2_Statement_Common::$types
$types
in file MDB2.php, variable MDB2_Result_Common::$types
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 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 14:39:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.