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