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

Element index for package apidoc

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ n ] [ p ] [ r ] [ s ] [ t ]

a

$affected
in file ado.php, variable DB_ado::$affected
    Result of affected rows
$autocommit
in file ado.php, variable DB_ado::$autocommit
    Flag for method commit(), default no commit on every query
adoIsError
in file ado.php, method DB_ado::adoIsError()
    Checking if an ADODB.Connection error occured
adoRaiseError
in file ado.php, method DB_ado::adoRaiseError()
    Raise an error and set as param nativecode on raiseError() result-string of errorNative()
adoRaiseErrorEx
in file ado.php, method DB_ado::adoRaiseErrorEx()
    Raise an error and set as param nativecode on raiseError() result-string of errorNative()
adoTrans
in file ado.php, method DB_ado::adoTrans()
    Checking of transaction support by OLEDB-Provider.
affectedRows
in file ado.php, method DB_ado::affectedRows()
    Gets the number of rows affected by the last manip query.
autoCommit
in file ado.php, method DB_ado::autoCommit()
    Enable automatic commit.
top

c

$connection
in file ado.php, variable DB_ado::$connection
    Points on ADODB.Connection
commit
in file ado.php, method DB_ado::commit()
    Starts a commit
connect
in file ado.php, method DB_ado::connect()
    Connect to a database and log in as the specified user.
createSequence
in file ado.php, method DB_ado::createSequence()
top

d

$dbsyntax
in file ado.php, variable DB_ado::$dbsyntax
    Database used with regards to SQL syntax etc.
DB_ado
in file ado.php, class DB_ado
DB_ado
in file ado.php, method DB_ado::DB_ado()
    DB_ado constructor.
disconnect
in file ado.php, method DB_ado::disconnect()
    Close ADODB.Recordset, ADODB.Connection and delete vars to free memory.
dropSequence
in file ado.php, method DB_ado::dropSequence()
top

e

errorNative
in file ado.php, method DB_ado::errorNative()
    Get the native error code of the last error (if any) that occured on the current ADODB.Connection
errorNativeEx
in file ado.php, method DB_ado::errorNativeEx()
    Get the extended error collection of the current ADODB.Connection
top

f

fetchInto
in file ado.php, method DB_ado::fetchInto()
    Fetch and return a row of current ADODB.Recordset.
freeResult
in file ado.php, method DB_ado::freeResult()
    Free the internal resources associated with $result (basicly it means close recordset)
top

g

getProvider
in file ado.php, method DB_ado::getProvider()
    Returns ADODB Provider
getVersion
in file ado.php, method DB_ado::getVersion()
    Returns ADODB version
top

i

isTypeOfBinary
in file ado.php, method DB_ado::isTypeOfBinary()
    Checks if field is a binary type
isTypeOfBit
in file ado.php, method DB_ado::isTypeOfBit()
    Checks if field is a bit type
isTypeOfChar
in file ado.php, method DB_ado::isTypeOfChar()
    Checks if field is a char type
isTypeOfCurrency
in file ado.php, method DB_ado::isTypeOfCurrency()
    Checks if field is a currency type (which is not supported by php)
isTypeOfDate
in file ado.php, method DB_ado::isTypeOfDate()
    Checks if field is a date type
isTypeOfDecimal
in file ado.php, method DB_ado::isTypeOfDecimal()
    Checks if field is a decimal type
isTypeOfDouble
in file ado.php, method DB_ado::isTypeOfDouble()
    Checks if field is a double type
isTypeOfFloat
in file ado.php, method DB_ado::isTypeOfFloat()
    Checks if field is a float type
isTypeOfInteger
in file ado.php, method DB_ado::isTypeOfInteger()
    Checks if field is a integer type
isTypeOfNumeric
in file ado.php, method DB_ado::isTypeOfNumeric()
    Checks if field is a numeric type
isTypeOfReal
in file ado.php, method DB_ado::isTypeOfReal()
    Checks if field is a real type
isTypeOfTime
in file ado.php, method DB_ado::isTypeOfTime()
    Checks if field is a time type
isTypeOfTimestamp
in file ado.php, method DB_ado::isTypeOfTimestamp()
    Checks if field is a timestamp type
top

n

nextId
in file ado.php, method DB_ado::nextId()
    Get the next value in a sequence. Depends on $dbsyntax which type we use
nextResult
in file ado.php, method DB_ado::nextResult()
    Move the internal ADODB.Recordset result pointer to the next available result.
numCols
in file ado.php, method DB_ado::numCols()
    Get the number of columns in a recordset.
numRows
in file ado.php, method DB_ado::numRows()
    Get the number of rows in a ADODB.Recordset.
top

p

$phptype
in file ado.php, variable DB_ado::$phptype
    Database backend used in PHP (mysql, odbc etc.)
top

r

$recordset
in file ado.php, variable DB_ado::$recordset
    Points on ADODB.Recordset
rollback
in file ado.php, method DB_ado::rollback()
    Starts a rollback
top

s

setCursorLocation
in file ado.php, method DB_ado::setCursorLocation()
    Set the cursor location for ADODB.Connection
setCursorType
in file ado.php, method DB_ado::setCursorType()
    Set the cursor type for ADODB.Recordset.
setExecuteOption
in file ado.php, method DB_ado::setExecuteOption()
    Set execute option for ADODB.Connection. Only for manip queries.
setLockType
in file ado.php, method DB_ado::setLockType()
    Set the lock type for ADODB.Recordset. Only for catching records.
setMaxRecords
in file ado.php, method DB_ado::setMaxRecords()
    Setting of MaxRecords to get only xx records on every query
simpleQuery
in file ado.php, method DB_ado::simpleQuery()
    Sending a query through ADODB.Connection and recieve ADO.Recordset as result.
top

t

$transaction_opcount
in file ado.php, variable DB_ado::$transaction_opcount
    Flag to see how often a commit was started, Default no commit on every query
tableInfo
in file ado.php, method DB_ado::tableInfo()
top

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