MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ndb::TupleIdRange Struct Reference

#include <Ndb.hpp>

Public Member Functions

void reset ()

Public Attributes

Uint64 m_first_tuple_id
Uint64 m_last_tuple_id
Uint64 m_highest_seen

Detailed Description

Return a unique tuple id for a table. The id sequence is ascending but may contain gaps. Methods which have no TupleIdRange argument use NDB API dict cache. They may not be called from mysqld.

Parameters
aTableNametable name
cacheSizenumber of values to cache in this Ndb object
Returns
0 or -1 on error, and tupleId in out parameter

Definition at line 1680 of file Ndb.hpp.


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