Public Member Functions | Public Attributes

ADODB_Exception Class Reference

List of all members.

Public Member Functions

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

Public Attributes

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

Detailed Description

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


Constructor & Destructor Documentation

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

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

References $dbms, and $fn.


Member Data Documentation

ADODB_Exception::$database = ''

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

ADODB_Exception::$dbms

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

Referenced by __construct().

ADODB_Exception::$fn

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

Referenced by __construct().

ADODB_Exception::$host = ''

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

ADODB_Exception::$params = ''

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

ADODB_Exception::$sql = ''

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


The documentation for this class was generated from the following file: