Expand description
Branded prepared-statement and portal resources with proxy name rewriting.
Structs§
- Portal
- A bound portal tied to the same brand as its statement.
- Prepared
Statement - A prepared statement tied to one generative connection brand.
- Resource
Connection - A connection paired with its generative statement and portal namespace.
- Resource
Scope - Connection-local statement and portal namespaces.
Enums§
- Resource
Awaiting Transition - Projection while awaiting readiness after an extended-query result.
- Resource
Draining Transition - Projection while draining an errored resource-aware pipeline.
- Resource
Error - Failure to resolve or allocate a branded protocol resource.
- Resource
Protocol Error - A resource-namespace or wire-encoding failure.
- Resource
Ready State - Readiness projected while retaining the connection’s resource brand.
Functions§
- with_
connection_ resources - Runs an extended-query operation with one brand shared by its connection and resource namespace.
- with_
connection_ resources_ async - Runs an asynchronous operation with one brand shared by its connection and resource namespace.
- with_
resources - Runs an operation with a fresh resource brand which cannot escape the closure.
Type Aliases§
- Bind
Result - Result of binding a portal for the first time in a pipeline.
- Bound
Prepare Result - Result of preparing another statement after a portal has been bound.
- Prepare
Result - Result of preparing a statement while building an extended-query pipeline.
- Rebind
Result - Result of binding another portal after the pipeline has become executable.