Package io.debezium.connector.sqlserver
Class SqlServerTableIdPredicates
java.lang.Object
io.debezium.connector.sqlserver.SqlServerTableIdPredicates
- All Implemented Interfaces:
TableIdPredicates
TableId predicates specific to SQL server.- Author:
- vjuranek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEndDelimiter(char c) booleanisStartDelimiter(char c) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.relational.TableIdPredicates
isQuotingChar
-
Constructor Details
-
SqlServerTableIdPredicates
public SqlServerTableIdPredicates()
-
-
Method Details
-
isStartDelimiter
public boolean isStartDelimiter(char c) - Specified by:
isStartDelimiterin interfaceTableIdPredicates
-
isEndDelimiter
public boolean isEndDelimiter(char c) - Specified by:
isEndDelimiterin interfaceTableIdPredicates
-