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

Element index for package MDB2

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

_

$_query_errno
in file mysqli.php, variable MDB2_Driver_mysqli::$_query_errno
    The ouptut of mysqli_errno() in _doQuery(), if any.
$_query_error
in file mysqli.php, variable MDB2_Driver_mysqli::$_query_error
    The ouptut of mysqli_error() in _doQuery(), if any.
_doConnect
in file mysqli.php, method MDB2_Driver_mysqli::_doConnect()
    do the grunt work of the connect
_doQuery
in file mysqli.php, method MDB2_Driver_mysqli::_doQuery()
    Execute a query
_getAdvancedFKOptions
in file mysqli.php, method MDB2_Driver_Manager_mysqli::_getAdvancedFKOptions()
    Return the FOREIGN KEY query section dealing with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...
_getDecimalDeclaration
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::_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 mysqli.php, method MDB2_Driver_Datatype_mysqli::_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 mysqli.php, method MDB2_Driver_Datatype_mysqli::_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 mysqli.php, method MDB2_Driver_Datatype_mysqli::_mapNativeDatatype()
    Maps a native array description of a field to a MDB2 datatype and length
_modifyQuery
in file mysqli.php, method MDB2_Driver_mysqli::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_skipUserDefinedVariable
in file mysqli.php, method MDB2_Driver_mysqli::_skipUserDefinedVariable()
    Utility method, used by prepare() to avoid misinterpreting MySQL user defined variables (SELECT @x:=5) for placeholders.
__construct
in file mysqli.php, method MDB2_Driver_mysqli::__construct()
    Constructor
top

a

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

b

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

c

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

d

databaseExists
in file mysqli.php, method MDB2_Driver_mysqli::databaseExists()
    check if given database name is exists?
disconnect
in file mysqli.php, method MDB2_Driver_mysqli::disconnect()
    Log out and disconnect from the database.
dropConstraint
in file mysqli.php, method MDB2_Driver_Manager_mysqli::dropConstraint()
    drop existing constraint
dropDatabase
in file mysqli.php, method MDB2_Driver_Manager_mysqli::dropDatabase()
    drop an existing database
dropIndex
in file mysqli.php, method MDB2_Driver_Manager_mysqli::dropIndex()
    drop existing index
dropSequence
in file mysqli.php, method MDB2_Driver_Manager_mysqli::dropSequence()
    drop existing sequence
dropTable
in file mysqli.php, method MDB2_Driver_Manager_mysqli::dropTable()
    drop an existing table
top

e

errorInfo
in file mysqli.php, method MDB2_Driver_mysqli::errorInfo()
    This method is used to collect information about an error
escape
in file mysqli.php, method MDB2_Driver_mysqli::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 mysqli.php, method MDB2_Driver_Function_mysqli::executeStoredProc()
    Execute a stored procedure and return any results
top

f

$flags
in file mysqli.php, variable MDB2_Driver_Reverse_mysqli::$flags
    Array for converting MYSQLI_*_FLAG constants to text values
fetchRow
in file mysqli.php, method MDB2_Result_mysqli::fetchRow()
    Fetch a row and insert the data into an existing array.
free
in file mysqli.php, method MDB2_Result_mysqli::free()
    Free the internal resources associated with result.
free
in file mysqli.php, method MDB2_Statement_mysqli::free()
    Release resources allocated for the specified prepared query.
top

g

getDeclaration
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::getDeclaration()
    Obtain DBMS specific SQL code portion needed to declare of the given type
getServerVersion
in file mysqli.php, method MDB2_Driver_mysqli::getServerVersion()
    return version information about the server
getTableConstraintDefinition
in file mysqli.php, method MDB2_Driver_Reverse_mysqli::getTableConstraintDefinition()
    Get the structure of a constraint into an array
getTableFieldDefinition
in file mysqli.php, method MDB2_Driver_Reverse_mysqli::getTableFieldDefinition()
    Get the structure of a field into an array
getTableIndexDefinition
in file mysqli.php, method MDB2_Driver_Reverse_mysqli::getTableIndexDefinition()
    Get the structure of an index into an array
