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

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

a

$as_keyword
in file MDB2.php, variable MDB2_Driver_Common::$as_keyword
    column alias keyword
alterDatabase
in file Common.php, method MDB2_Driver_Manager_Common::alterDatabase()
    alter an existing database
alterTable
in file Common.php, method MDB2_Driver_Manager_Common::alterTable()
    alter an existing table
apiVersion
in file MDB2.php, method MDB2::apiVersion()
    Return the MDB2 API version
areEquals
in file MDB2.php, method MDB2::areEquals()
    It looks like there's a memory leak in array_diff() in PHP 5.1.x, so use this method instead.
autoExecute
in file Extended.php, method MDB2_Extended::autoExecute()
    Generate an insert, update or delete query and call prepare() and execute() on it
autoPrepare
in file Extended.php, method MDB2_Extended::autoPrepare()
    Generate an insert, update or delete query and call prepare() on it
top

b

beginNestedTransaction
in file MDB2.php, method MDB2_Driver_Common::beginNestedTransaction()
    Start a nested transaction.
beginTransaction
in file MDB2.php, method MDB2_Driver_Common::beginTransaction()
    Start a transaction or set a savepoint.
bindColumn
in file MDB2.php, method MDB2_Result_Common::bindColumn()
    Set bind variable to a column.
bindParam
in file MDB2.php, method MDB2_Statement_Common::bindParam()
    Bind a variable to a parameter of a prepared query.
bindParamArray
in file MDB2.php, method MDB2_Statement_Common::bindParamArray()
    Bind the variables of multiple a parameter of a prepared query in bulk.
bindValue
in file MDB2.php, method MDB2_Statement_Common::bindValue()
    Set the value of a parameter of a prepared query.
bindValueArray
in file MDB2.php, method MDB2_Statement_Common::bindValueArray()
    Set the values of multiple a parameter of a prepared query in bulk.
buildManipSQL
in file Extended.php, method MDB2_Extended::buildManipSQL()
    Make automaticaly an sql query for prepare()
top

c

$column_names
in file MDB2.php, variable MDB2_Result_Common::$column_names
$connected_database_name
in file MDB2.php, variable MDB2_Driver_Common::$connected_database_name
    the name of the database currently selected
$connected_dsn
in file MDB2.php, variable MDB2_Driver_Common::$connected_dsn
    DSN that was used to create the current connection
$connected_server_info
in file MDB2.php, variable MDB2_Driver_Common::$connected_server_info
    server version information
$connection
in file MDB2.php, variable MDB2_Driver_Common::$connection
    connection resource
checkResultTypes
in file Common.php, method MDB2_Driver_Datatype_Common::checkResultTypes()
    Define the list of types to be associated with the columns of a given result set.
classExists
in file MDB2.php, method MDB2::classExists()
    Checks if a class exists without triggering __autoload
commit
in file MDB2.php, method MDB2_Driver_Common::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.
compareDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::compareDefinition()
    Obtain an array of changes that may need to applied
compareDefinition
in file MDB2.php, method MDB2_Driver_Common::compareDefinition()
    Obtain an array of changes that may need to applied
completeNestedTransaction
in file MDB2.php, method MDB2_Driver_Common::completeNestedTransaction()
    Finish a nested transaction by rolling back if an error occured or committing otherwise.
concat
in file Common.php, method MDB2_Driver_Function_Common::concat()
    Returns string to concatenate two or more string parameters
connect
in file MDB2.php, method MDB2_Driver_Common::connect()
    Connect to the database
connect
in file MDB2.php, method MDB2::connect()
    Create a new MDB2_Driver_* connection object and connect to the specified database
convertResult
in file Common.php, method MDB2_Driver_Datatype_Common::convertResult()
    Convert a value to a RDBMS indipendent MDB2 type
convertResultRow
in file Common.php, method MDB2_Driver_Datatype_Common::convertResultRow()
    Convert a result row
count
in file Iterator.php, method MDB2_BufferedIterator::count()
    Returns the number of rows in a result object
createConstraint
in file Common.php, method MDB2_Driver_Manager_Common::createConstraint()
    create a constraint on a table
createDatabase
in file Common.php, method MDB2_Driver_Manager_Common::createDatabase()
    create a new database
createIndex
in file Common.php, method MDB2_Driver_Manager_Common::createIndex()
    Get the stucture of a field into an array
createSequence
in file Common.php, method MDB2_Driver_Manager_Common::createSequence()
    create sequence
createTable
in file Common.php, method MDB2_Driver_Manager_Common::createTable()
    create a new table
current
in file Iterator.php, method MDB2_Iterator::current()
    return a row of data
currID
in file MDB2.php, method MDB2_Driver_Common::currID()
    Returns the current id of a sequence
Common.php
procedural page Common.php
Common.php
procedural page Common.php
Common.php
procedural page Common.php
Common.php
procedural page Common.php
Common.php
procedural page Common.php
top

d

$database_name
in file MDB2.php, variable MDB2_Driver_Common::$database_name
    the name of the database for the next query
$datatype
in file MDB2.php, variable MDB2_Driver_Common::$datatype
$db
in file MDB2.php, variable MDB2_Statement_Common::$db
$db
in file MDB2.php, variable MDB2_Result_Common::$db
$dbsyntax
in file MDB2.php, variable MDB2_Driver_Common::$dbsyntax
    Database used with regards to SQL syntax etc.
$db_index
in file MDB2.php, variable MDB2_Driver_Common::$db_index
    index of the MDB2 object within the $GLOBALS['_MDB2_databases'] array
$db_index
in file MDB2.php, variable MDB2_Module_Common::$db_index
    contains the key to the global MDB2 instance array of the associated MDB2 instance
$db_index
in file LOB.php, variable MDB2_LOB::$db_index
    contains the key to the global MDB2 instance array of the associated MDB2 instance
$debug_output
in file MDB2.php, variable MDB2_Driver_Common::$debug_output
    string with the debugging information
$destructor_registered
in file MDB2.php, variable MDB2_Driver_Common::$destructor_registered
    determines of the PHP4 destructor emulation has been enabled yet
$dsn
in file MDB2.php, variable MDB2_Driver_Common::$dsn
    DSN used for the next query
databaseExists
in file MDB2.php, method MDB2_Driver_Common::databaseExists()
    check if given database name is exists?
date2Mdbstamp
in file Date.php, method MDB2_Date::date2Mdbstamp()
    convert a date into a MDB2 timestamp
debug
in file MDB2.php, method MDB2_Driver_Common::debug()
    set a debug message
delExpect
in file MDB2.php, method MDB2_Driver_Common::delExpect()
    This method deletes all occurences of the specified element from the expected error codes stack.
destroyLOB
in file Common.php, method MDB2_Driver_Datatype_Common::destroyLOB()
    Free any resources allocated during the lifetime of the large object handler object.
disconnect
in file MDB2.php, method MDB2_Driver_Common::disconnect()
    Log out and disconnect from the database.
dropConstraint
in file Common.php, method MDB2_Driver_Manager_Common::dropConstraint()
    drop existing constraint
dropDatabase
in file Common.php, method MDB2_Driver_Manager_Common::dropDatabase()
    drop an existing database
dropIndex
in file Common.php, method MDB2_Driver_Manager_Common::dropIndex()
    drop existing index
dropSequence
in file Common.php, method MDB2_Driver_Manager_Common::dropSequence()
    drop existing sequence
dropTable
in file Common.php, method MDB2_Driver_Manager_Common::dropTable()
    drop an existing table
Date.php
procedural page Date.php
top

e

$extended
in file MDB2.php, variable MDB2_Driver_Common::$extended
errorInfo
in file MDB2.php, method MDB2_Driver_Common::errorInfo()
    This method is used to collect information about an error
errorMessage
in file MDB2.php, method MDB2::errorMessage()
    Return a textual error message for a MDB2 error code
escape
in file MDB2.php, method MDB2_Driver_Common::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.
escapePattern
in file MDB2.php, method MDB2_Driver_Common::escapePattern()
    Quotes pattern (% and _) characters in a string)
exec
in file MDB2.php, method MDB2_Driver_Common::exec()
    Execute a manipulation query to the database and return the number of affected rows
execParam
in file Extended.php, method MDB2_Extended::execParam()
    Execute a parameterized DML statement.
execute
in file MDB2.php, method MDB2_Statement_Common::execute()
    Execute a prepared query statement.
executeMultiple
in file Extended.php, method MDB2_Extended::executeMultiple()
    This function does several execute() calls on the same statement handle.
executeStoredProc
in file Common.php, method MDB2_Driver_Function_Common::executeStoredProc()
    Execute a stored procedure and return any results
expectError
in file MDB2.php, method MDB2_Driver_Common::expectError()
    This method is used to tell which errors you expect to get.
example.php
procedural page example.php
example_php5.php
procedural page example_php5.php
Extended.php
procedural page Extended.php
top

f

$fetchmode
in file MDB2.php, variable MDB2_Driver_Common::$fetchmode
    the default fetchmode used
$fetchmode
in file Iterator.php, variable MDB2_Iterator::$fetchmode
$function
in file MDB2.php, variable MDB2_Driver_Common::$function
factory
in file MDB2.php, method MDB2::factory()
    Create a new MDB2 object for the specified database type
failNestedTransaction
in file MDB2.php, method MDB2_Driver_Common::failNestedTransaction()
    Force setting nested transaction to failed.
fetchAll
in file MDB2.php, method MDB2_Result_Common::fetchAll()
    Fetch and return all rows from the current row pointer position
fetchCol
in file MDB2.php, method MDB2_Result_Common::fetchCol()
    Fetch and return a column from the current row pointer position
fetchOne
in file MDB2.php, method MDB2_Result_Common::fetchOne()
    fetch single column from the next row from a result set
fetchRow
in file MDB2.php, method MDB2_Result_Common::fetchRow()
    Fetch and return a row of data
fileExists
in file MDB2.php, method MDB2::fileExists()
    Checks if a file exists in the include path
free
in file MDB2.php, method MDB2_Statement_Common::free()
    Release resources allocated for the specified prepared query.
free
in file MDB2.php, method MDB2_Result_Common::free()
    Free the internal resources associated with result.
free
in file Iterator.php, method MDB2_Iterator::free()
    Free the internal resources associated with result.
free
in file MDB2.php, method MDB2_Driver_Common::free()
    Free the internal references so that the instance can be destroyed
functionTable
in file Common.php, method MDB2_Driver_Function_Common::functionTable()
    return string for internal table used when calling only a function
top

g

getAfterID
in file Extended.php, method MDB2_Extended::getAfterID()
    Returns the autoincrement ID if supported or $id
getAll
in file Extended.php, method MDB2_Extended::getAll()
    Fetch all the rows returned from a query.
getAsKeyword
in file MDB2.php, method MDB2_Driver_Common::getAsKeyword()
    Gets the string to alias column
getAssoc
in file Extended.php, method MDB2_Extended::getAssoc()
    Fetch the entire result set of a query and return it as an associative array using the first column as the key.
getBeforeID
in file Extended.php, method MDB2_Extended::getBeforeID()
    Returns the next free id of a sequence if the RDBMS does not support auto increment
getCol
in file Extended.php, method MDB2_Extended::getCol()
    Fetch a single column from a result set and return it as an indexed array.
getColumnNames
in file MDB2.php, method MDB2_Result_Common::getColumnNames()
    Retrieve the names of columns returned by the DBMS in a query result or from the cache.
getConnection
in file MDB2.php, method MDB2_Driver_Common::getConnection()
    Returns a native connection
getDatabase
in file MDB2.php, method MDB2_Driver_Common::getDatabase()
    Get the current database
getDBInstance
in file MDB2.php, method MDB2_Module_Common::getDBInstance()
    Get the instance of MDB2 associated with the module instance
getDebugOutput
in file MDB2.php, method MDB2_Driver_Common::getDebugOutput()
    output debug info
getDeclaration
in file MDB2.php, method MDB2_Driver_Common::getDeclaration()
    Obtain DBMS specific SQL code portion needed to declare of the given type
getDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::getDeclaration()
    Obtain DBMS specific SQL code portion needed to declare of the given type
getDSN
in file MDB2.php, method MDB2_Driver_Common::getDSN()
    return the DSN as a string
