The name of the Statement class for this connection.
Type: string
File
- core/lib/Drupal/Core/Database/Connection.php, line 67
Class
- Connection
- Base Database API class.
Namespace
Drupal\Core\Database
Code
protected $statementClass = 'Drupal\Core\Database\Statement';
Please login to continue.