infrastructure/native/protocol/binary_protocol_cell_decode library

Properties

binaryProtocolLazyStringsActive bool
Active lazy-string mode for the current parse call.
getter/setter pair

Functions

decodeProtocolCell(Uint8List data, int odbcType) Object?
Converts binary cell data to a Dart value based on the protocol discriminant.
decodeProtocolText(Uint8List data) Object
readInt32Le(Uint8List data, [int offset = 0]) int
Little-endian i32 without allocating a ByteData view.
readInt64Le(Uint8List data, [int offset = 0]) int
Little-endian i64 without allocating a ByteData view.
setBinaryProtocolLazyStrings({required bool active}) → void
setNullBitmapBit(Uint8List bitmap, int row) → void