getFieldDeclarationList
in file Common.php, method MDB2_Driver_Manager_Common::getFieldDeclarationList()
    Get declaration of a number of field in bulk
getIndexName
in file MDB2.php, method MDB2_Driver_Common::getIndexName()
    adds index name formatting to a index name
getNestedTransactionError
in file MDB2.php, method MDB2_Driver_Common::getNestedTransactionError()
    The first error that occured since the transaction start.
getOne
in file Extended.php, method MDB2_Extended::getOne()
    Fetch the first column of the first row of data returned from a query.
getOption
in file MDB2.php, method MDB2_Driver_Common::getOption()
    Returns the value of an option
getResource
in file MDB2.php, method MDB2_Result_Common::getResource()
    return the resource associated with the result object
getRow
in file Extended.php, method MDB2_Extended::getRow()
    Fetch the first row of data returned from a query. Takes care of doing the query and freeing the results when finished.
getSequenceDefinition
in file Common.php, method MDB2_Driver_Reverse_Common::getSequenceDefinition()
    Get the structure of a sequence into an array
getSequenceName
in file MDB2.php, method MDB2_Driver_Common::getSequenceName()
    adds sequence name formatting to a sequence name
getServerVersion
in file MDB2.php, method MDB2_Driver_Common::getServerVersion()
    return version information about the server
getStaticProperty
in file MDB2.php, method MDB2_Driver_Common::getStaticProperty()
    If you have a class that's mostly/entirely static, and you need static
getTableConstraintDefinition
in file Common.php, method MDB2_Driver_Reverse_Common::getTableConstraintDefinition()
    Get the structure of an constraints into an array
getTableFieldDefinition
in file Common.php, method MDB2_Driver_Reverse_Common::getTableFieldDefinition()
    Get the structure of a field into an array
getTableIndexDefinition
in file Common.php, method MDB2_Driver_Reverse_Common::getTableIndexDefinition()
    Get the structure of an index into an array
getTriggerDefinition
in file Common.php, method MDB2_Driver_Reverse_Common::getTriggerDefinition()
    Get the structure of a trigger into an array
getTypeDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::getTypeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
getValidTypes
in file Common.php, method MDB2_Driver_Datatype_Common::getValidTypes()
    Get the list of valid types
getWarnings
in file MDB2.php, method MDB2_Driver_Common::getWarnings()
    Get all warnings in reverse order.
guid
in file Common.php, method MDB2_Driver_Function_Common::guid()
    Returns global unique identifier
top

h

$has_transaction_error
in file MDB2.php, variable MDB2_Driver_Common::$has_transaction_error
    the first error that occured inside a nested transaction
handle_pear_error
in file example.php, function handle_pear_error()
top

i

$identifier_quoting
in file MDB2.php, variable MDB2_Driver_Common::$identifier_quoting
    identifier quoting
$in_transaction
in file MDB2.php, variable MDB2_Driver_Common::$in_transaction
    determine if there is an open transaction
$is_manip
in file MDB2.php, variable MDB2_Statement_Common::$is_manip
implodeArray
in file Common.php, method MDB2_Driver_Datatype_Common::implodeArray()
    apply a type to all values of an array and return as a comma seperated string useful for generating IN statements
inTransaction
in file MDB2.php, method MDB2_Driver_Common::inTransaction()
    If a transaction is currently open.
isConnection
in file MDB2.php, method MDB2::isConnection()
    Tell whether a value is a MDB2 connection
isError
in file MDB2.php, method MDB2::isError()
    Tell whether a value is a MDB2 error.
isResult
in file MDB2.php, method MDB2::isResult()
    Tell whether a value is a MDB2 result
isResultCommon
in file MDB2.php, method MDB2::isResultCommon()
    Tell whether a value is a MDB2 result implementing the common interface
isStatement
in file MDB2.php, method MDB2::isStatement()
    Tell whether a value is a MDB2 statement interface
Iterator.php
procedural page Iterator.php
top

k

key
in file Iterator.php, method MDB2_Iterator::key()
    Returns the row number
top

l

$last_query
in file MDB2.php, variable MDB2_Driver_Common::$last_query
    the last query sent to the driver
$limit
in file MDB2.php, variable MDB2_Driver_Common::$limit
    result limit used in the next query
$limit
in file MDB2.php, variable MDB2_Result_Common::$limit
$limit
in file MDB2.php, variable MDB2_Statement_Common::$limit
$lobs
in file Common.php, variable MDB2_Driver_Datatype_Common::$lobs
    contains all LOB objects created with this MDB2 instance
$lob_index
in file LOB.php, variable MDB2_LOB::$lob_index
    contains the key to the global MDB2_LOB instance array of the associated MDB2_LOB instance
lastInsertID
in file MDB2.php, method MDB2_Driver_Common::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 Common.php, method MDB2_Driver_Function_Common::length()
    return string to call a function to get the length of a string expression
limitQuery
in file Extended.php, method MDB2_Extended::limitQuery()
    Generates a limited query
listDatabases
in file Common.php, method MDB2_Driver_Manager_Common::listDatabases()
    list all databases
listFunctions
in file Common.php, method MDB2_Driver_Manager_Common::listFunctions()
    list all functions in the current database
listSequences
in file Common.php, method MDB2_Driver_Manager_Common::listSequences()
    list all sequences in the current database
listTableConstraints
in file Common.php, method MDB2_Driver_Manager_Common::listTableConstraints()
    list all constraints in a table
listTableFields
in file Common.php, method MDB2_Driver_Manager_Common::listTableFields()
    list all fields in a table in the current database
listTableIndexes
in file Common.php, method MDB2_Driver_Manager_Common::listTableIndexes()
    list all indexes in a table
listTables
in file Common.php, method MDB2_Driver_Manager_Common::listTables()
    list all tables in the current database
listTableTriggers
in file Common.php, method MDB2_Driver_Manager_Common::listTableTriggers()
    list all triggers in the database that reference a given table
listTableViews
in file Common.php, method MDB2_Driver_Manager_Common::listTableViews()
    list the views in the database that reference a given table
listUsers
in file Common.php, method MDB2_Driver_Manager_Common::listUsers()
    list all users
