public final class PipelineJdbcUtils extends Object
| 构造器和说明 |
|---|
PipelineJdbcUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isIntegerColumn(int columnType)
Whether column is integer type.
|
static boolean |
isStringColumn(int columnType)
Whether column is string column.
|
public static boolean isIntegerColumn(int columnType)
columnType - column type, value of java.sql.Typespublic static boolean isStringColumn(int columnType)
columnType - column type, value of java.sql.TypesCopyright © 2022 The Apache Software Foundation. All rights reserved.