MySQL 5.6.14 Source Code Document
|
#include <pfs_engine_table.h>
Public Member Functions | |
PFS_simple_index (uint index) | |
void | set_at (const struct PFS_simple_index *other) |
void | set_after (const struct PFS_simple_index *other) |
void | next (void) |
Public Attributes | |
uint | m_index |
Position of a cursor, for simple iterations.
Definition at line 348 of file pfs_engine_table.h.
|
inline |
Constructor.
index | the index initial value. |
Definition at line 357 of file pfs_engine_table.h.
|
inline |
Set this index to the next record.
Definition at line 376 of file pfs_engine_table.h.
|
inline |
Set this index after a given position.
other | a position |
Definition at line 372 of file pfs_engine_table.h.
|
inline |
Set this index at a given position.
other | a position |
Definition at line 365 of file pfs_engine_table.h.
uint PFS_simple_index::m_index |
Current row index.
Definition at line 351 of file pfs_engine_table.h.