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

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

Detailed Description

Definition at line 448 of file NdbQueryOperation.hpp.

Member Function Documentation

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.

Parameters
columnSpecifies the format that the value should be serialized into.
dstSeralized data are appended to this.
lenLength of serialized data (in number of bytes).
isNullWill be set to true iff this is a NULL value.
Returns
0 if ok, otherwise an error code.

Definition at line 1596 of file NdbQueryOperation.cpp.

Here is the call graph for this function:


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