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
setBinaryProtocolLazyStrings({required bool active}) → void
setNullBitmapBit(Uint8List bitmap, int row) → void