Class PipelineJdbcUtils
java.lang.Object
org.apache.shardingsphere.data.pipeline.core.util.PipelineJdbcUtils
Pipeline JDBC utils.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisIntegerColumn(int columnType) Whether column is integer type.static booleanisStringColumn(int columnType) Whether column is string column.
-
Constructor Details
-
PipelineJdbcUtils
public PipelineJdbcUtils()
-
-
Method Details
-
isIntegerColumn
public static boolean isIntegerColumn(int columnType) Whether column is integer type.- Parameters:
columnType- column type, value of java.sql.Types- Returns:
- true or false
-
isStringColumn
public static boolean isStringColumn(int columnType) Whether column is string column.- Parameters:
columnType- column type, value of java.sql.Types- Returns:
- true or false
-