MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
NdbQueryParamValue (const void *val, bool shrinkVarChar=false) | |
NdbQueryParamValue (const char *val) | |
NdbQueryParamValue (Uint16 val) | |
NdbQueryParamValue (Uint32 val) | |
NdbQueryParamValue (Uint64 val) | |
NdbQueryParamValue (double val) | |
int | serializeValue (const class NdbColumnImpl &column, class Uint32Buffer &dst, Uint32 &len, bool &isNull) const |
Definition at line 448 of file NdbQueryOperation.hpp.
int NdbQueryParamValue::serializeValue | ( | const class NdbColumnImpl & | column, |
class Uint32Buffer & | dst, | ||
Uint32 & | len, | ||
bool & | isNull | ||
) | const |
Serialize value into a seuqence of words suitable to be sent to the data nodes.
column | Specifies the format that the value should be serialized into. |
dst | Seralized data are appended to this. |
len | Length of serialized data (in number of bytes). |
isNull | Will be set to true iff this is a NULL value. |
Definition at line 1596 of file NdbQueryOperation.cpp.