SQLite DB connector.
More...
List of all members.
Detailed Description
SQLite DB connector.
you may wish to ini_set('sqlite.assoc_case', 0);
- See also:
- http://www.sqlite.org/
Definition at line 22 of file SQLite.class.php.
Member Function Documentation
| static SQLite::getDialect |
( |
|
) |
[static] |
| SQLite::setDbEncoding |
( |
|
) |
|
| SQLite::queryRaw |
( |
$ |
queryString |
) |
|
| SQLite::queryCount |
( |
Query $ |
query |
) |
|
Same as query, but returns number of affected rows Returns number of affected rows in insert/update queries.
Reimplemented from DB.
Definition at line 103 of file SQLite.class.php.
References DB::queryNull().
| SQLite::queryRow |
( |
Query $ |
query |
) |
|
| SQLite::queryColumn |
( |
Query $ |
query |
) |
|
| SQLite::querySet |
( |
Query $ |
query |
) |
|
| SQLite::getTableInfo |
( |
$ |
table |
) |
|
| SQLite::getInsertId |
( |
|
) |
[protected] |
| SQLite::checkSingle |
( |
$ |
result |
) |
[private] |
The documentation for this class was generated from the following file: