TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
__construct ($dbms, $fn, $errno, $errmsg, $p1, $p2, $thisConnection) | |
Public Attributes | |
$dbms | |
$fn | |
$sql = '' | |
$params = '' | |
$host = '' | |
$database = '' | |
Definition at line 20 of file adodb-exceptions.inc.php.
ADODB_Exception::__construct | ( | $dbms, | |
$fn, | |||
$errno, | |||
$errmsg, | |||
$p1, | |||
$p2, | |||
$thisConnection | |||
) |
Definition at line 28 of file adodb-exceptions.inc.php.
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(), and adodb_throw().
ADODB_Exception::$fn |
Definition at line 22 of file adodb-exceptions.inc.php.
Referenced by __construct(), and adodb_throw().
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.