Inherits DB_Base.

Public Member Functions | |
| DB_SQLite3 ($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 SQLite3. This driver uses the SQLite3 extension, available from PECL: $ pecl install channel://pecl.php.net/sqlite3-0.6
Definition at line 13 of file sqlite3.php.
| DB_SQLite3::_catch | ( | $ | msg = "" |
) |
Exception/error catcher
| string | $msg |
Reimplemented from DB_Base.
Definition at line 29 of file sqlite3.php.
References DB_Base::error().
Referenced by DB_SQLite3().
| DB_SQLite3::DB_SQLite3 | ( | $ | conn, | |
| $ | persistent | |||
| ) |
Definition at line 15 of file sqlite3.php.
References DB_Base::$conn, and _catch().
| DB_SQLite3::fetch_array | ( | &$ | q | ) |
Definition at line 46 of file sqlite3.php.
| DB_SQLite3::fetch_field | ( | &$ | q, | |
| $ | num | |||
| ) |
Definition at line 50 of file sqlite3.php.
References fetch_row().
| DB_SQLite3::fetch_row | ( | &$ | q | ) |
Definition at line 42 of file sqlite3.php.
Referenced by fetch_field().
| DB_SQLite3::free_result | ( | $ | q | ) |
Definition at line 73 of file sqlite3.php.
| DB_SQLite3::get_insert_id | ( | ) |
Definition at line 69 of file sqlite3.php.
| DB_SQLite3::get_table_defn | ( | $ | table | ) |
Definition at line 34 of file sqlite3.php.
| DB_SQLite3::num_fields | ( | &$ | q | ) |
Definition at line 55 of file sqlite3.php.
| DB_SQLite3::num_rows | ( | &$ | q | ) |
Definition at line 59 of file sqlite3.php.
| DB_SQLite3::run_query | ( | $ | sql | ) |
Definition at line 38 of file sqlite3.php.
1.6.1