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

Index of all elements

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

a

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

b

$buffer
in file oci8.php, variable MDB2_BufferedResult_oci8::$buffer
$buffer_rownum
in file oci8.php, variable MDB2_BufferedResult_oci8::$buffer_rownum
beginTransaction
in file oci8.php, method MDB2_Driver_oci8::beginTransaction()
    Start a transaction.
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
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
dropTable
in file oci8.php, method MDB2_Driver_Manager_oci8::dropTable()
    drop an existing table
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
executeStoredProc
in file oci8.php, method MDB2_Driver_Function_oci8::executeStoredProc()
    Execute a stored procedure and return any results
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.
functionTable
in file oci8.php, method MDB2_Driver_Function_oci8::functionTable()
    return string for internal table used when calling only a function
top

g

getSequenceDefinition
in file oci8.php, method MDB2_Driver_Reverse_oci8::getSequenceDefinition()
    Get the stucture of a sequence into an array
getServerVersion
in file oci8.php, method MDB2_Driver_oci8::getServerVersion()
    return version information about the server
getTableConstraintDefinition
in file oci8.php, method MDB2_Driver_Reverse_oci8::getTableConstraintDefinition()
    Get the stucture of a constraint into an array
getTableFieldDefinition
in file oci8.php, method MDB2_Driver_Reverse_oci8::getTableFieldDefinition()
    Get the stucture of a field into an array
getTableIndexDefinition
in file oci8.php, method MDB2_Driver_Reverse_oci8::getTableIndexDefinition()
    Get the stucture of an index into an array
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
listTableConstraints
in file oci8.php, method MDB2_Driver_Manager_oci8::listTableConstraints()
    list all sonstraints in a table
listTableFields
in file oci8.php, method MDB2_Driver_Manager_oci8::listTableFields()
    list all fields in a tables in the current database
listTableIndexes
in file oci8.php, method MDB2_Driver_Manager_oci8::listTableIndexes()
    list all indexes in a table
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

mapNativeDatatype
in file oci8.php, method MDB2_Driver_Datatype_oci8::mapNativeDatatype()
    Maps a native array description of a field to a MDB2 datatype and length
MDB2_BufferedResult_oci8
in file oci8.php, class MDB2_BufferedResult_oci8
    MDB2 OCI8 buffered result driver
MDB2_Driver_Datatype_oci8
in file oci8.php, class MDB2_Driver_Datatype_oci8
    MDB2 OCI8 driver
MDB2_Driver_Function_oci8
in file oci8.php, class MDB2_Driver_Function_oci8
    MDB2 oci8 driver for the function modules
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_Result_oci8
in file oci8.php, class MDB2_Result_oci8
    MDB2 OCI8 result driver
MDB2_Statement_oci8
in file oci8.php, class MDB2_Statement_oci8
    MDB2 OCI8 statement driver
top

n

nextID
in file oci8.php, method MDB2_Driver_oci8::nextID()
    Returns the next free id of a sequence
now
in file oci8.php, method MDB2_Driver_Function_oci8::now()
    Return string to call a variable with the current timestamp inside an SQL statement
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
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

seek
in file oci8.php, method MDB2_BufferedResult_oci8::seek()
    Seek to a specific row in a result set
standaloneExec
in file oci8.php, method MDB2_Driver_oci8::standaloneExec()
    execute a query as database administrator
standaloneQuery
in file oci8.php, method MDB2_Driver_oci8::standaloneQuery()
    execute a query as DBA
substring
in file oci8.php, method MDB2_Driver_Function_oci8::substring()
    return string to call a function to get a substring inside an SQL statement
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

_

_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
_fillBuffer
in file oci8.php, method MDB2_BufferedResult_oci8::_fillBuffer()
    Fill the row buffer
_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.
_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.
_readLOB
in file oci8.php, method MDB2_Driver_Datatype_oci8::_readLOB()
    Read data from large object input stream.
_retrieveLOB
in file oci8.php, method MDB2_Driver_Datatype_oci8::_retrieveLOB()
    retrieve LOB from the database
top

Documentation generated on Sun, 14 May 2006 02:35:12 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.