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

Index of all elements

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

a

alterTable
in file mysql.php, method MDB2_Driver_Manager_mysql::alterTable()
    alter an existing table
top

b

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

c

commit
in file mysql.php, method MDB2_Driver_mysql::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.
concat
in file mysql.php, method MDB2_Driver_Function_mysql::concat()
    Returns string to concatenate two or more string parameters
connect
in file mysql.php, method MDB2_Driver_mysql::connect()
    Connect to the database
createConstraint
in file mysql.php, method MDB2_Driver_Manager_mysql::createConstraint()
    create a constraint on a table
createDatabase
in file mysql.php, method MDB2_Driver_Manager_mysql::createDatabase()
    create a new database
createIndex
in file mysql.php, method MDB2_Driver_Manager_mysql::createIndex()
    Get the stucture of a field into an array
createSequence
in file mysql.php, method MDB2_Driver_Manager_mysql::createSequence()
    create sequence
createTable
in file mysql.php, method MDB2_Driver_Manager_mysql::createTable()
    create a new table
currID
in file mysql.php, method MDB2_Driver_mysql::currID()
    Returns the current id of a sequence
top

d

disconnect
in file mysql.php, method MDB2_Driver_mysql::disconnect()
    Log out and disconnect from the database.
dropConstraint
in file mysql.php, method MDB2_Driver_Manager_mysql::dropConstraint()
    drop existing constraint
dropDatabase
in file mysql.php, method MDB2_Driver_Manager_mysql::dropDatabase()
    drop an existing database
dropIndex
in file mysql.php, method MDB2_Driver_Manager_mysql::dropIndex()
    drop existing index
dropSequence
in file mysql.php, method MDB2_Driver_Manager_mysql::dropSequence()
    drop existing sequence
top

e

$escape_identifier
in file mysql.php, variable MDB2_Driver_mysql::$escape_identifier
$escape_pattern
in file mysql.php, variable MDB2_Driver_mysql::$escape_pattern
$escape_quotes
in file mysql.php, variable MDB2_Driver_mysql::$escape_quotes
errorInfo
in file mysql.php, method MDB2_Driver_mysql::errorInfo()
    This method is used to collect information about an error
escape
in file mysql.php, method MDB2_Driver_mysql::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.
executeStoredProc
in file mysql.php, method MDB2_Driver_Function_mysql::executeStoredProc()
    Execute a stored procedure and return any results
top

f

fetchRow
in file mysql.php, method MDB2_Result_mysql::fetchRow()
    Fetch a row and insert the data into an existing array.
free
in file mysql.php, method MDB2_Statement_mysql::free()
    Release resources allocated for the specified prepared query.
free
in file mysql.php, method MDB2_Result_mysql::free()
    Free the internal resources associated with result.
top

g

getServerVersion
in file mysql.php, method MDB2_Driver_mysql::getServerVersion()
    return version information about the server
getTableConstraintDefinition
in file mysql.php, method MDB2_Driver_Reverse_mysql::getTableConstraintDefinition()
    Get the stucture of a constraint into an array
getTableFieldDefinition
in file mysql.php, method MDB2_Driver_Reverse_mysql::getTableFieldDefinition()
    Get the stucture of a field into an array
getTableIndexDefinition
in file mysql.php, method MDB2_Driver_Reverse_mysql::getTableIndexDefinition()
    Get the stucture of an index into an array
getTypeDeclaration
in file mysql.php, method MDB2_Driver_Datatype_mysql::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 mysql.php, method MDB2_Driver_mysql::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 mysql.php, method MDB2_Driver_Manager_mysql::listDatabases()
    list all databases
listSequences
in file mysql.php, method MDB2_Driver_Manager_mysql::listSequences()
    list all sequences in the current database
listTableConstraints
in file mysql.php, method MDB2_Driver_Manager_mysql::listTableConstraints()
    list all constraints in a table
listTableFields
in file mysql.php, method MDB2_Driver_Manager_mysql::listTableFields()
    list all fields in a tables in the current database
listTableIndexes
in file mysql.php, method MDB2_Driver_Manager_mysql::listTableIndexes()
    list all indexes in a table
