Uses of Class
io.debezium.relational.ColumnId
Packages that use ColumnId
-
Uses of ColumnId in io.debezium.relational
Methods in io.debezium.relational that return ColumnIdModifier and TypeMethodDescriptionstatic ColumnIdParse the supplied string delimited with a period (.) character, extracting the last segment into a column name and the prior segments into the TableID.private static ColumnIdParse the supplied string delimited with the specified delimiter character, extracting the last segment into a column name and the prior segments into the TableID.Methods in io.debezium.relational with parameters of type ColumnIdMethod parameters in io.debezium.relational with type arguments of type ColumnIdModifier and TypeMethodDescriptionprivate static booleanKey.matchColumn(Selectors.TableIdToStringMapper tableIdMapper, Table table, Predicate<ColumnId> predicate, Column c)