public class JavaType extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
jdbc42 |
static Map<Integer,Class<?>> |
jdbcJavaTypes |
static Map<String,Integer> |
jdbcTypeNames |
static Map<Integer,String> |
mapping |
static String |
SPECIAL |
static String |
UNKNOW |
Constructor and Description |
---|
JavaType() |
Modifier and Type | Method and Description |
---|---|
static String |
getType(Integer sqlType,
Integer size,
Integer digit) |
static boolean |
isDateType(Integer sqlType) |
static boolean |
isInteger(Integer sqlType) |
static boolean |
isJavaNumberType(int jdbcType) |
static boolean |
isLob(Integer sqlType) |
public static boolean jdbc42
public static final String UNKNOW
public static final String SPECIAL
Copyright © 2020. All rights reserved.