protected property DatabaseConnection::$statementClass

The name of the Statement class for this connection.

Tipo: string

Archivo

drupal-7.x/includes/database/database.inc, line 236
Core systems for the database layer.

Class

DatabaseConnection
Base Database API class.

Código

protected $statementClass = 'DatabaseStatementBase';