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

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ 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.
top

c

commit
in file fbsql.php, method MDB2_Driver_fbsql::commit()
    Commit the database changes done during a transaction that is in progress.
connect
in file fbsql.php, method MDB2_Driver_fbsql::connect()
    Connect to the database
convertResult
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::convertResult()
    convert a value to a RDBMS indepdenant MDB2 type
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

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

$escape_quotes
in file fbsql.php, variable MDB2_Driver_fbsql::$escape_quotes
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

l

lastInsertID
in file fbsql.php, method MDB2_Driver_fbsql::lastInsertID()
    returns the autoincrement ID if supported or $id
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 tables 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_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_Statement_fbsql
in file fbsql.php, class MDB2_Statement_fbsql
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 Currently not supported
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 that is in progress.
top

s

seek
in file fbsql.php, method MDB2_BufferedResult_fbsql::seek()
    seek to a specific row in a result set
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

_

_doQuery
in file fbsql.php, method MDB2_Driver_fbsql::_doQuery()
    Execute a query
_modifyQuery
in file fbsql.php, method MDB2_Driver_fbsql::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_quoteBLOB
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_quoteBLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_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 14:39:10 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.