public class JdbcUtils extends Object
| Constructor and Description |
|---|
JdbcUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isByteArray(int sqlType)
判断是否是字节数组类型
|
static boolean |
isNumeric(int sqlType)
判断是否是数字类型
Check whether the given SQL type is numeric.
|
static boolean |
isString(int sqlType)
判断是否是字符串类型
|
public static boolean isNumeric(int sqlType)
sqlType - the SQL type to be checkedpublic static boolean isString(int sqlType)
sqlType - public static boolean isByteArray(int sqlType)
sqlType - Copyright © 2020. All rights reserved.