MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Uint16Sequence Class Reference

Public Member Functions

 Uint16Sequence (Uint32Buffer &buffer, Uint32 size)
void append (Uint16 value)
void finish ()

Detailed Description

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.

Member Function Documentation

void Uint16Sequence::append ( Uint16  value)
inline

Add an item to the sequence.

Definition at line 2020 of file NdbQueryBuilder.cpp.

Here is the caller graph for this function:

void Uint16Sequence::finish ( )
inline

End the sequence and pad possibly unused Int16 word at end.

Definition at line 2033 of file NdbQueryBuilder.cpp.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: