ParsedQueryMessage class

A parsed ODBC binary message: row/column payload plus optional OUT1 parameter values.

Constructors

ParsedQueryMessage({required ParsedRowBuffer rowBuffer, List<ParamValue> outputParamValues = const <ParamValue>[], List<ParsedRowBuffer> refCursorRowBuffers = const <ParsedRowBuffer>[]})
Creates a new ParsedQueryMessage instance.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
outputParamValues List<ParamValue>
OUT / INOUT values from an OUT1 trailer; empty if none.
final
refCursorRowBuffers List<ParsedRowBuffer>
Materialized SYS_REFCURSOR-style result sets from an RC1\0 trailer (full v1 messages); empty if none. See BinaryProtocolParser.refCursorFooterMagic.
final
rowBuffer ParsedRowBuffer
Row set (v1 row-major or v2 columnar, decoded to the same shape as v1).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited