MySQL 8.3.0
Source Code Documentation

Iterator over groups of SQL objects. More...

#include <pfs_visitor.h>

Static Public Member Functions

static void visit_all (PFS_object_visitor *visitor)
 Visit all objects. More...
 
static void visit_all_tables (PFS_object_visitor *visitor)
 Visit all tables and related handles. More...
 
static void visit_tables (PFS_table_share *share, PFS_object_visitor *visitor)
 Visit a table and related table handles. More...
 
static void visit_table_indexes (PFS_table_share *share, uint index, PFS_object_visitor *visitor)
 Visit a table index and related table handles indexes. More...
 

Detailed Description

Iterator over groups of SQL objects.

See also
PFS_object_visitor

The documentation for this class was generated from the following files: