mysql-native v3.0.0

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


Variable LCB.isIncomplete

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.

struct LCB
{
  // ...
  bool isIncomplete ;
  // ...
}