|
SQLite DB connector.
More...
Inheritance diagram for SQLite:
[legend]List of all members.
Detailed Description
SQLite DB connector.
- See also:
- http://www.sqlite.org/
Definition at line 20 of file SQLite.class.php.
Member Function Documentation
| static SQLite::getDialect |
( |
|
) |
[static] |
| SQLite::asyncQuery |
( |
Query $ |
query |
) |
|
| SQLite::connect |
( |
$ |
user, |
|
|
$ |
pass, |
|
|
$ |
host, |
|
|
$ |
base = null, |
|
|
$ |
persistent = false | |
|
) |
| | |
| SQLite::setEncoding |
( |
$ |
encoding |
) |
|
| 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 107 of file SQLite.class.php.
References Sequenceless::query().
Here is the call graph for this function:
| SQLite::queryRow |
( |
Query $ |
query |
) |
|
| SQLite::queryColumn |
( |
Query $ |
query |
) |
|
| SQLite::querySet |
( |
Query $ |
query |
) |
|
| SQLite::getInsertId |
( |
|
) |
[protected] |
| SQLite::checkSingle |
( |
$ |
result |
) |
[private] |
The documentation for this class was generated from the following file:
|
|