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

Element index for package MDB2

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

_

_doConnect
in file oci8.php, method MDB2_Driver_oci8::_doConnect()
    do the grunt work of the connect
_doQuery
in file oci8.php, method MDB2_Driver_oci8::_doQuery()
    Execute a query
_getBLOBDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getBLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
_getCLOBDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getCLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
_getDateDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getDateDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.
_getDecimalDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getDecimalDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a decimal type field to be used in statements like CREATE TABLE.
_getFloatDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getFloatDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a float type field to be used in statements like CREATE TABLE.
_getIntegerDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getIntegerDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
_getTextDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getTextDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
_getTimeDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getTimeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
_getTimestampDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::_getTimestampDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.
_modifyQuery
in file oci8.php, method MDB2_Driver_oci8::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_quoteBLOB
in file oci8.php, method MDB2_Driver_Datatype_oci8::_quoteBLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteCLOB
in file oci8.php, method MDB2_Driver_Datatype_oci8::_quoteCLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDate
in file oci8.php, method MDB2_Driver_Datatype_oci8::_quoteDate()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDecimal
in file oci8.php, method MDB2_Driver_Datatype_oci8::_quoteDecimal()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteFloat
in file oci8.php, method MDB2_Driver_Datatype_oci8::_quoteFloat()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteTime
in file oci8.php, method MDB2_Driver_Datatype_oci8::_quoteTime()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteTimestamp
in file oci8.php, method MDB2_Driver_Datatype_oci8::_quoteTimestamp()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_retrieveLOB
in file oci8.php, method MDB2_Driver_Datatype_oci8::_retrieveLOB()
    retrieve LOB from the database
__construct
in file oci8.php, method MDB2_Driver_oci8::__construct()
    Constructor
_fillBuffer
in file oci8.php, method MDB2_BufferedResult_oci8::_fillBuffer()
    Fill the row buffer
_skipLimitOffset
in file oci8.php, method MDB2_Result_oci8::_skipLimitOffset()
    Skip the first row of a result set.
top

a

alterTable
in file oci8.php, method MDB2_Driver_Manager_oci8::alterTable()
    alter an existing table
top

b

beginTransaction
in file oci8.php, method MDB2_Driver_oci8::beginTransaction()
    Start a transaction.
$buffer
in file oci8.php, variable MDB2_BufferedResult_oci8::$buffer
$buffer_rownum
in file oci8.php, variable MDB2_BufferedResult_oci8::$buffer_rownum
top

c

commit
in file oci8.php, method MDB2_Driver_oci8::commit()
    Commit the database changes done during a transaction that is in progress.
connect
in file oci8.php, method MDB2_Driver_oci8::connect()
    Connect to the database
convertResult
in file oci8.php, method MDB2_Driver_Datatype_oci8::convertResult()
    convert a value to a RDBMS indepdenant MDB2 type
createDatabase
in file oci8.php, method MDB2_Driver_Manager_oci8::createDatabase()
    create a new database
createIndex
in file oci8.php, method MDB2_Driver_Manager_oci8::createIndex()
    get the stucture of a field into an array
createSequence
in file oci8.php, method MDB2_Driver_Manager_oci8::createSequence()
    create sequence
createTable
in file oci8.php, method MDB2_Driver_Manager_oci8::createTable()
    create a new table
currId
in file oci8.php, method MDB2_Driver_oci8::currId()
    returns the current id of a sequence
top

d

disconnect
in file oci8.php, method MDB2_Driver_oci8::disconnect()
    Log out and disconnect from the database.
dropDatabase
in file oci8.php, method MDB2_Driver_Manager_oci8::dropDatabase()
    drop an existing database
dropSequence
in file oci8.php, method MDB2_Driver_Manager_oci8::dropSequence()
    drop existing sequence
top

e

$escape_quotes
in file oci8.php, variable MDB2_Driver_oci8::$escape_quotes
errorInfo
in file oci8.php, method MDB2_Driver_oci8::errorInfo()
    This method is used to collect information about an error
top

f

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.
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_Result_oci8::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.
top

g

getTypeDeclaration
in file oci8.php, method MDB2_Driver_Datatype_oci8::getTypeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
top

l

listDatabases
in file oci8.php, method MDB2_Driver_Manager_oci8::listDatabases()
    list all databases
listFunctions
in file oci8.php, method MDB2_Driver_Manager_oci8::listFunctions()
    list all functions in the current database
listSequences
in file oci8.php, method MDB2_Driver_Manager_oci8::listSequences()
    list all sequences in the current database
listTableFields
in file oci8.php, method MDB2_Driver_Manager_oci8::listTableFields()
    list all fields in a tables in the current database
listTables
in file oci8.php, method MDB2_Driver_Manager_oci8::listTables()
    list all tables in the current database
listUsers
in file oci8.php, method MDB2_Driver_Manager_oci8::listUsers()
    list all users in the current database
listViews
in file oci8.php, method MDB2_Driver_Manager_oci8::listViews()
    list all views in the current database
top

m

MDB2_Driver_Datatype_oci8
in file oci8.php, class MDB2_Driver_Datatype_oci8
    MDB2 OCI8 driver
MDB2_Driver_Manager_oci8
in file oci8.php, class MDB2_Driver_Manager_oci8
    MDB2 oci8 driver for the management modules
MDB2_Driver_Native_oci8
in file oci8.php, class MDB2_Driver_Native_oci8
    MDB2 Oracle driver for the native module
MDB2_Driver_oci8
in file oci8.php, class MDB2_Driver_oci8
    MDB2 OCI8 driver
MDB2_Driver_Reverse_oci8
in file oci8.php, class MDB2_Driver_Reverse_oci8
    MDB2 Oracle driver for the schema reverse engineering module
MDB2_BufferedResult_oci8
in file oci8.php, class MDB2_BufferedResult_oci8
MDB2_Result_oci8
in file oci8.php, class MDB2_Result_oci8
MDB2_Statement_oci8
in file oci8.php, class MDB2_Statement_oci8
top

n

nextID
in file oci8.php, method MDB2_Driver_oci8::nextID()
    returns the next free id of a sequence
numCols
in file oci8.php, method MDB2_Result_oci8::numCols()
    Count the number of columns returned by the DBMS in a query result.
numRows
in file oci8.php, method MDB2_BufferedResult_oci8::numRows()
    returns the number of rows in a result object
top

o

oci8.php
procedural page oci8.php
oci8.php
procedural page oci8.php
oci8.php
procedural page oci8.php
oci8.php
procedural page oci8.php
oci8.php
procedural page oci8.php
top

p

prepare
in file oci8.php, method MDB2_Driver_oci8::prepare()
    Prepares a query for multiple execution with execute().
top

r

rollback
in file oci8.php, method MDB2_Driver_oci8::rollback()
    Cancel any database changes done during a transaction that is in progress.
top

s

standaloneQuery
in file oci8.php, method MDB2_Driver_oci8::standaloneQuery()
    execute a query as DBA
seek
in file oci8.php, method MDB2_BufferedResult_oci8::seek()
    seek to a specific row in a result set
top

t

tableInfo
in file oci8.php, method MDB2_Driver_Reverse_oci8::tableInfo()
    Returns information about a table or a result set
top

u

$uncommitedqueries
in file oci8.php, variable MDB2_Driver_oci8::$uncommitedqueries
top

v

valid
in file oci8.php, method MDB2_BufferedResult_oci8::valid()
    check if the end of the result set has been reached
top

w

writeLOBToFile
in file oci8.php, method MDB2_Driver_Datatype_oci8::writeLOBToFile()
    retrieve LOB from the database
top

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