listViews
in file Common.php, method MDB2_Driver_Manager_Common::listViews()
    list all views in the current database
loadClass
in file MDB2.php, method MDB2::loadClass()
    Loads a PEAR class.
loadFile
in file MDB2.php, method MDB2::loadFile()
    load a file (like 'Date')
loadModule
in file MDB2.php, method MDB2_Driver_Common::loadModule()
    loads a module
lower
in file Common.php, method MDB2_Driver_Function_Common::lower()
    return string to call a function to lower the case of an expression
LOB.php
procedural page LOB.php
top

m

$manager
in file MDB2.php, variable MDB2_Driver_Common::$manager
$modules
in file MDB2.php, variable MDB2_Driver_Common::$modules
    array of module instances
mapNativeDatatype
in file Common.php, method MDB2_Driver_Datatype_Common::mapNativeDatatype()
    Maps a native array description of a field to a MDB2 datatype and length
mapPrepareDatatype
in file Common.php, method MDB2_Driver_Datatype_Common::mapPrepareDatatype()
    Maps an mdb2 datatype to mysqli prepare type
matchPattern
in file Common.php, method MDB2_Driver_Datatype_Common::matchPattern()
    build a pattern matching string
MDB2
in file MDB2.php, class MDB2
    The main 'MDB2' class is simply a container class with some static methods for creating DB objects as well as some utility functions common to all parts of DB.
MDB2.php
procedural page MDB2.php
MDB2_AUTOQUERY_DELETE
in file Extended.php, constant MDB2_AUTOQUERY_DELETE
MDB2_AUTOQUERY_INSERT
in file Extended.php, constant MDB2_AUTOQUERY_INSERT
    Used by autoPrepare()
MDB2_AUTOQUERY_SELECT
in file Extended.php, constant MDB2_AUTOQUERY_SELECT
MDB2_AUTOQUERY_UPDATE
in file Extended.php, constant MDB2_AUTOQUERY_UPDATE
MDB2_BufferedIterator
in file Iterator.php, class MDB2_BufferedIterator
    PHP5 buffered Iterator
MDB2_closeOpenTransactions
in file MDB2.php, function MDB2_closeOpenTransactions()
    Close any open transactions form persistent connections
MDB2_Date
in file Date.php, class MDB2_Date
    Several methods to convert the MDB2 native timestamp format (ISO based) to and from data structures that are convenient to worth with in side of php.
MDB2_defaultDebugOutput
in file MDB2.php, function MDB2_defaultDebugOutput()
    default debug output handler
MDB2_Driver_Common
in file MDB2.php, class MDB2_Driver_Common
    MDB2_Driver_Common: Base class that is extended by each MDB2 driver
MDB2_Driver_Datatype_Common
in file Common.php, class MDB2_Driver_Datatype_Common
    MDB2_Driver_Common: Base class that is extended by each MDB2 driver
MDB2_Driver_Function_Common
in file Common.php, class MDB2_Driver_Function_Common
    Base class for the function modules that is extended by each MDB2 driver
MDB2_Driver_Manager_Common
in file Common.php, class MDB2_Driver_Manager_Common
    Base class for the management modules that is extended by each MDB2 driver
MDB2_Driver_Native_Common
in file Common.php, class MDB2_Driver_Native_Common
    Base class for the natuve modules that is extended by each MDB2 driver
MDB2_Driver_Reverse_Common
in file Common.php, class MDB2_Driver_Reverse_Common
    Base class for the schema reverse engineering module that is extended by each MDB2 driver
MDB2_ERROR
in file MDB2.php, constant MDB2_ERROR
MDB2_Error
in file MDB2.php, class MDB2_Error
    MDB2_Error implements a class for reporting portable database error messages.
MDB2_ERROR_ACCESS_VIOLATION
in file MDB2.php, constant MDB2_ERROR_ACCESS_VIOLATION
MDB2_ERROR_ALREADY_EXISTS
in file MDB2.php, constant MDB2_ERROR_ALREADY_EXISTS
MDB2_ERROR_CANNOT_ALTER
in file MDB2.php, constant MDB2_ERROR_CANNOT_ALTER
MDB2_ERROR_CANNOT_CREATE
in file MDB2.php, constant MDB2_ERROR_CANNOT_CREATE
MDB2_ERROR_CANNOT_DELETE
in file MDB2.php, constant MDB2_ERROR_CANNOT_DELETE
MDB2_ERROR_CANNOT_DROP
in file MDB2.php, constant MDB2_ERROR_CANNOT_DROP
MDB2_ERROR_CANNOT_REPLACE
in file MDB2.php, constant MDB2_ERROR_CANNOT_REPLACE
MDB2_ERROR_CONNECT_FAILED
in file MDB2.php, constant MDB2_ERROR_CONNECT_FAILED
MDB2_ERROR_CONSTRAINT
in file MDB2.php, constant MDB2_ERROR_CONSTRAINT
MDB2_ERROR_CONSTRAINT_NOT_NULL
in file MDB2.php, constant MDB2_ERROR_CONSTRAINT_NOT_NULL
MDB2_ERROR_DEADLOCK
in file MDB2.php, constant MDB2_ERROR_DEADLOCK
MDB2_ERROR_DISCONNECT_FAILED
in file MDB2.php, constant MDB2_ERROR_DISCONNECT_FAILED
MDB2_ERROR_DIVZERO
in file MDB2.php, constant MDB2_ERROR_DIVZERO
MDB2_ERROR_EXTENSION_NOT_FOUND
in file MDB2.php, constant MDB2_ERROR_EXTENSION_NOT_FOUND
MDB2_ERROR_INSUFFICIENT_DATA
in file MDB2.php, constant MDB2_ERROR_INSUFFICIENT_DATA
MDB2_ERROR_INVALID
in file MDB2.php, constant MDB2_ERROR_INVALID
MDB2_ERROR_INVALID_DATE
in file MDB2.php, constant MDB2_ERROR_INVALID_DATE
MDB2_ERROR_INVALID_DSN
in file MDB2.php, constant MDB2_ERROR_INVALID_DSN
MDB2_ERROR_INVALID_NUMBER
in file MDB2.php, constant MDB2_ERROR_INVALID_NUMBER
MDB2_ERROR_LOADMODULE
in file MDB2.php, constant MDB2_ERROR_LOADMODULE
MDB2_ERROR_MANAGER
in file MDB2.php, constant MDB2_ERROR_MANAGER
MDB2_ERROR_MANAGER_PARSE
in file MDB2.php, constant MDB2_ERROR_MANAGER_PARSE
MDB2_ERROR_MISMATCH
in file MDB2.php, constant MDB2_ERROR_MISMATCH
MDB2_ERROR_NEED_MORE_DATA
in file MDB2.php, constant MDB2_ERROR_NEED_MORE_DATA
MDB2_ERROR_NODBSELECTED
in file MDB2.php, constant MDB2_ERROR_NODBSELECTED
MDB2_ERROR_NOSUCHDB
in file MDB2.php, constant MDB2_ERROR_NOSUCHDB
MDB2_ERROR_NOSUCHFIELD
in file MDB2.php, constant MDB2_ERROR_NOSUCHFIELD
MDB2_ERROR_NOSUCHTABLE
in file MDB2.php, constant MDB2_ERROR_NOSUCHTABLE
MDB2_ERROR_NOT_CAPABLE
in file MDB2.php, constant MDB2_ERROR_NOT_CAPABLE
MDB2_ERROR_NOT_FOUND
in file MDB2.php, constant MDB2_ERROR_NOT_FOUND
MDB2_ERROR_NOT_LOCKED
in file MDB2.php, constant MDB2_ERROR_NOT_LOCKED
MDB2_ERROR_NO_PERMISSION
in file MDB2.php, constant MDB2_ERROR_NO_PERMISSION
MDB2_ERROR_SYNTAX
in file MDB2.php, constant MDB2_ERROR_SYNTAX
MDB2_ERROR_TRUNCATED
in file MDB2.php, constant MDB2_ERROR_TRUNCATED
MDB2_ERROR_UNSUPPORTED
in file MDB2.php, constant MDB2_ERROR_UNSUPPORTED
MDB2_ERROR_VALUE_COUNT_ON_ROW
in file MDB2.php, constant MDB2_ERROR_VALUE_COUNT_ON_ROW
MDB2_Extended
in file Extended.php, class MDB2_Extended
    MDB2_Extended: class which adds several high level methods to MDB2
