MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
RecIterator () UNIV_NOTHROW | |
void | open (buf_block_t *block) UNIV_NOTHROW |
void | next () UNIV_NOTHROW |
rec_t * | current () UNIV_NOTHROW |
bool | end () UNIV_NOTHROW |
bool | remove (const dict_index_t *index, page_zip_des_t *page_zip, ulint *offsets) UNIV_NOTHROW |
Use the page cursor to iterate over records in a block.
Definition at line 233 of file row0import.cc.
|
inline |
Default constructor
Definition at line 237 of file row0import.cc.
|
inline |
Definition at line 262 of file row0import.cc.
|
inline |
Definition at line 270 of file row0import.cc.
|
inline |
Move to the next record.
Definition at line 255 of file row0import.cc.
|
inline |
Position the cursor on the first user record.
Definition at line 244 of file row0import.cc.
|
inline |
Remove the current record
Definition at line 277 of file row0import.cc.