interface TransactionStatementParser

Reads a statement as what it does to a transaction, where that is what it is.

Every dialect writes savepoints and the words that open a transaction a little differently, so each database package reads its own.

Methods§

public function parse(string $sql): ?TransactionStatement

Reads.

Parameters

$sqlstring

Test cases 1§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Other tests reaching this symbol 1

Relations§

Implemented by 1