protected property DatabaseConnection::$statementClass in Drupal 7
The name of the Statement class for this connection.
Type: string
File
- includes/
database/ database.inc, line 239 - Core systems for the database layer.
Class
- DatabaseConnection
- Base Database API class.
Code
protected $statementClass = 'DatabaseStatementBase';