Index of all elements
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ l ]
[ m ]
[ n ]
[ r ]
[ s ]
[ t ]
[ v ]
[ _ ]
top
top
top
top
top
top
top
m
- mapNativeDatatype
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::mapNativeDatatype()
Maps a native array description of a field to a MDB2 datatype and length
- MDB2_BufferedResult_sqlite
- in file sqlite.php, class MDB2_BufferedResult_sqlite
- MDB2_Driver_Datatype_sqlite
- in file sqlite.php, class MDB2_Driver_Datatype_sqlite
MDB2 SQLite driver
- MDB2_Driver_Manager_sqlite
- in file sqlite.php, class MDB2_Driver_Manager_sqlite
MDB2 SQLite driver for the management modules
- MDB2_Driver_Native_sqlite
- in file sqlite.php, class MDB2_Driver_Native_sqlite
MDB2 SQLite driver for the native module
- MDB2_Driver_Native_sqlite
- in file sqlite.php, method MDB2_Driver_Native_sqlite::MDB2_Driver_Native_sqlite()
- MDB2_Driver_Reverse_sqlite
- in file sqlite.php, class MDB2_Driver_Reverse_sqlite
MDB2 SQlite driver for the schema reverse engineering module
- MDB2_Driver_sqlite
- in file sqlite.php, class MDB2_Driver_sqlite
MDB2 SQLite driver
- MDB2_Result_sqlite
- in file sqlite.php, class MDB2_Result_sqlite
- MDB2_Statement_sqlite
- in file sqlite.php, class MDB2_Statement_sqlite
top
top
r
- replace
- in file sqlite.php, method MDB2_Driver_sqlite::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 sqlite.php, method MDB2_Driver_sqlite::rollback()
Cancel any database changes done during a transaction that is in progress.
top
top
top
top
_
- _doQuery
- in file sqlite.php, method MDB2_Driver_sqlite::_doQuery()
Execute a query
- _getBLOBDeclaration
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_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 sqlite.php, method MDB2_Driver_Datatype_sqlite::_getCLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
- _getDatabaseFile
- in file sqlite.php, method MDB2_Driver_sqlite::_getDatabaseFile()
Builds the string with path+dbname+extension
- _getDateDeclaration
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_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 sqlite.php, method MDB2_Driver_Datatype_sqlite::_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 sqlite.php, method MDB2_Driver_Datatype_sqlite::_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 sqlite.php, method MDB2_Driver_Datatype_sqlite::_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 sqlite.php, method MDB2_Driver_Datatype_sqlite::_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 sqlite.php, method MDB2_Driver_Datatype_sqlite::_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 sqlite.php, method MDB2_Driver_sqlite::_modifyQuery()
Changes a query string for various DBMS specific reasons
- _quoteDecimal
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_quoteDecimal()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- _quoteFloat
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_quoteFloat()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- __construct
- in file sqlite.php, method MDB2_Driver_Native_sqlite::__construct()
Constructor
- __construct
- in file sqlite.php, method MDB2_Driver_sqlite::__construct()
Constructor
top
Documentation generated on Mon, 11 Mar 2019 14:19:41 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|