listTables
in file mysql.php, method MDB2_Driver_Manager_mysql::listTables()
    list all tables in the current database
listUsers
in file mysql.php, method MDB2_Driver_Manager_mysql::listUsers()
    list all users
listViews
in file mysql.php, method MDB2_Driver_Manager_mysql::listViews()
    list the views in the database
top

m

mapNativeDatatype
in file mysql.php, method MDB2_Driver_Datatype_mysql::mapNativeDatatype()
    Maps a native array description of a field to a MDB2 datatype and length
matchPattern
in file mysql.php, method MDB2_Driver_Datatype_mysql::matchPattern()
    build a pattern matching string
MDB2_BufferedResult_mysql
in file mysql.php, class MDB2_BufferedResult_mysql
    MDB2 MySQL buffered result driver
MDB2_Driver_Datatype_mysql
in file mysql.php, class MDB2_Driver_Datatype_mysql
    MDB2 MySQL driver
MDB2_Driver_Function_mysql
in file mysql.php, class MDB2_Driver_Function_mysql
    MDB2 MySQL driver for the function modules
MDB2_Driver_Manager_mysql
in file mysql.php, class MDB2_Driver_Manager_mysql
    MDB2 MySQL driver for the management modules
MDB2_Driver_mysql
in file mysql.php, class MDB2_Driver_mysql
    MDB2 MySQL driver
mysql.php
procedural page mysql.php
mysql.php
procedural page mysql.php
mysql.php
procedural page mysql.php
mysql.php
procedural page mysql.php
mysql.php
procedural page mysql.php
mysql.php
procedural page mysql.php
MDB2_Driver_Native_mysql
in file mysql.php, class MDB2_Driver_Native_mysql
    MDB2 MySQL driver for the native module
MDB2_Driver_Reverse_mysql
in file mysql.php, class MDB2_Driver_Reverse_mysql
    MDB2 MySQL driver for the schema reverse engineering module
MDB2_Result_mysql
in file mysql.php, class MDB2_Result_mysql
    MDB2 MySQL result driver
MDB2_Statement_mysql
in file mysql.php, class MDB2_Statement_mysql
    MDB2 MySQL statement driver
top

n

nextID
in file mysql.php, method MDB2_Driver_mysql::nextID()
    Returns the next free id of a sequence
numCols
in file mysql.php, method MDB2_Result_mysql::numCols()
    Count the number of columns returned by the DBMS in a query result.
numRows
in file mysql.php, method MDB2_BufferedResult_mysql::numRows()
    Returns the number of rows in a result object
top

p

prepare
in file mysql.php, method MDB2_Driver_mysql::prepare()
    Prepares a query for multiple execution with execute().
top

r

replace
in file mysql.php, method MDB2_Driver_mysql::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 REPLACE query just updates its values instead of inserting a new row.
rollback
in file mysql.php, method MDB2_Driver_mysql::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

$start_transaction
in file mysql.php, variable MDB2_Driver_mysql::$start_transaction
seek
in file mysql.php, method MDB2_BufferedResult_mysql::seek()
    Seek to a specific row in a result set
setCharset
in file mysql.php, method MDB2_Driver_mysql::setCharset()
    Set the charset on the current connection
setTransactionIsolation
in file mysql.php, method MDB2_Driver_mysql::setTransactionIsolation()
    Set the transacton isolation level.
top

t

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

v

$varchar_max_length
in file mysql.php, variable MDB2_Driver_mysql::$varchar_max_length
valid
in file mysql.php, method MDB2_BufferedResult_mysql::valid()
    Check if the end of the result set has been reached
top

_

_doQuery
in file mysql.php, method MDB2_Driver_mysql::_doQuery()
    Execute a query
_getIntegerDeclaration
in file mysql.php, method MDB2_Driver_Datatype_mysql::_getIntegerDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
_modifyQuery
in file mysql.php, method MDB2_Driver_mysql::_modifyQuery()
    Changes a query string for various DBMS specific reasons
__construct
in file mysql.php, method MDB2_Driver_mysql::__construct()
    Constructor
top

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