Std.Db.Session.TransactionStatus
1 declaration
type
TransactionStatusThis declaration introduces a public type.
What it does
Where a connection stands with respect to a transaction.
The server reports this with every message saying it is ready, and it is
worth keeping rather than inferring: after a statement fails inside a
transaction the server refuses everything until the transaction is rolled
back, so a caller that assumed it was still usable would see every later
statement fail for a reason that has nothing to do with it.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
