Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ l ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ _ ]
top
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
top
top
top
top
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
top
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
top
top
top
top
Documentation generated on Mon, 11 Mar 2019 14:43:54 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|