Results for “Std.Db.Protocol.ProtocolError”
7 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Db.Protocol.ProtocolError
Why bytes on the wire did not make a message.
- Std.Db.Protocol.authenticationKind
&Bytes -> Result[Int, Std.Db.Protocol.ProtocolError]What kind of authentication the server asked for, read from the message
- Std.Db.Protocol.messageSize
&Bytes -> Result[Int, Std.Db.Protocol.ProtocolError]Validate the length before a streaming reader allocates or requests a body.
- Std.Db.Protocol.readCString
&Bytes -> Result[(Str, Bytes), Std.Db.Protocol.ProtocolError]The text at the front of a payload, and what follows it.
- Std.Db.Protocol.readDataRow
&Bytes -> Result[Array[Option[Str]], Std.Db.Protocol.ProtocolError]SQL NULL has one explicit sentinel; invalid or truncated text is not absent.
- Std.Db.Protocol.readMessage
&Bytes -> Result[(Std.Db.Protocol.Message, Bytes), Std.Db.Protocol.ProtocolError]Read one complete message, preserving any following frames.
- Std.Db.Protocol.readRowDescription
&Bytes -> Result[Array[Std.Db.Protocol.Column], Std.Db.Protocol.ProtocolError]The columns a row description names.
