Uses of Class
io.debezium.relational.ColumnId
-
Packages that use ColumnId Package Description io.debezium.relational -
-
Uses of ColumnId in io.debezium.relational
Methods in io.debezium.relational that return ColumnId Modifier and Type Method Description static ColumnIdColumnId. parse(String str)Parse 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 ColumnIdColumnId. parse(String str, boolean useCatalogBeforeSchema)Parse 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 ColumnId Modifier and Type Method Description intColumnId. compareTo(ColumnId that)intColumnId. compareToIgnoreCase(ColumnId that)
-