Package io.debezium.connector.db2
Class Db2ObjectNameQuoter
- java.lang.Object
-
- io.debezium.connector.db2.Db2ObjectNameQuoter
-
public class Db2ObjectNameQuoter extends Object
By default, names in Db2 are upper case. Unless quoted, any name in a SQL statement will interpreted as the equivalent upper case string.- Author:
- Luis Garcés-Erice
-
-
Constructor Summary
Constructors Constructor Description Db2ObjectNameQuoter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringquoteNameIfNecessary(String name)This function quotes a table or schema name in Db2 if the name contains at least one lower case character.
-