Module mz_environmentd::http::sql
source · Macros
Structs
Enums
A request to execute SQL over HTTP.
The result of a single query in a
SqlResponse
.__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
Constants
BRANCHES 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
VARIANTS 🔒
Statics
Traits
Trait describing how to transmit a response to a client. HTTP clients
accumulate into a Vec and send all at once. WebSocket clients send each
message as they occur.
Functions
Executes an entire
SqlRequest
.Executes a single statement in a
SqlRequest
.Returns Ok(Err) if any statement error’d during execution.
parse 🔒
run_ws 🔒
send 🔒