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 TypeMethodDescriptionboolean
isEndDelimiter
(char c) boolean
isStartDelimiter
(char c) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.debezium.relational.TableIdPredicates
isQuotingChar
-
Constructor Details
-
SqlServerTableIdPredicates
public SqlServerTableIdPredicates()
-
-
Method Details
-
isStartDelimiter
public boolean isStartDelimiter(char c) - Specified by:
isStartDelimiter
in interfaceTableIdPredicates
-
isEndDelimiter
public boolean isEndDelimiter(char c) - Specified by:
isEndDelimiter
in interfaceTableIdPredicates
-