DB_ODBC Class Reference

Inherits DB_Base.

Collaboration diagram for DB_ODBC:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DB_ODBC ($conn, $persistent)
 _catch ($msg="")
 select ($db)
 get_table_defn ($table)
 run_query ($sql)
 fetch_row (&$q)
 fetch_array (&$q)
 fetch_field (&$q, $num)
 num_fields (&$q)
 num_orws (&$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 ODBC.

Definition at line 11 of file odbc.php.


Member Function Documentation

DB_ODBC::_catch ( msg = ""  ) 

Exception/error catcher

Parameters:
string $msg

Reimplemented from DB_Base.

Definition at line 25 of file odbc.php.

References DB_Base::error().

Referenced by DB_ODBC().

DB_ODBC::DB_ODBC ( conn,
persistent 
)

Definition at line 13 of file odbc.php.

References DB_Base::$conn, and _catch().

DB_ODBC::fetch_array ( &$  q  ) 

Definition at line 45 of file odbc.php.

DB_ODBC::fetch_field ( &$  q,
num 
)

Definition at line 49 of file odbc.php.

DB_ODBC::fetch_row ( &$  q  ) 

Definition at line 41 of file odbc.php.

DB_ODBC::free_result ( q  ) 

Definition at line 66 of file odbc.php.

DB_ODBC::get_insert_id (  ) 

Definition at line 61 of file odbc.php.

References $r.

DB_ODBC::get_table_defn ( table  ) 

Definition at line 33 of file odbc.php.

DB_ODBC::num_fields ( &$  q  ) 

Definition at line 53 of file odbc.php.

DB_ODBC::num_orws ( &$  q  ) 

Definition at line 57 of file odbc.php.

DB_ODBC::run_query ( sql  ) 

Definition at line 37 of file odbc.php.

DB_ODBC::select ( db  ) 

Definition at line 30 of file odbc.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