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

Index of all elements

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

a

alterTable
in file fbsql.php, method MDB2_Driver_Manager_fbsql::alterTable()
    alter an existing table
top

b

beginTransaction
in file fbsql.php, method MDB2_Driver_fbsql::beginTransaction()
    Start a transaction or set a savepoint.
top

c

commit
in file fbsql.php, method MDB2_Driver_fbsql::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 fbsql.php, method MDB2_Driver_fbsql::connect()
    Connect to the database
createDatabase
in file fbsql.php, method MDB2_Driver_Manager_fbsql::createDatabase()
    create a new database
createSequence
in file fbsql.php, method MDB2_Driver_Manager_fbsql::createSequence()
    create sequence
currID
in file fbsql.php, method MDB2_Driver_fbsql::currID()
    Returns the current id of a sequence
top

d

databaseExists
in file fbsql.php, method MDB2_Driver_fbsql::databaseExists()
    check if given database name is exists?
disconnect
in file fbsql.php, method MDB2_Driver_fbsql::disconnect()
    Log out and disconnect from the database.
dropDatabase
in file fbsql.php, method MDB2_Driver_Manager_fbsql::dropDatabase()
    drop an existing database
dropIndex
in file fbsql.php, method MDB2_Driver_Manager_fbsql::dropIndex()
    drop existing index
dropSequence
in file fbsql.php, method MDB2_Driver_Manager_fbsql::dropSequence()
    drop existing sequence
dropTable
in file fbsql.php, method MDB2_Driver_Manager_fbsql::dropTable()
    drop an existing table
top

e

errorInfo
in file fbsql.php, method MDB2_Driver_fbsql::errorInfo()
    This method is used to collect information about an error
top

f

fetchRow
in file fbsql.php, method MDB2_Result_fbsql::fetchRow()
    Fetch a row and insert the data into an existing array.
free
in file fbsql.php, method MDB2_Result_fbsql::free()
    Free the internal resources associated with result.
fbsql.php
procedural page fbsql.php
fbsql.php
procedural page fbsql.php
fbsql.php
procedural page fbsql.php
fbsql.php
procedural page fbsql.php
fbsql.php
procedural page fbsql.php
fbsql.php
procedural page fbsql.php
top

g

getTypeDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::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 fbsql.php, variable MDB2_Driver_fbsql::$identifier_quoting
top

l

lastInsertID
in file fbsql.php, method MDB2_Driver_fbsql::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 fbsql.php, method MDB2_Driver_Manager_fbsql::listDatabases()
    list all databases
listSequences
in file fbsql.php, method MDB2_Driver_Manager_fbsql::listSequences()
    list all sequences in the current database
listTableFields
in file fbsql.php, method MDB2_Driver_Manager_fbsql::listTableFields()
    list all fields in a table in the current database
listTableIndexes
in file fbsql.php, method MDB2_Driver_Manager_fbsql::listTableIndexes()
    list all indexes in a table
listTables
in file fbsql.php, method MDB2_Driver_Manager_fbsql::listTables()
    list all tables in the current database
listUsers
in file fbsql.php, method MDB2_Driver_Manager_fbsql::listUsers()
    list all users
top

m

MDB2_BufferedResult_fbsql
in file fbsql.php, class MDB2_BufferedResult_fbsql
    MDB2 FrontbaseSQL buffered result driver
MDB2_Driver_Datatype_fbsql
in file fbsql.php, class MDB2_Driver_Datatype_fbsql
    MDB2 FrontbaseSQL driver
MDB2_Driver_fbsql
in file fbsql.php, class MDB2_Driver_fbsql
    MDB2 FrontBase driver
MDB2_Driver_Function_fbsql
in file fbsql.php, class MDB2_Driver_Function_fbsql
    MDB2 FrontBase driver for the function modules
MDB2_Driver_Manager_fbsql
in file fbsql.php, class MDB2_Driver_Manager_fbsql
    MDB2 FrontBase driver for the management modules
MDB2_Driver_Native_fbsql
in file fbsql.php, class MDB2_Driver_Native_fbsql
    MDB2 FrontBase driver for the native module
MDB2_Driver_Reverse_fbsql
in file fbsql.php, class MDB2_Driver_Reverse_fbsql
    MDB2 FrontBase driver for the schema reverse engineering module
MDB2_Result_fbsql
in file fbsql.php, class MDB2_Result_fbsql
    MDB2 FrontbaseSQL result driver
MDB2_Statement_fbsql
in file fbsql.php, class MDB2_Statement_fbsql
    MDB2 FrontbaseSQL statement driver
top

n

nextID
in file fbsql.php, method MDB2_Driver_fbsql::nextID()
    Returns the next free id of a sequence
nextResult
in file fbsql.php, method MDB2_Result_fbsql::nextResult()
    Move the internal result pointer to the next available result
numCols
in file fbsql.php, method MDB2_Result_fbsql::numCols()
    Count the number of columns returned by the DBMS in a query result.
numRows
in file fbsql.php, method MDB2_BufferedResult_fbsql::numRows()
    Returns the number of rows in a result object
top

r

rollback
in file fbsql.php, method MDB2_Driver_fbsql::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 fbsql.php, variable MDB2_Driver_fbsql::$string_quoting
seek
in file fbsql.php, method MDB2_BufferedResult_fbsql::seek()
    Seek to a specific row in a result set
standaloneQuery
in file fbsql.php, method MDB2_Driver_fbsql::standaloneQuery()
    execute a query as DBA
top

t

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

v

valid
in file fbsql.php, method MDB2_BufferedResult_fbsql::valid()
    Check if the end of the result set has been reached
top

_

_baseConvertResult
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_baseConvertResult()
    general type conversion method
_doConnect
in file fbsql.php, method MDB2_Driver_fbsql::_doConnect()
    do the grunt work of the connect
_doQuery
in file fbsql.php, method MDB2_Driver_fbsql::_doQuery()
    Execute a query
_mapNativeDatatype
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_mapNativeDatatype()
    Maps a native array description of a field to a MDB2 datatype and length
_modifyQuery
in file fbsql.php, method MDB2_Driver_fbsql::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_quoteBoolean
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_quoteBoolean()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDate
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_quoteDate()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteTime
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_quoteTime()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteTimestamp
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_quoteTimestamp()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
__construct
in file fbsql.php, method MDB2_Driver_fbsql::__construct()
    Constructor
top

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