protected property Connection::$statementClass

The name of the Statement class for this connection.

Type: string

File

drupal/core/lib/Drupal/Core/Database/Connection.php, line 78
Definition of Drupal\Core\Database\Connection

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

protected $statementClass = 'Drupal\\Core\\Database\\Statement';