DB_MSSQL Class Reference

Inherits DB_Base.

Collaboration diagram for DB_MSSQL:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DB_MSSQL ($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_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 MS SQL.

Definition at line 11 of file mssql.php.


Member Function Documentation

DB_MSSQL::_catch ( msg = ""  ) 

Exception/error catcher

Parameters:
string $msg

Reimplemented from DB_Base.

Definition at line 26 of file mssql.php.

References DB_Base::error().

Referenced by DB_MSSQL(), and select().

DB_MSSQL::DB_MSSQL ( conn,
persistent 
)

Definition at line 13 of file mssql.php.

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

DB_MSSQL::fetch_array ( &$  q  ) 

Definition at line 47 of file mssql.php.

DB_MSSQL::fetch_field ( &$  q,
num 
)

Definition at line 51 of file mssql.php.

DB_MSSQL::fetch_row ( &$  q  ) 

Definition at line 43 of file mssql.php.

DB_MSSQL::free_result ( q  ) 

Definition at line 68 of file mssql.php.

DB_MSSQL::get_insert_id (  ) 

Definition at line 63 of file mssql.php.

References $r.

DB_MSSQL::get_table_defn ( table  ) 

Definition at line 35 of file mssql.php.

DB_MSSQL::num_fields ( &$  q  ) 

Definition at line 55 of file mssql.php.

DB_MSSQL::num_rows ( &$  q  ) 

Definition at line 59 of file mssql.php.

DB_MSSQL::run_query ( sql  ) 

Definition at line 39 of file mssql.php.

DB_MSSQL::select ( db  ) 

Definition at line 31 of file mssql.php.

References $db, and _catch().

Referenced by DB_MSSQL().


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