protected property Connection::$statementWrapperClass in Drupal 9
Same name in this branch
- 9 core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::statementWrapperClass
- 9 core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php \Drupal\Core\Database\Driver\sqlite\Connection::statementWrapperClass
- 9 core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php \Drupal\Core\Database\Driver\pgsql\Connection::statementWrapperClass
- 9 core/lib/Drupal/Core/Database/Driver/mysql/Connection.php \Drupal\Core\Database\Driver\mysql\Connection::statementWrapperClass
The name of the StatementWrapper class for this connection.
Type: string
File
- core/
lib/ Drupal/ Core/ Database/ Connection.php, line 91
Class
- Connection
- Base Database API class.
Namespace
Drupal\Core\DatabaseCode
protected $statementWrapperClass = NULL;