getTriggerDefinition
in file mysqli.php, method MDB2_Driver_Reverse_mysqli::getTriggerDefinition()
    Get the structure of a trigger into an array
getTypeDeclaration
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::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 mysqli.php, method MDB2_Driver_Function_mysqli::guid()
    Returns global unique identifier
top

i

$identifier_quoting
in file mysqli.php, variable MDB2_Driver_mysqli::$identifier_quoting
top

l

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

m

mapPrepareDatatype
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::mapPrepareDatatype()
    Maps an MDB2 datatype to native prepare type
matchPattern
in file mysqli.php, method MDB2_Driver_Datatype_mysqli::matchPattern()
    build a pattern matching string
MDB2_BufferedResult_mysqli
in file mysqli.php, class MDB2_BufferedResult_mysqli
    MDB2 MySQLi buffered result driver
MDB2_Driver_Datatype_mysqli
in file mysqli.php, class MDB2_Driver_Datatype_mysqli
    MDB2 MySQLi driver
MDB2_Driver_Function_mysqli
in file mysqli.php, class MDB2_Driver_Function_mysqli
    MDB2 MySQLi driver for the function modules
MDB2_Driver_Manager_mysqli
in file mysqli.php, class MDB2_Driver_Manager_mysqli
    MDB2 MySQLi driver for the management modules
MDB2_Driver_mysqli
in file mysqli.php, class MDB2_Driver_mysqli
    MDB2 MySQLi driver
mysqli.php
procedural page mysqli.php
mysqli.php
procedural page mysqli.php
mysqli.php
procedural page mysqli.php
mysqli.php
procedural page mysqli.php
mysqli.php
procedural page mysqli.php
mysqli.php
procedural page mysqli.php
MDB2_Driver_Native_mysqli
in file mysqli.php, class MDB2_Driver_Native_mysqli
    MDB2 MySQLi driver for the native module
MDB2_Driver_Reverse_mysqli
in file mysqli.php, class MDB2_Driver_Reverse_mysqli
    MDB2 MySQLi driver for the schema reverse engineering module
MDB2_Result_mysqli
in file mysqli.php, class MDB2_Result_mysqli
    MDB2 MySQLi result driver
MDB2_Statement_mysqli
in file mysqli.php, class MDB2_Statement_mysqli
    MDB2 MySQLi statement driver
top

n

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

p

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

r

replace
in file mysqli.php, method MDB2_Driver_mysqli::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 mysqli.php, method MDB2_Driver_mysqli::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 mysqli.php, variable MDB2_Driver_mysqli::$server_capabilities_checked
$sql_comments
in file mysqli.php, variable MDB2_Driver_mysqli::$sql_comments
$start_transaction
in file mysqli.php, variable MDB2_Driver_mysqli::$start_transaction
$string_quoting
in file mysqli.php, variable MDB2_Driver_mysqli::$string_quoting
seek
in file mysqli.php, method MDB2_BufferedResult_mysqli::seek()
    Seek to a specific row in a result set
setCharset
in file mysqli.php, method MDB2_Driver_mysqli::setCharset()
    Set the charset on the current connection
setOption
in file mysqli.php, method MDB2_Driver_mysqli::setOption()
    set the option for the db class
setTransactionIsolation
in file mysqli.php, method MDB2_Driver_mysqli::setTransactionIsolation()
    Set the transacton isolation level.
standaloneQuery
in file mysqli.php, method MDB2_Driver_mysqli::standaloneQuery()
    execute a query as DBA
top

t

$types
in file mysqli.php, variable MDB2_Driver_Reverse_mysqli::$types
    Array for converting MYSQLI_TYPE_* constants to text values
tableInfo
in file mysqli.php, method MDB2_Driver_Reverse_mysqli::tableInfo()
    Returns information about a table or a result set
truncateTable
in file mysqli.php, method MDB2_Driver_Manager_mysqli::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 mysqli.php, method MDB2_Driver_Function_mysqli::unixtimestamp()
    return string to call a function to get the unix timestamp from a iso timestamp
top

v

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

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