Package io.debezium.relational
Interface TableIdPredicates
public interface TableIdPredicates
Collection of predicate methods used for parsing
TableId.
As the special character may differ across databases or may not be supported at all,
given database implementation should eventually override the defaults.- Author:
- vjuranek
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanisEndDelimiter(char c) default booleanisQuotingChar(char c) default booleanisStartDelimiter(char c)
-
Method Details
-
isQuotingChar
default boolean isQuotingChar(char c) -
isStartDelimiter
default boolean isStartDelimiter(char c) -
isEndDelimiter
default boolean isEndDelimiter(char c)
-