MDB2_FETCHMODE_ASSOC
in file MDB2.php, constant MDB2_FETCHMODE_ASSOC
    Column data indexed by column names
MDB2_FETCHMODE_DEFAULT
in file MDB2.php, constant MDB2_FETCHMODE_DEFAULT
    This is a special constant that tells MDB2 the user hasn't specified any particular get mode, so the default should be used.
MDB2_FETCHMODE_FLIPPED
in file MDB2.php, constant MDB2_FETCHMODE_FLIPPED
    For multi-dimensional results: normally the first level of arrays is the row number, and the second level indexed by column number or name.
MDB2_FETCHMODE_OBJECT
in file MDB2.php, constant MDB2_FETCHMODE_OBJECT
    Column data as object properties
MDB2_FETCHMODE_ORDERED
in file MDB2.php, constant MDB2_FETCHMODE_ORDERED
    Column data indexed by numbers, ordered from 0 and up
MDB2_Iterator
in file Iterator.php, class MDB2_Iterator
    PHP5 Iterator
MDB2_LOB
in file LOB.php, class MDB2_LOB
    MDB2_LOB: user land stream wrapper implementation for LOB support
MDB2_Module_Common
in file MDB2.php, class MDB2_Module_Common
    The common modules class for MDB2 module objects
MDB2_OK
in file MDB2.php, constant MDB2_OK
    The method mapErrorCode in each MDB2_dbtype implementation maps native error codes to one of these.
MDB2_PORTABILITY_ALL
in file MDB2.php, constant MDB2_PORTABILITY_ALL
    Portability: turn on all portability features.
MDB2_PORTABILITY_DELETE_COUNT
in file MDB2.php, constant MDB2_PORTABILITY_DELETE_COUNT
    Portability: force reporting the number of rows deleted.
MDB2_PORTABILITY_EMPTY_TO_NULL
in file MDB2.php, constant MDB2_PORTABILITY_EMPTY_TO_NULL
    Portability: convert empty values to null strings in data output by query*() and fetch*().
MDB2_PORTABILITY_ERRORS
in file MDB2.php, constant MDB2_PORTABILITY_ERRORS
    Portability: makes certain error messages in certain drivers compatible with those from other DBMS's.
MDB2_PORTABILITY_FIX_ASSOC_FIELD_NAMES
in file MDB2.php, constant MDB2_PORTABILITY_FIX_ASSOC_FIELD_NAMES
    Portability: removes database/table qualifiers from associative indexes
MDB2_PORTABILITY_FIX_CASE
in file MDB2.php, constant MDB2_PORTABILITY_FIX_CASE
    Portability: convert names of tables and fields to case defined in the "field_case" option when using the query*(), fetch*() and tableInfo() methods.
MDB2_PORTABILITY_NONE
in file MDB2.php, constant MDB2_PORTABILITY_NONE
    Portability: turn off all portability features.
MDB2_PORTABILITY_NUMROWS
in file MDB2.php, constant MDB2_PORTABILITY_NUMROWS
    Portability: not needed in MDB2 (just left here for compatibility to DB)
MDB2_PORTABILITY_RTRIM
in file MDB2.php, constant MDB2_PORTABILITY_RTRIM
    Portability: right trim the data output by query*() and fetch*().
MDB2_PREPARE_MANIP
in file MDB2.php, constant MDB2_PREPARE_MANIP
    These are just helper constants to more verbosely express parameters to prepare()
MDB2_PREPARE_RESULT
in file MDB2.php, constant MDB2_PREPARE_RESULT
MDB2_Result
in file MDB2.php, class MDB2_Result
    The dummy class that all user space result classes should extend from
MDB2_Result_Common
in file MDB2.php, class MDB2_Result_Common
    The common result class for MDB2 result objects
MDB2_Row
in file MDB2.php, class MDB2_Row
    The simple class that accepts row data as an array
