Inherits DB_Base.

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) | |
PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet
Description: DB driver for MS SQL.
Definition at line 11 of file mssql.php.
| DB_MSSQL::_catch | ( | $ | msg = "" |
) |
Exception/error catcher
| 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::select | ( | $ | db | ) |
1.6.1