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

Element index for package MDB2

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

_

_doQuery
in file fbsql.php, method MDB2_Driver_fbsql::_doQuery()
    Execute a query
_getBLOBDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getBLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
_getBooleanDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getBooleanDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a boolean type field to be used in statements like CREATE TABLE.
_getCLOBDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getCLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
_getDateDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getDateDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an date type field to be used in statements like CREATE TABLE.
_getDecimalDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getDecimalDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an decimal type field to be used in statements like CREATE TABLE.
_getFloatDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getFloatDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an float type field to be used in statements like CREATE TABLE.
_getIntegerDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getIntegerDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
_getTextDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getTextDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
_getTimeDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getTimeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an time type field to be used in statements like CREATE TABLE.
_getTimestampDeclaration
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_getTimestampDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an timestamp type field to be used in statements like CREATE TABLE.
_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.
_quoteDecimal
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_quoteDecimal()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteFloat
in file fbsql.php, method MDB2_Driver_Datatype_fbsql::_quoteFloat()
    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

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
createIndex
in file fbsql.php, method MDB2_Driver_Manager_fbsql::createIndex()
    get the stucture of a field into an array
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

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
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.
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_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_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_BufferedResult_fbsql
in file fbsql.php, class MDB2_BufferedResult_fbsql
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

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