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

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ l ] [ m ] [ n ] [ q ] [ 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.
top

c

commit
in file mysql.php, method MDB2_Driver_mysql::commit()
    Commit the database changes done during a transaction that is in progress.
concat
in file mysql.php, method MDB2_Driver_Function_mysql::concat()
    return string to caoncatenate two strings
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_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_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
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 sonstraints 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
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
MDB2_BufferedResult_mysql
in file mysql.php, class MDB2_BufferedResult_mysql
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_Statement_mysql
in file mysql.php, class MDB2_Statement_mysql
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

q

quoteIdentifier
in file mysql.php, method MDB2_Driver_mysql::quoteIdentifier()
    Quote a string so it can be safely used as a table or column name
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 that is in progress.
top

s

seek
in file mysql.php, method MDB2_BufferedResult_mysql::seek()
    seek to a specific row in a result set
top

t

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

v

$verified_table_types
in file mysql.php, variable MDB2_Driver_Manager_mysql::$verified_table_types
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
_quoteBLOB
in file mysql.php, method MDB2_Driver_Datatype_mysql::_quoteBLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDecimal
in file mysql.php, method MDB2_Driver_Datatype_mysql::_quoteDecimal()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteFloat
in file mysql.php, method MDB2_Driver_Datatype_mysql::_quoteFloat()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_verifyTableType
in file mysql.php, method MDB2_Driver_Manager_mysql::_verifyTableType()
    verify that chosen transactional table hanlder is available in the database
__construct
in file mysql.php, method MDB2_Driver_mysql::__construct()
    Constructor
top

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