You are here

protected property StubConnection::$statementClass in Drupal 9

The name of the Statement class for this connection.

Type: string

Overrides Connection::$statementClass

Deprecated

in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects.

See also

https://www.drupal.org/node/3177488

File

core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php, line 19

Class

StubConnection
A stub of the abstract Connection class for testing purposes.

Namespace

Drupal\Tests\Core\Database\Stub

Code

protected $statementClass = NULL;