MDB2_Statement_Common
in file MDB2.php, class MDB2_Statement_Common
    The common statement class for MDB2 statement objects
MDB2_TABLEINFO_FULL
in file Common.php, constant MDB2_TABLEINFO_FULL
MDB2_TABLEINFO_ORDER
in file Common.php, constant MDB2_TABLEINFO_ORDER
    These are constants for the tableInfo-function
MDB2_TABLEINFO_ORDERTABLE
in file Common.php, constant MDB2_TABLEINFO_ORDERTABLE
mdbNow
in file Date.php, method MDB2_Date::mdbNow()
    return the current datetime
mdbstamp2Date
in file Date.php, method MDB2_Date::mdbstamp2Date()
    convert a MDB2 timestamp into an array containing all values necessary to pass to php's date() function
mdbstamp2Unix
in file Date.php, method MDB2_Date::mdbstamp2Unix()
    convert a MDB2 timestamp into a unix timestamp
mdbTime
in file Date.php, method MDB2_Date::mdbTime()
    return the current time
mdbToday
in file Date.php, method MDB2_Date::mdbToday()
    return the current date
top

n

$native
in file MDB2.php, variable MDB2_Driver_Common::$native
$nested_transaction_counter
in file MDB2.php, variable MDB2_Driver_Common::$nested_transaction_counter
    the smart transaction nesting depth
next
in file Iterator.php, method MDB2_Iterator::next()
    Fetch next row of data
nextID
in file MDB2.php, method MDB2_Driver_Common::nextID()
    Returns the next free id of a sequence
nextResult
in file MDB2.php, method MDB2_Result_Common::nextResult()
    Move the internal result pointer to the next available result
now
in file Common.php, method MDB2_Driver_Function_Common::now()
    Return string to call a variable with the current timestamp inside an SQL statement
numCols
in file MDB2.php, method MDB2_Result_Common::numCols()
    Count the number of columns returned by the DBMS in a query result.
numRows
in file MDB2.php, method MDB2_Result_Common::numRows()
    Returns the number of rows in a result object
top

o

$offset
in file MDB2.php, variable MDB2_Result_Common::$offset
$offset
in file MDB2.php, variable MDB2_Statement_Common::$offset
$offset
in file MDB2.php, variable MDB2_Driver_Common::$offset
    result offset used in the next query
$offset_count
in file MDB2.php, variable MDB2_Result_Common::$offset_count
$opened_persistent
in file MDB2.php, variable MDB2_Driver_Common::$opened_persistent
    if the current opened connection is a persistent connection
$options
in file MDB2.php, variable MDB2_Driver_Common::$options
    Array of supported options that can be passed to the MDB2 instance.
top

p

$pear
in file MDB2.php, variable MDB2_Driver_Common::$pear
$phptype
in file MDB2.php, variable MDB2_Driver_Common::$phptype
    Database backend used in PHP (mysql, odbc etc.)
parseDSN
in file MDB2.php, method MDB2::parseDSN()
    Parse a data source name.
patternEscapeString
in file Common.php, method MDB2_Driver_Datatype_Common::patternEscapeString()
    build string to define pattern escape character
popErrorHandling
in file MDB2.php, method MDB2_Driver_Common::popErrorHandling()
    Pop the last error handler used
popExpect
in file MDB2.php, method MDB2_Driver_Common::popExpect()
    This method pops one element off the expected error codes stack.
prepare
in file MDB2.php, method MDB2_Driver_Common::prepare()
    Prepares a query for multiple execution with execute().
pushErrorHandling
in file MDB2.php, method MDB2_Driver_Common::pushErrorHandling()
    Push a new error handler on top of the error handler options stack. With this you can easily override the actual error handler for some code and restore it later with popErrorHandling.
top

q

$query
in file MDB2.php, variable MDB2_Statement_Common::$query
query
in file MDB2.php, method MDB2_Driver_Common::query()
    Send a query to the database and return any results
queryAll
in file MDB2.php, method MDB2_Driver_Common::queryAll()
    Execute the specified query, fetch all the rows of the result set into a two dimensional array and then frees the result set.
queryCol
in file MDB2.php, method MDB2_Driver_Common::queryCol()
    Execute the specified query, fetch the value from the first column of each row of the result set into an array and then frees the result set.
queryOne
in file MDB2.php, method MDB2_Driver_Common::queryOne()
    Execute the specified query, fetch the value from the first column of the first row of the result set and then frees the result set.
queryRow
in file MDB2.php, method MDB2_Driver_Common::queryRow()
    Execute the specified query, fetch the values from the first row of the result set into an array and then frees the result set.
quote
in file Common.php, method MDB2_Driver_Datatype_Common::quote()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
quote
in file MDB2.php, method MDB2_Driver_Common::quote()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
quoteIdentifier
in file MDB2.php, method MDB2_Driver_Common::quoteIdentifier()
    Quote a string so it can be safely used as a table or column name
top

r

$result
in file Iterator.php, variable MDB2_Iterator::$result
$result
in file MDB2.php, variable MDB2_Result_Common::$result
$result_types
in file MDB2.php, variable MDB2_Statement_Common::$result_types
$reverse
in file MDB2.php, variable MDB2_Driver_Common::$reverse
$row
in file Iterator.php, variable MDB2_Iterator::$row
$rownum
in file MDB2.php, variable MDB2_Result_Common::$rownum
raiseError
in file MDB2.php, method MDB2_Driver_Common::raiseError()
    This method is used to communicate an error and invoke error callbacks etc. Basically a wrapper for PEAR::raiseError without the message string.
raiseError
in file MDB2.php, method MDB2::raiseError()
    This method is used to communicate an error and invoke error callbacks etc. Basically a wrapper for PEAR::raiseError without the message string.
random
in file Common.php, method MDB2_Driver_Function_Common::random()
    return string to call a function to get random value inside an SQL statement
registerShutdownFunc
in file MDB2.php, method MDB2_Driver_Common::registerShutdownFunc()
    Use this function to register a shutdown method for static classes.
replace
in file MDB2.php, method MDB2_Driver_Common::replace()
    Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT query, except that if there is already a row in the table with the same key field values, the old row is deleted before the new row is inserted.
replace
in file Common.php, method MDB2_Driver_Function_Common::replace()
    return string to call a function to get replace inside an SQL statement.
