Pattern maching a RELEASE SAVEPOINT statememt that should be mapped on a
connection.releaseSavepoint(Savepoint) call.
Returns the RELEASE_SAVEPOINT_PATTERN.
Pattern maching a transaction ROLLBACK TO SAVEPOINT that should be mapped
on a connection.rollback(Savepoint) call.
Returns the ROLLBACK_TO_SAVEPOINT_PATTERN.
Pattern maching a transaction isolation level setting that should be mapped
on a connection.setIsolationLevel() call.
Returns the SET_ISOLATION_LEVEL_PATTERN.
Pattern maching a transaction read-only setting that should be mapped on a
connection.setReadOnly() call.
Returns the SET_READ_ONLY_TRANSACTION_PATTERN.