DB_SQLite3 Class Reference

Inherits DB_Base.

Collaboration diagram for DB_SQLite3:
Collaboration graph
[legend]

List of all members.

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)

Detailed Description

PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet

Author:
Judd Vinet <jvinet@zeroflux.org>

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.


Member Function Documentation

DB_SQLite3::_catch ( msg = ""  ) 

Exception/error catcher

Parameters:
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.


The documentation for this class was generated from the following file:

Generated on Wed Jan 13 09:21:04 2010 for Pronto Framework by  doxygen 1.6.1