DB_SQLite Class Reference

Inherits DB_Base.

Collaboration diagram for DB_SQLite:
Collaboration graph
[legend]

List of all members.

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)

Detailed Description

PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet

Author:
Judd Vinet <jvinet@zeroflux.org>

Description: DB driver for SQLite2.

Definition at line 11 of file sqlite.php.


Member Function Documentation

DB_SQLite::_catch ( msg = ""  ) 

Exception/error catcher

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


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