PACKET_BINDATA
This packet type in the binary protocol transfers result set row data in a compact binary format, determined by the column types returned in metadata.
Last updated
Was this helpful?
This packet type in the binary protocol transfers result set row data in a compact binary format, determined by the column types returned in metadata.
Last updated
Was this helpful?
Was this helpful?
(column_count + 7)/8 null bitmap
while (!eof) {
for (i=0; i < column_count; i++)
{
data (length depends on the data type)
}
}