protected property DatabaseConnection::$statementClass

The name of the Statement class for this connection.

Type: string

File

drupal/includes/database/database.inc, line 239
Core systems for the database layer.

Class

DatabaseConnection
Base Database API class.

Code

protected $statementClass = 'DatabaseStatementBase';