Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ l ]
[ m ]
[ n ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ v ]
[ _ ]
top
top
top
top
top
top
top
top
top
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 that is in progress.
top
top
top
top
_
- _doQuery
- in file mysql.php, method MDB2_Driver_mysql::_doQuery()
Execute a query
- _getBLOBDeclaration
- in file mysql.php, method MDB2_Driver_Datatype_mysql::_getBLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
- _getCLOBDeclaration
- in file mysql.php, method MDB2_Driver_Datatype_mysql::_getCLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
- _getDateDeclaration
- in file mysql.php, method MDB2_Driver_Datatype_mysql::_getDateDeclaration()
Obtain DBMS specific SQL code portion needed to declare an date type field to be used in statements like CREATE TABLE.
- _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.
- _getTimeDeclaration
- in file mysql.php, method MDB2_Driver_Datatype_mysql::_getTimeDeclaration()
Obtain DBMS specific SQL code portion needed to declare an time type field to be used in statements like CREATE TABLE.
- _getTimestampDeclaration
- in file mysql.php, method MDB2_Driver_Datatype_mysql::_getTimestampDeclaration()
Obtain DBMS specific SQL code portion needed to declare an timestamp 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:13:12 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|