MySQL 8.0.40
Source Code Documentation
|
Classes | |
class | ColumnFilter |
When iterating the table fields for sometimes you want to skip some columns. More... | |
class | ColumnFilterFactory |
This class allows the developer to create a filter instance given a type. More... | |
class | ColumnFilterInboundFunctionalIndexes |
One use case for filtering relates to hidden generated columns. More... | |
class | ColumnFilterInboundGipk |
Class used when we want a column view over a table in a context where the replicated table contains a GIPK on the replica, but not on the source. More... | |
class | ColumnFilterOutboundFunctionalIndexes |
class | ReplicatedColumnsView |
Since it's not mandatory that all fields in a TABLE object are replicated, this class extends Table_columns_view container and adds logic to filter out not needed columns. More... | |
class | ReplicatedColumnsViewFactory |
This class allows the creation of different types of column view instances and also adds different filters depending on context. More... | |
class | ReplicatedColumnsViewWithGipkOnSource |
Class used when we want a column view over a table in a context where the replicated table contains a GIPK on the source, but not on the replica. More... | |