[ 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 or set a savepoint.
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 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 ibase.php, method MDB2_Driver_ibase::connect()
    Connect to the database
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

databaseExists
in file ibase.php, method MDB2_Driver_ibase::databaseExists()
    check if given database name is exists?
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

errorInfo
in file ibase.php, method MDB2_Driver_ibase::errorInfo()
    This method is used to collect information about an error
escape
in file ibase.php, method MDB2_Driver_ibase::escape()
    Quotes a string so it can be safely used in a query. It will quote the text so it can safely be used within a query.
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 structure of a constraint into an array
getTableFieldDefinition
in file ibase.php, method MDB2_Driver_Reverse_ibase::getTableFieldDefinition()
    Get the structure of a field into an array
getTableIndexDefinition
in file ibase.php, method MDB2_Driver_Reverse_ibase::getTableIndexDefinition()
    Get the structure of an index into an array
getTriggerDefinition
in file ibase.php, method MDB2_Driver_Reverse_ibase::getTriggerDefinition()
    Get the structure of a trigger 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

$identifier_quoting
in file ibase.php, variable MDB2_Driver_ibase::$identifier_quoting
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

lastInsertID
in file ibase.php, method MDB2_Driver_ibase::lastInsertID()
    Returns the autoincrement ID if supported or $id or fetches the current ID in a sequence called: $table.(empty($field) ? '' : '_'.$field)
length
in file ibase.php, method MDB2_Driver_Function_ibase::length()
    return string to call a function to get a replacement inside an SQL statement.
listFunctions
in file ibase.php, method MDB2_Driver_Manager_ibase::listFunctions()
    list all functions (and stored procedures) in the current database
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 constraints in a table
listTableFields
in file ibase.php, method MDB2_Driver_Manager_ibase::listTableFields()
    list all fields in a table 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
listTableTriggers
in file ibase.php, method MDB2_Driver_Manager_ibase::listTableTriggers()
    list all triggers in the database that reference a given table
listTableViews
in file ibase.php, method MDB2_Driver_Manager_ibase::listTableViews()
    list the views in the database that reference a given table
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 all views in the current database
top

m

MDB2_BufferedResult_ibase
in file ibase.php, class MDB2_BufferedResult_ibase
    MDB2 FireBird/InterBase buffered result driver
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 FireBird/InterBase 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 FireBird/InterBase result driver
MDB2_Statement_ibase
in file ibase.php, class MDB2_Statement_ibase
    MDB2 FireBird/InterBase statement driver
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

patternEscapeString
in file ibase.php, method MDB2_Driver_Datatype_ibase::patternEscapeString()
    build string to define escape pattern string
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

replace
in file ibase.php, method MDB2_Driver_Function_ibase::replace()
    return string to call a function to get a replacement inside an SQL statement.
rollback
in file ibase.php, method MDB2_Driver_ibase::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 ibase.php, variable MDB2_Driver_ibase::$string_quoting
$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
setTransactionIsolation
in file ibase.php, method MDB2_Driver_ibase::setTransactionIsolation()
    Set the transacton isolation level.
standaloneQuery
in file ibase.php, method MDB2_Driver_ibase::standaloneQuery()
    execute a query as DBA
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

vacuum
in file ibase.php, method MDB2_Driver_Manager_ibase::vacuum()
    Optimize (vacuum) all the tables in the db (or only the specified table) and optionally run ANALYZE.
valid
in file ibase.php, method MDB2_BufferedResult_ibase::valid()
    Check if the end of the result set has been reached
top

_

_baseConvertResult
in file ibase.php, method MDB2_Driver_Datatype_ibase::_baseConvertResult()
    General type conversion method
_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
_getAdvancedFKOptions
in file ibase.php, method MDB2_Driver_Manager_ibase::_getAdvancedFKOptions()
    Return the FOREIGN KEY query section dealing with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...
_getDatabaseFile
in file ibase.php, method MDB2_Driver_ibase::_getDatabaseFile()
    Builds the string with path+dbname+extension
_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
_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 15:51:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.