Inherits DB_Base.

Public Member Functions | |
| DB_SQLite ($conn, $persistent) | |
| _catch ($msg="") | |
| get_table_defn ($table) | |
| run_query ($sql) | |
| fetch_row (&$q) | |
| fetch_array (&$q) | |
| fetch_field (&$q, $num) | |
| num_fields (&$q) | |
| num_rows (&$q) | |
| get_insert_id () | |
| free_result ($q) | |
PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet
Description: DB driver for SQLite2.
Definition at line 11 of file sqlite.php.
| DB_SQLite::_catch | ( | $ | msg = "" |
) |
Exception/error catcher
| string | $msg |
Reimplemented from DB_Base.
Definition at line 31 of file sqlite.php.
References DB_Base::error().
Referenced by DB_SQLite().
| DB_SQLite::DB_SQLite | ( | $ | conn, | |
| $ | persistent | |||
| ) |
Definition at line 13 of file sqlite.php.
References DB_Base::$conn, and _catch().
| DB_SQLite::fetch_array | ( | &$ | q | ) |
Definition at line 51 of file sqlite.php.
| DB_SQLite::fetch_field | ( | &$ | q, | |
| $ | num | |||
| ) |
Definition at line 55 of file sqlite.php.
References fetch_row().
| DB_SQLite::fetch_row | ( | &$ | q | ) |
Definition at line 47 of file sqlite.php.
Referenced by fetch_field().
| DB_SQLite::free_result | ( | $ | q | ) |
Definition at line 72 of file sqlite.php.
| DB_SQLite::get_insert_id | ( | ) |
Definition at line 68 of file sqlite.php.
| DB_SQLite::get_table_defn | ( | $ | table | ) |
Definition at line 36 of file sqlite.php.
| DB_SQLite::num_fields | ( | &$ | q | ) |
Definition at line 60 of file sqlite.php.
| DB_SQLite::num_rows | ( | &$ | q | ) |
Definition at line 64 of file sqlite.php.
| DB_SQLite::run_query | ( | $ | sql | ) |
Definition at line 43 of file sqlite.php.
1.6.1