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

Index of all elements

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

a

alterDatabase
in file mysql.php, method MDB2_Driver_Manager_mysql::alterDatabase()
    alter an existing database
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

databaseExists
in file mysql.php, method MDB2_Driver_mysql::databaseExists()
    check if given database name is exists?
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
dropTable
in file mysql.php, method MDB2_Driver_Manager_mysql::dropTable()
    drop an existing table
top

e

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

getDeclaration
in file mysql.php, method MDB2_Driver_Datatype_mysql::getDeclaration()
    Obtain DBMS specific SQL code portion needed to declare of the given type
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 structure of a constraint into an array
getTableFieldDefinition
in file mysql.php, method MDB2_Driver_Reverse_mysql::getTableFieldDefinition()
    Get the structure of a field into an array
getTableIndexDefinition
in file mysql.php, method MDB2_Driver_Reverse_mysql::getTableIndexDefinition()
    Get the structure of an index into an array
getTriggerDefinition
in file mysql.php, method MDB2_Driver_Reverse_mysql::getTriggerDefinition()
    Get the structure of a trigger 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.
guid
in file mysql.php, method MDB2_Driver_Function_mysql::guid()
    Returns global unique identifier
top

i

$identifier_quoting
in file mysql.php, variable MDB2_Driver_mysql::$identifier_quoting
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
listFunctions
in file mysql.php, method MDB2_Driver_Manager_mysql::listFunctions()
    list all functions in the current database
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 table 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
listTableTriggers
in file mysql.php, method MDB2_Driver_Manager_mysql::listTableTriggers()
    list all triggers in the database that reference a given table
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 all views in the current database
top

m

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 old row is deleted before the new row is inserted.
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

$server_capabilities_checked
in file mysql.php, variable MDB2_Driver_mysql::$server_capabilities_checked
$sql_comments
in file mysql.php, variable MDB2_Driver_mysql::$sql_comments
$start_transaction
in file mysql.php, variable MDB2_Driver_mysql::$start_transaction
$string_quoting
in file mysql.php, variable MDB2_Driver_mysql::$string_quoting
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
setOption
in file mysql.php, method MDB2_Driver_mysql::setOption()
    set the option for the db class
setTransactionIsolation
in file mysql.php, method MDB2_Driver_mysql::setTransactionIsolation()
    Set the transacton isolation level.
standaloneQuery
in file mysql.php, method MDB2_Driver_mysql::standaloneQuery()
    execute a query as DBA
top

t

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

u

unixtimestamp
in file mysql.php, method MDB2_Driver_Function_mysql::unixtimestamp()
    return string to call a function to get the unix timestamp from a iso timestamp
top

v

$varchar_max_length
in file mysql.php, variable MDB2_Driver_mysql::$varchar_max_length
vacuum
in file mysql.php, method MDB2_Driver_Manager_mysql::vacuum()
    Optimize (vacuum) all the tables in the db (or only the specified table) and optionally run ANALYZE.
valid
in file mysql.php, method MDB2_BufferedResult_mysql::valid()
    Check if the end of the result set has been reached
top

_

_doConnect
in file mysql.php, method MDB2_Driver_mysql::_doConnect()
    do the grunt work of the connect
_doQuery
in file mysql.php, method MDB2_Driver_mysql::_doQuery()
    Execute a query
_getAdvancedFKOptions
in file mysql.php, method MDB2_Driver_Manager_mysql::_getAdvancedFKOptions()
    Return the FOREIGN KEY query section dealing with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...
_getDecimalDeclaration
in file mysql.php, method MDB2_Driver_Datatype_mysql::_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 mysql.php, method MDB2_Driver_Datatype_mysql::_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 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.
_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
_modifyQuery
in file mysql.php, method MDB2_Driver_mysql::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_skipUserDefinedVariable
in file mysql.php, method MDB2_Driver_mysql::_skipUserDefinedVariable()
    Utility method, used by prepare() to avoid misinterpreting MySQL user defined variables (SELECT @x:=5) for placeholders.
__construct
in file mysql.php, method MDB2_Driver_mysql::__construct()
    Constructor
top

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