TYPO3 CMS  TYPO3_7-6
ADODB_Exception Class Reference
Inheritance diagram for ADODB_Exception:

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

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

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

References $dbms, and $fn.

Member Data Documentation

◆ $database

ADODB_Exception::$database = ''

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

◆ $dbms

ADODB_Exception::$dbms

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

Referenced by __construct(), and adodb_throw().

◆ $fn

ADODB_Exception::$fn

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

Referenced by __construct(), and adodb_throw().

◆ $host

ADODB_Exception::$host = ''

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

◆ $params

ADODB_Exception::$params = ''

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

◆ $sql

ADODB_Exception::$sql = ''

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