MySQL 5.6.14 Source Code Document
|
#include <table_cache.h>
Public Member Functions | |
Table_cache_iterator (const TABLE_SHARE *share_arg) | |
TABLE * | operator++ (int) |
void | rewind () |
Iterator which allows to go through all used TABLE instances for the table in all table caches.
Definition at line 244 of file table_cache.h.
|
inline |
Construct iterator over all used TABLE objects for the table share.
Definition at line 551 of file table_cache.h.
|
inline |
Get current used TABLE instance and move iterator to the next one.
Definition at line 582 of file table_cache.h.