mysql-native v3.0.0
API Reference Home: [This Version] [Latest Version] [Other Versions]
Struct LCB
Length Coded Binary Value
struct LCB
;
Fields
Name | Type | Description |
---|---|---|
isIncomplete
|
bool | True 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
|
bool | True if the LCB contains a null value
|
numBytes
|
ubyte | Number of bytes needed to store the value (Extracted from the LCB header. The header byte is not included) |
value
|
ulong | The decoded value. This is always 0 if isNull or isIncomplete is set.
|
Properties
Name | Type | Description |
---|---|---|
totalBytes [get]
|
ubyte | Number of bytes total used for this LCB
|