My Project
Public Member Functions
Table_cache_iterator Class Reference

#include <table_cache.h>

List of all members.

Public Member Functions

 Table_cache_iterator (const TABLE_SHARE *share_arg)
TABLEoperator++ (int)
void rewind ()

Detailed Description

Iterator which allows to go through all used TABLE instances for the table in all table caches.


Constructor & Destructor Documentation

Construct iterator over all used TABLE objects for the table share.

Note:
Assumes that caller owns locks on all table caches.

Member Function Documentation

TABLE * Table_cache_iterator::operator++ ( int  ) [inline]

Get current used TABLE instance and move iterator to the next one.

Note:
Assumes that caller owns locks on all table caches.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines