public class TypeUtils extends Object
| Constructor and Description |
|---|
TypeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getArrayElementTypeName(String clickhouseType) |
static boolean |
isUnsigned(String clickhouseType) |
static int[] |
supportedTypes() |
static Class |
toClass(int sqlType,
boolean isUnsigned) |
static Class |
toClass(int sqlType,
int elementSqltype,
boolean isUnsigned) |
static int |
toSqlType(String clickshouseType) |
public static int toSqlType(String clickshouseType)
public static boolean isUnsigned(String clickhouseType)
public static int[] supportedTypes()
public static Class toClass(int sqlType, boolean isUnsigned) throws SQLException
SQLExceptionpublic static Class toClass(int sqlType, int elementSqltype, boolean isUnsigned) throws SQLException
SQLExceptionCopyright © 2017. All rights reserved.