OctaviusClientImpl
The only implementation of OctaviusClient. Everything it does, it does through its SessionProvider.
Parameters
Decides which session each operation runs on.
What close should release, or null where the client owns nothing.
How dynamic_dto payloads are read and written.
When an unwrapped instance of a registered class is written as a dynamic_dto.
Constructors
Properties
Functions
Starts building a DELETE from the given table. A WHERE is required before it will render.
Runs every step of plan in one transaction, in the order they were added, and returns what each produced.
Starts building an INSERT into the given table.
Starts building a SELECT over the given columns.
Runs block inside a transaction, committing when it returns and rolling back when it throws.
Runs block in a transaction that understands a returned failure, and hands back what it produced.
Starts building an UPDATE of the given table. A WHERE is required before it will render.