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

Index of all elements

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

a

alterTable
in file ibase.php, method MDB2_Driver_Manager_ibase::alterTable()
    alter an existing table
top

b

$buffer
in file ibase.php, variable MDB2_BufferedResult_ibase::$buffer
$buffer_rownum
in file ibase.php, variable MDB2_BufferedResult_ibase::$buffer_rownum
beginTransaction
in file ibase.php, method MDB2_Driver_ibase::beginTransaction()
    Start a transaction.
top

c

checkSupportedChanges
in file ibase.php, method MDB2_Driver_Manager_ibase::checkSupportedChanges()
    check if planned changes are supported
commit
in file ibase.php, method MDB2_Driver_ibase::commit()
    Commit the database changes done during a transaction that is in progress.
connect
in file ibase.php, method MDB2_Driver_ibase::connect()
    Connect to the database
convertResult
in file ibase.php, method MDB2_Driver_Datatype_ibase::convertResult()
    convert a value to a RDBMS independent MDB2 type
createConstraint
in file ibase.php, method MDB2_Driver_Manager_ibase::createConstraint()
    create a constraint on a table
createDatabase
in file ibase.php, method MDB2_Driver_Manager_ibase::createDatabase()
    create a new database
createIndex
in file ibase.php, method MDB2_Driver_Manager_ibase::createIndex()
    get the stucture of a field into an array
createSequence
in file ibase.php, method MDB2_Driver_Manager_ibase::createSequence()
    create sequence
createTable
in file ibase.php, method MDB2_Driver_Manager_ibase::createTable()
    create a new table
currID
in file ibase.php, method MDB2_Driver_ibase::currID()
    returns the current id of a sequence
top

d

disconnect
in file ibase.php, method MDB2_Driver_ibase::disconnect()
    Log out and disconnect from the database.
dropDatabase
in file ibase.php, method MDB2_Driver_Manager_ibase::dropDatabase()
    drop an existing database
dropSequence
in file ibase.php, method MDB2_Driver_Manager_ibase::dropSequence()
    drop existing sequence
dropTable
in file ibase.php, method MDB2_Driver_Manager_ibase::dropTable()
    drop an existing table
top

e

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

f

fetchRow
in file ibase.php, method MDB2_Result_ibase::fetchRow()
    Fetch a row and insert the data into an existing array.
fetchRow
in file ibase.php, method MDB2_BufferedResult_ibase::fetchRow()
    Fetch a row and insert the data into an existing array.
free
in file ibase.php, method MDB2_Result_ibase::free()
    Free the internal resources associated with $result.
free
in file ibase.php, method MDB2_Statement_ibase::free()
    Release resources allocated for the specified prepared query.
free
in file ibase.php, method MDB2_BufferedResult_ibase::free()
    Free the internal resources associated with $result.
functionTable
in file ibase.php, method MDB2_Driver_Function_ibase::functionTable()
    return string for internal table used when calling only a function
top

g

getConnection
in file ibase.php, method MDB2_Driver_ibase::getConnection()
    Returns a native connection
getSequenceName
in file ibase.php, method MDB2_Driver_ibase::getSequenceName()
    adds sequence name formatting to a sequence name
getServerVersion
in file ibase.php, method MDB2_Driver_ibase::getServerVersion()
    return version information about the server
getTableConstraintDefinition
in file ibase.php, method MDB2_Driver_Reverse_ibase::getTableConstraintDefinition()
    get the stucture of a constraint into an array
getTableFieldDefinition
in file ibase.php, method MDB2_Driver_Reverse_ibase::getTableFieldDefinition()
    get the stucture of a field into an array
getTableIndexDefinition
in file ibase.php, method MDB2_Driver_Reverse_ibase::getTableIndexDefinition()
    get the stucture of an index into an array
getTypeDeclaration
in file ibase.php, method MDB2_Driver_Datatype_ibase::getTypeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
top

i

ibase.php
procedural page ibase.php
ibase.php
procedural page ibase.php
ibase.php
procedural page ibase.php
ibase.php
procedural page ibase.php
ibase.php
procedural page ibase.php
ibase.php
procedural page ibase.php
top

l

listSequences
in file ibase.php, method MDB2_Driver_Manager_ibase::listSequences()
    list all sequences in the current database
listTableConstraints
in file ibase.php, method MDB2_Driver_Manager_ibase::listTableConstraints()
    list all sonstraints in a table
listTableFields
in file ibase.php, method MDB2_Driver_Manager_ibase::listTableFields()
    list all fields in a tables in the current database
listTableIndexes
in file ibase.php, method MDB2_Driver_Manager_ibase::listTableIndexes()
    list all indexes in a table
