Moodle  2.2.1
http://www.collinsharper.com
ADODB_Exception Class Reference

Public Member Functions

 __construct ($dbms, $fn, $errno, $errmsg, $p1, $p2, $thisConnection)

Data Fields

 $dbms
 $fn
 $sql = ''
 $params = ''
 $host = ''
 $database = ''

Detailed Description

Definition at line 20 of file adodb-exceptions.inc.php.


Constructor & Destructor Documentation

__construct ( dbms,
fn,
errno,
errmsg,
p1,
p2,
thisConnection 
)

Definition at line 28 of file adodb-exceptions.inc.php.


Field Documentation

$database = ''

Definition at line 26 of file adodb-exceptions.inc.php.

$dbms

Definition at line 21 of file adodb-exceptions.inc.php.

$fn

Definition at line 22 of file adodb-exceptions.inc.php.

$host = ''

Definition at line 25 of file adodb-exceptions.inc.php.

$params = ''

Definition at line 24 of file adodb-exceptions.inc.php.

$sql = ''

Definition at line 23 of file adodb-exceptions.inc.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations