My Project
|
#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.
Table_cache_iterator::Table_cache_iterator | ( | const TABLE_SHARE * | share_arg | ) | [inline] |
Construct iterator over all used TABLE objects for the table share.
TABLE * Table_cache_iterator::operator++ | ( | int | ) | [inline] |
Get current used TABLE instance and move iterator to the next one.