listTables
in file ibase.php, method MDB2_Driver_Manager_ibase::listTables()
    list all tables in the current database
listUsers
in file ibase.php, method MDB2_Driver_Manager_ibase::listUsers()
    list all users
listViews
in file ibase.php, method MDB2_Driver_Manager_ibase::listViews()
    list the views in the database
top

m

mapNativeDatatype
in file ibase.php, method MDB2_Driver_Datatype_ibase::mapNativeDatatype()
    Maps a native array description of a field to a MDB2 datatype and length
MDB2_BufferedResult_ibase
in file ibase.php, class MDB2_BufferedResult_ibase
MDB2_Driver_Datatype_ibase
in file ibase.php, class MDB2_Driver_Datatype_ibase
    MDB2 Firebird/Interbase driver
MDB2_Driver_Function_ibase
in file ibase.php, class MDB2_Driver_Function_ibase
    MDB2 FireBird/InterBase driver for the function modules
MDB2_Driver_ibase
in file ibase.php, class MDB2_Driver_ibase
    MDB2 FireBird/InterBase driver
MDB2_Driver_Manager_ibase
in file ibase.php, class MDB2_Driver_Manager_ibase
    MDB2 FireBird/InterBase driver for the management modules
MDB2_Driver_Native_ibase
in file ibase.php, class MDB2_Driver_Native_ibase
    MDB2 InterbaseBase driver for the native module
MDB2_Driver_Reverse_ibase
in file ibase.php, class MDB2_Driver_Reverse_ibase
    MDB2 InterbaseBase driver for the reverse engineering module
MDB2_Result_ibase
in file ibase.php, class MDB2_Result_ibase
MDB2_Statement_ibase
in file ibase.php, class MDB2_Statement_ibase
top

n

nextID
in file ibase.php, method MDB2_Driver_ibase::nextID()
    returns the next free id of a sequence
numCols
in file ibase.php, method MDB2_Result_ibase::numCols()
    Count the number of columns returned by the DBMS in a query result.
numRows
in file ibase.php, method MDB2_BufferedResult_ibase::numRows()
    returns the number of rows in a result object
top

p

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

q

$query_parameters
in file ibase.php, variable MDB2_Driver_ibase::$query_parameters
$query_parameter_values
in file ibase.php, variable MDB2_Driver_ibase::$query_parameter_values
quoteIdentifier
in file ibase.php, method MDB2_Driver_ibase::quoteIdentifier()
    Delimited identifiers are a nightmare with InterBase, so they're disabled
top

r

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

s

$subtypes
in file ibase.php, variable MDB2_Driver_Reverse_ibase::$subtypes
    Array for converting constant values to text values
seek
in file ibase.php, method MDB2_BufferedResult_ibase::seek()
    seek to a specific row in a result set
top

t

$transaction_id
in file ibase.php, variable MDB2_Driver_ibase::$transaction_id
$types
in file ibase.php, variable MDB2_Driver_Reverse_ibase::$types
    Array for converting constant values to text values
tableInfo
in file ibase.php, method MDB2_Driver_Reverse_ibase::tableInfo()
    Returns information about a table or a result set
top

v

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

_

_destroyLOB
in file ibase.php, method MDB2_Driver_Datatype_ibase::_destroyLOB()
    Free any resources allocated during the lifetime of the large object handler object.
_doConnect
in file ibase.php, method MDB2_Driver_ibase::_doConnect()
    Does the grunt work of connecting to the database
_doQuery
in file ibase.php, method MDB2_Driver_ibase::_doQuery()
    Execute a query
_fillBuffer
in file ibase.php, method MDB2_BufferedResult_ibase::_fillBuffer()
    Fill the row buffer
_getDatabaseFile
in file ibase.php, method MDB2_Driver_ibase::_getDatabaseFile()
    Builds the string with path+dbname+extension
_ibaseFieldFlags
in file ibase.php, method MDB2_Driver_Reverse_ibase::_ibaseFieldFlags()
    Get the column's flags
_modifyQuery
in file ibase.php, method MDB2_Driver_ibase::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_quoteLOB
in file ibase.php, method MDB2_Driver_Datatype_ibase::_quoteLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_readLOB
in file ibase.php, method MDB2_Driver_Datatype_ibase::_readLOB()
    Read data from large object input stream.
_retrieveLOB
in file ibase.php, method MDB2_Driver_Datatype_ibase::_retrieveLOB()
    retrieve LOB from the database
_skipLimitOffset
in file ibase.php, method MDB2_Result_ibase::_skipLimitOffset()
    Skip the first row of a result set.
__construct
in file ibase.php, method MDB2_Driver_ibase::__construct()
    Constructor
top

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