MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
Uint16Sequence (Uint32Buffer &buffer, Uint32 size) | |
void | append (Uint16 value) |
void | finish () |
This class is used for serializing sequences of 16 bit integers, where the first 16 bit integer specifies the length of the sequence.
Definition at line 2002 of file NdbQueryBuilder.cpp.
|
inline |
Add an item to the sequence.
Definition at line 2020 of file NdbQueryBuilder.cpp.
|
inline |
End the sequence and pad possibly unused Int16 word at end.
Definition at line 2033 of file NdbQueryBuilder.cpp.