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

Element index for package MDB2

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

_

_baseConvertResult
in file oci8.php, method MDB2_Driver_Datatype_oci8::_baseConvertResult()
    general type conversion method
_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
_getAdvancedFKOptions
in file oci8.php, method MDB2_Driver_Manager_oci8::_getAdvancedFKOptions()
    Return the FOREIGN KEY query section dealing with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...
_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
_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
__construct
in file oci8.php, method MDB2_Driver_oci8::__construct()
    Constructor
top

a

alterDatabase
in file oci8.php, method MDB2_Driver_Manager_oci8::alterDatabase()
    alter an existing database
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 or set a savepoint.
bindParam
in file oci8.php, method MDB2_Statement_oci8::bindParam()
    Bind a variable to a parameter of a prepared query.
top

c

commit
in file oci8.php, method MDB2_Driver_oci8::commit()
    Commit the database changes done during a transaction that is in progress or release a savepoint. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after committing the pending changes.
connect
in file oci8.php, method MDB2_Driver_oci8::connect()
    Connect to the database
createConstraint
in file oci8.php, method MDB2_Driver_Manager_oci8::createConstraint()
    create a constraint on a table
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

databaseExists
in file oci8.php, method MDB2_Driver_oci8::databaseExists()
    check if given database name is exists?
disconnect
in file oci8.php, method MDB2_Driver_oci8::disconnect()
    Log out and disconnect from the database.
dropConstraint
in file oci8.php, method MDB2_Driver_Manager_oci8::dropConstraint()
    drop existing constraint
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

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_Result_oci8::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.
free
in file oci8.php, method MDB2_Result_oci8::free()
    Free the internal resources associated with $result.
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_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 structure 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 structure of a constraint into an array
getTableFieldDefinition
in file oci8.php, method MDB2_Driver_Reverse_oci8::getTableFieldDefinition()
    Get the structure of a field into an array
getTableIndexDefinition
in file oci8.php, method MDB2_Driver_Reverse_oci8::getTableIndexDefinition()
    Get the structure of an index into an array
getTriggerDefinition
in file oci8.php, method MDB2_Driver_Reverse_oci8::getTriggerDefinition()
    Get the structure of a trigger 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.
guid
in file oci8.php, method MDB2_Driver_Function_oci8::guid()
    Returns global unique identifier
top

i

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

l

lastInsertID
in file oci8.php, method MDB2_Driver_oci8::lastInsertID()
    Returns the autoincrement ID if supported or $id or fetches the current ID in a sequence called: $table.(empty($field) ? '' : '_'.$field)
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 constraints in a table
listTableFields
in file oci8.php, method MDB2_Driver_Manager_oci8::listTableFields()
    list all fields in a table 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 database
listTableTriggers
in file oci8.php, method MDB2_Driver_Manager_oci8::listTableTriggers()
    list all triggers in the database that reference a given table
listUsers
in file oci8.php, method MDB2_Driver_Manager_oci8::listUsers()
    list all users
listViews
in file oci8.php, method MDB2_Driver_Manager_oci8::listViews()
    list all views in the current database
top

m

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

patternEscapeString
in file oci8.php, method MDB2_Driver_Datatype_oci8::patternEscapeString()
    build string to define escape pattern string
prepare
in file oci8.php, method MDB2_Driver_oci8::prepare()
    Prepares a query for multiple execution with execute().
top

r

random
in file oci8.php, method MDB2_Driver_Function_oci8::random()
    return string to call a function to get random value inside an SQL statement
rollback
in file oci8.php, method MDB2_Driver_oci8::rollback()
    Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after canceling the pending changes.
top

s

$string_quoting
in file oci8.php, variable MDB2_Driver_oci8::$string_quoting
seek
in file oci8.php, method MDB2_BufferedResult_oci8::seek()
    Seek to a specific row in a result set
setTransactionIsolation
in file oci8.php, method MDB2_Driver_oci8::setTransactionIsolation()
    Set the transacton isolation level.
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

$type_maxlengths
in file oci8.php, variable MDB2_Statement_oci8::$type_maxlengths
tableInfo
in file oci8.php, method MDB2_Driver_Reverse_oci8::tableInfo()
    Returns information about a table or a result set
truncateTable
in file oci8.php, method MDB2_Driver_Manager_oci8::truncateTable()
    Truncate an existing table (if the TRUNCATE TABLE syntax is not supported, it falls back to a DELETE FROM TABLE query)
top

u

$uncommitedqueries
in file oci8.php, variable MDB2_Driver_oci8::$uncommitedqueries
unixtimestamp
in file oci8.php, method MDB2_Driver_Function_oci8::unixtimestamp()
    return string to call a function to get the unix timestamp from a iso timestamp
top

v

vacuum
in file oci8.php, method MDB2_Driver_Manager_oci8::vacuum()
    Optimize (vacuum) all the tables in the db (or only the specified table) and optionally run ANALYZE.
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 15:51:18 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.