resetWarnings
in file MDB2.php, method MDB2_Driver_Common::resetWarnings()
    reset the warning array
rewind
in file Iterator.php, method MDB2_Iterator::rewind()
    Seek to the first row in a result set
rewind
in file Iterator.php, method MDB2_BufferedIterator::rewind()
    Seek to the first row in a result set
rollback
in file MDB2.php, method MDB2_Driver_Common::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.
rowCount
in file MDB2.php, method MDB2_Result_Common::rowCount()
    Returns the actual row number that was last fetched (count from 0)
top

s

$sql_comments
in file MDB2.php, variable MDB2_Driver_Common::$sql_comments
    sql comments
$statement
in file MDB2.php, variable MDB2_Statement_Common::$statement
$string_quoting
in file MDB2.php, variable MDB2_Driver_Common::$string_quoting
    string array
$supported
in file MDB2.php, variable MDB2_Driver_Common::$supported
    list of all supported features of the given driver
seek
in file MDB2.php, method MDB2_Result_Common::seek()
    Seek to a specific row in a result set
seek
in file Iterator.php, method MDB2_Iterator::seek()
    Seek forward to a specific row in a result set
setCharset
in file MDB2.php, method MDB2_Driver_Common::setCharset()
    Set the charset on the current connection
setDatabase
in file MDB2.php, method MDB2_Driver_Common::setDatabase()
    Select a different database
setDSN
in file MDB2.php, method MDB2_Driver_Common::setDSN()
    set the DSN
setErrorHandling
in file MDB2.php, method MDB2_Driver_Common::setErrorHandling()
    Sets how errors generated by this object should be handled.
setFetchMode
in file MDB2.php, method MDB2_Driver_Common::setFetchMode()
    Sets which fetch mode should be used by default on queries on this connection
setLimit
in file MDB2.php, method MDB2_Driver_Common::setLimit()
    set the range of the next query
setOption
in file MDB2.php, method MDB2_Driver_Common::setOption()
    set the option for the db class
setOptions
in file MDB2.php, method MDB2::setOptions()
    set option array in an exiting database object
setResultTypes
in file MDB2.php, method MDB2_Result_Common::setResultTypes()
    Define the list of types to be associated with the columns of a given result set.
setTransactionIsolation
in file MDB2.php, method MDB2_Driver_Common::setTransactionIsolation()
    Set the transacton isolation level.
singleton
in file MDB2.php, method MDB2::singleton()
    Returns a MDB2 connection with the requested DSN.
standaloneQuery
in file MDB2.php, method MDB2_Driver_Common::standaloneQuery()
    execute a query as database administrator
staticPopErrorHandling
in file MDB2.php, method MDB2_Driver_Common::staticPopErrorHandling()
staticPushErrorHandling
in file MDB2.php, method MDB2_Driver_Common::staticPushErrorHandling()
stream_close
in file LOB.php, method MDB2_LOB::stream_close()
    close stream
stream_eof
in file LOB.php, method MDB2_LOB::stream_eof()
    Check if stream reaches EOF
stream_open
in file LOB.php, method MDB2_LOB::stream_open()
    open stream
stream_read
in file LOB.php, method MDB2_LOB::stream_read()
    read stream
stream_seek
in file LOB.php, method MDB2_LOB::stream_seek()
    Seek stream, not implemented
stream_stat
in file LOB.php, method MDB2_LOB::stream_stat()
    return information about stream
stream_tell
in file LOB.php, method MDB2_LOB::stream_tell()
    return the current position
stream_write
in file LOB.php, method MDB2_LOB::stream_write()
    write stream, note implemented
subSelect
in file MDB2.php, method MDB2_Driver_Common::subSelect()
    simple subselect emulation: leaves the query untouched for all RDBMS that support subselects
substring
in file Common.php, method MDB2_Driver_Function_Common::substring()
    return string to call a function to get a substring inside an SQL statement
supports
in file MDB2.php, method MDB2_Driver_Common::supports()
    Tell whether a DB implementation or its backend extension supports a given feature.
top

t

$types
in file MDB2.php, variable MDB2_Result_Common::$types
$types
in file MDB2.php, variable MDB2_Statement_Common::$types
$types_assoc
in file MDB2.php, variable MDB2_Result_Common::$types_assoc
tableInfo
in file Common.php, method MDB2_Driver_Reverse_Common::tableInfo()
    Returns information about a table or a result set
throwError
in file MDB2.php, method MDB2_Driver_Common::throwError()
    Simpler form of raiseError with fewer options. In most cases message, code and userinfo are enough.
truncateTable
in file Common.php, method MDB2_Driver_Manager_Common::truncateTable()
    Truncate an existing table (if the TRUNCATE TABLE syntax is not supported, it falls back to a DELETE FROM TABLE query)
top

u

unix2Mdbstamp
in file Date.php, method MDB2_Date::unix2Mdbstamp()
    convert a unix timestamp into a MDB2 timestamp
unixtimestamp
in file Common.php, method MDB2_Driver_Function_Common::unixtimestamp()
    return string to call a function to get the unix timestamp from a iso timestamp
upper
in file Common.php, method MDB2_Driver_Function_Common::upper()
    return string to call a function to upper the case of an expression
top

v

$valid_default_values
in file Common.php, variable MDB2_Driver_Datatype_Common::$valid_default_values
$values
in file MDB2.php, variable MDB2_Result_Common::$values
$values
in file MDB2.php, variable MDB2_Statement_Common::$values
vacuum
in file Common.php, method MDB2_Driver_Manager_Common::vacuum()
    Optimize (vacuum) all the tables in the db (or only the specified table) and optionally run ANALYZE.
valid
in file Iterator.php, method MDB2_BufferedIterator::valid()
    Check if the end of the result set has been reached
valid
in file Iterator.php, method MDB2_Iterator::valid()
    Check if the end of the result set has been reached
top

w

$warnings
in file MDB2.php, variable MDB2_Driver_Common::$warnings
    warnings
$wildcards
in file MDB2.php, variable MDB2_Driver_Common::$wildcards
    comparision wildcards
