interfaceTransactionStatementParser
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): ?TransactionStatementTest cases 1§
Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.