mysql-native v3.0.0

API Reference Home: [This Version] [Latest Version] [Other Versions]


Struct LCB

Length Coded Binary Value

struct LCB ;

Fields

NameTypeDescription
isIncomplete boolTrue if the packet that created this LCB didn't have enough bytes to store a value of the size specified. More bytes have to be fetched from the server.
isNull boolTrue if the LCB contains a null value
numBytes ubyteNumber of bytes needed to store the value (Extracted from the LCB header. The header byte is not included)
value ulongThe decoded value. This is always 0 if isNull or isIncomplete is set.

Properties

NameTypeDescription
totalBytes[get] ubyteNumber of bytes total used for this LCB