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

Index of all elements

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

a

alterDatabase
in file odbc.php, method MDB2_Driver_Manager_odbc::alterDatabase()
    alter an existing database
alterTable
in file odbc.php, method MDB2_Driver_Manager_odbc::alterTable()
    alter an existing table
top

b

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

c

commit
in file odbc.php, method MDB2_Driver_odbc::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 odbc.php, method MDB2_Driver_odbc::connect()
    Connect to the database
createDatabase
in file odbc.php, method MDB2_Driver_Manager_odbc::createDatabase()
    create a new database
createSequence
in file odbc.php, method MDB2_Driver_Manager_odbc::createSequence()
    create sequence
createTable
in file odbc.php, method MDB2_Driver_Manager_odbc::createTable()
    create a new table
top

d

databaseExists
in file odbc.php, method MDB2_Driver_odbc::databaseExists()
    check if given database name is exists?
disconnect
in file odbc.php, method MDB2_Driver_odbc::disconnect()
    Log out and disconnect from the database.
dropDatabase
in file odbc.php, method MDB2_Driver_Manager_odbc::dropDatabase()
    drop an existing database
dropIndex
in file odbc.php, method MDB2_Driver_Manager_odbc::dropIndex()
    drop existing index
dropSequence
in file odbc.php, method MDB2_Driver_Manager_odbc::dropSequence()
    This function drops an existing sequence
top

e

errorInfo
in file odbc.php, method MDB2_Driver_odbc::errorInfo()
    This method is used to collect information about an error
escapePattern
in file odbc.php, method MDB2_Driver_odbc::escapePattern()
    Quotes pattern (% and _) characters in a string)
top

f

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

g

getServerVersion
in file odbc.php, method MDB2_Driver_odbc::getServerVersion()
    return version information about the server
getTableConstraintDefinition
in file odbc.php, method MDB2_Driver_Reverse_odbc::getTableConstraintDefinition()
    Get the structure of a constraint into an array
getTableFieldDefinition
in file odbc.php, method MDB2_Driver_Reverse_odbc::getTableFieldDefinition()
    Get the structure of a field into an array
getTableIndexDefinition
in file odbc.php, method MDB2_Driver_Reverse_odbc::getTableIndexDefinition()
    Get the structure of an index into an array
getTriggerDefinition
in file odbc.php, method MDB2_Driver_Reverse_odbc::getTriggerDefinition()
    Get the structure of a trigger into an array
getTypeDeclaration
in file odbc.php, method MDB2_Driver_Datatype_odbc::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 odbc.php, variable MDB2_Driver_odbc::$identifier_quoting
top

l

lastInsertID
in file odbc.php, method MDB2_Driver_odbc::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 odbc.php, method MDB2_Driver_Manager_odbc::listDatabases()
    list all databases
listFunctions
in file odbc.php, method MDB2_Driver_Manager_odbc::listFunctions()
    list all functions in the current database
listSequences
in file odbc.php, method MDB2_Driver_Manager_odbc::listSequences()
    list all sequences in the current database
listTableConstraints
in file odbc.php, method MDB2_Driver_Manager_odbc::listTableConstraints()
    list all constraints in a table
listTableFields
in file odbc.php, method MDB2_Driver_Manager_odbc::listTableFields()
    list all fields in a table in the current database
listTableIndexes
in file odbc.php, method MDB2_Driver_Manager_odbc::listTableIndexes()
    list all indexes in a table
listTables
in file odbc.php, method MDB2_Driver_Manager_odbc::listTables()
    list all tables in the current database
listTableTriggers
in file odbc.php, method MDB2_Driver_Manager_odbc::listTableTriggers()
    list all triggers in the database that reference a given table
listUsers
in file odbc.php, method MDB2_Driver_Manager_odbc::listUsers()
    list all users
listViews
in file odbc.php, method MDB2_Driver_Manager_odbc::listViews()
    list all views in the current database
top

m

MDB2_BufferedResult_odbc
in file odbc.php, class MDB2_BufferedResult_odbc
    MDB2 odbc Server buffered result driver
MDB2_Driver_Datatype_odbc
in file odbc.php, class MDB2_Driver_Datatype_odbc
    MDB2 MS SQL driver
MDB2_Driver_Manager_odbc
in file odbc.php, class MDB2_Driver_Manager_odbc
    MDB2 MSSQL driver for the management modules
MDB2_Driver_odbc
in file odbc.php, class MDB2_Driver_odbc
    MDB2 odbc Server driver
MDB2_Driver_Reverse_odbc
in file odbc.php, class MDB2_Driver_Reverse_odbc
    MDB2 MSSQL driver for the schema reverse engineering module
MDB2_Result_odbc
in file odbc.php, class MDB2_Result_odbc
    MDB2 odbc Server result driver
MDB2_Statement_odbc
in file odbc.php, class MDB2_Statement_odbc
    MDB2 odbc Server statement driver
top

n

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

o

odbc.php
procedural page odbc.php
odbc.php
procedural page odbc.php
odbc.php
procedural page odbc.php
odbc.php
procedural page odbc.php
odbc_fetch_assoc
in file odbc.php, function odbc_fetch_assoc()
odbc_fetch_row_wrapper
in file odbc.php, function odbc_fetch_row_wrapper()
odbc_query
in file odbc.php, function odbc_query()
top

r

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

t

tableInfo
in file odbc.php, method MDB2_Driver_Reverse_odbc::tableInfo()
    Returns information about a table or a result set
truncateTable
in file odbc.php, method MDB2_Driver_Manager_odbc::truncateTable()
    Truncate an existing table (if the TRUNCATE TABLE syntax is not supported, it falls back to a DELETE FROM TABLE query)
top

v

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

_

_add_flag
in file odbc.php, method MDB2_Driver_Reverse_odbc::_add_flag()
    Adds a string to the flags array if the flag is not yet in there
  • if there is no flag present the array is created
_baseConvertResult
in file odbc.php, method MDB2_Driver_Datatype_odbc::_baseConvertResult()
    general type conversion method
_doConnect
in file odbc.php, method MDB2_Driver_odbc::_doConnect()
    do the grunt work of the connect
_doQuery
in file odbc.php, method MDB2_Driver_odbc::_doQuery()
    Execute a query
_getAdvancedFKOptions
in file odbc.php, method MDB2_Driver_Manager_odbc::_getAdvancedFKOptions()
    Return the FOREIGN KEY query section dealing with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...
_getBLOBDeclaration
in file odbc.php, method MDB2_Driver_Datatype_odbc::_getBLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
_getCLOBDeclaration
in file odbc.php, method MDB2_Driver_Datatype_odbc::_getCLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
_getIntegerDeclaration
in file odbc.php, method MDB2_Driver_Datatype_odbc::_getIntegerDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
_mapNativeDatatype
in file odbc.php, method MDB2_Driver_Datatype_odbc::_mapNativeDatatype()
    Maps a native array description of a field to a MDB2 datatype and length
_modifyQuery
in file odbc.php, method MDB2_Driver_odbc::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_mssql_field_flags
in file odbc.php, method MDB2_Driver_Reverse_odbc::_mssql_field_flags()
    Get a column's flags
_quoteBLOB
in file odbc.php, method MDB2_Driver_Datatype_odbc::_quoteBLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_skipLimitOffset
in file odbc.php, method MDB2_Result_odbc::_skipLimitOffset()
    Skip the first row of a result set.
__construct
in file odbc.php, method MDB2_Driver_odbc::__construct()
    Constructor
top

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