writeLOBToFile
in file Common.php, method MDB2_Driver_Datatype_Common::writeLOBToFile()
    retrieve LOB from the database
top

_

_baseConvertResult
in file Common.php, method MDB2_Driver_Datatype_Common::_baseConvertResult()
    General type conversion method
_compareBLOBDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareBLOBDefinition()
    Obtain an array of changes that may need to applied to an BLOB field
_compareBooleanDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareBooleanDefinition()
    Obtain an array of changes that may need to applied to an boolean field
_compareCLOBDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareCLOBDefinition()
    Obtain an array of changes that may need to applied to an CLOB field
_compareDateDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareDateDefinition()
    Obtain an array of changes that may need to applied to an date field
_compareDecimalDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareDecimalDefinition()
    Obtain an array of changes that may need to applied to an decimal field
_compareFloatDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareFloatDefinition()
    Obtain an array of changes that may need to applied to an float field
_compareIntegerDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareIntegerDefinition()
    Obtain an array of changes that may need to applied to an integer field
_compareTextDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareTextDefinition()
    Obtain an array of changes that may need to applied to an text field
_compareTimeDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareTimeDefinition()
    Obtain an array of changes that may need to applied to an time field
_compareTimestampDefinition
in file Common.php, method MDB2_Driver_Datatype_Common::_compareTimestampDefinition()
    Obtain an array of changes that may need to applied to an timestamp field
_doQuery
in file MDB2.php, method MDB2_Driver_Common::_doQuery()
    Execute a query
_endOfLOB
in file Common.php, method MDB2_Driver_Datatype_Common::_endOfLOB()
    Determine whether it was reached the end of the large object and therefore there is no more data to be read for the its input stream.
_fixIndexName
in file Common.php, method MDB2_Driver_Manager_Common::_fixIndexName()
    Removes any formatting in an index name using the 'idxname_format' option
_fixResultArrayValues
in file MDB2.php, method MDB2_Driver_Common::_fixResultArrayValues()
    Do all necessary conversions on result arrays to fix DBMS quirks
_fixSequenceName
in file Common.php, method MDB2_Driver_Manager_Common::_fixSequenceName()
    Removes any formatting in an sequence name using the 'seqname_format' option
_getAdvancedFKOptions
in file Common.php, method MDB2_Driver_Manager_Common::_getAdvancedFKOptions()
    Return the FOREIGN KEY query section dealing with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...
_getBLOBDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_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 Common.php, method MDB2_Driver_Datatype_Common::_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 Common.php, method MDB2_Driver_Datatype_Common::_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 Common.php, method MDB2_Driver_Datatype_Common::_getDateDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.
_getDecimalDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_getDecimalDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a decimal type field to be used in statements like CREATE TABLE.
_getDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_getDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a generic type field to be used in statements like CREATE TABLE.
_getDeclarationOptions
in file Common.php, method MDB2_Driver_Datatype_Common::_getDeclarationOptions()
    Obtain DBMS specific SQL code portion needed to declare a generic type field to be used in statement like CREATE TABLE, without the field name and type values (ie. just the character set, default value, if the field is permitted to be NULL or not, and the collation options).
_getFloatDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_getFloatDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a float type field to be used in statements like CREATE TABLE.
_getIntegerDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_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 Common.php, method MDB2_Driver_Datatype_Common::_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 Common.php, method MDB2_Driver_Datatype_Common::_getTimeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
_getTimestampDeclaration
in file Common.php, method MDB2_Driver_Datatype_Common::_getTimestampDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.
_isNewLinkSet
in file MDB2.php, method MDB2_Driver_Common::_isNewLinkSet()
    Check if the 'new_link' option is set
_mapNativeDatatype
in file Common.php, method MDB2_Driver_Datatype_Common::_mapNativeDatatype()
    Maps a native array description of a field to a MDB2 datatype and length
_modifyQuery
in file MDB2.php, method MDB2_Driver_Common::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_quoteBLOB
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteBLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteBoolean
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteBoolean()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteCLOB
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteCLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDate
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteDate()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDecimal
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteDecimal()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteFloat
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteFloat()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteInteger
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteInteger()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteLOB
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteText
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteText()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteTime
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteTime()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteTimestamp
in file Common.php, method MDB2_Driver_Datatype_Common::_quoteTimestamp()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_readFile
in file Common.php, method MDB2_Driver_Datatype_Common::_readFile()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_readLOB
in file Common.php, method MDB2_Driver_Datatype_Common::_readLOB()
    Read data from large object input stream.
_retrieveLOB
in file Common.php, method MDB2_Driver_Datatype_Common::_retrieveLOB()
    retrieve LOB from the database
_skipDelimitedStrings
in file MDB2.php, method MDB2_Driver_Common::_skipDelimitedStrings()
    Utility method, used by prepare() to avoid replacing placeholders within delimited strings.
_sortResultFieldTypes
in file Common.php, method MDB2_Driver_Datatype_Common::_sortResultFieldTypes()
    convert a result row
_wrapResult
in file MDB2.php, method MDB2_Driver_Common::_wrapResult()
    wrap a result set into the correct class
__call
in file MDB2.php, method MDB2_Driver_Common::__call()
    Calls a module method using the __call magic method
__callStatic
in file MDB2.php, method MDB2_Driver_Common::__callStatic()
    Calls a module method using the __callStatic magic method
__construct
in file MDB2.php, method MDB2_Module_Common::__construct()
    Constructor
__construct
in file MDB2.php, method MDB2_Result_Common::__construct()
    Constructor
__construct
in file MDB2.php, method MDB2_Row::__construct()
    constructor
__construct
in file MDB2.php, method MDB2_Error::__construct()
    MDB2_Error constructor.
__construct
in file Iterator.php, method MDB2_Iterator::__construct()
    Constructor
__construct
in file MDB2.php, method MDB2_Driver_Common::__construct()
    Constructor
__construct
in file MDB2.php, method MDB2_Statement_Common::__construct()
    Constructor
__destruct
in file Iterator.php, method MDB2_Iterator::__destruct()
    Destructor
__destruct
in file MDB2.php, method MDB2_Driver_Common::__destruct()
    Destructor
__toString
in file MDB2.php, method MDB2_Driver_Common::__toString()
    String conversation
top

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