public class JdbcTypes extends Object
| 构造器和说明 |
|---|
JdbcTypes() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
addCustomMapping(int jdbcType,
Class javaType) |
static boolean |
addCustomMapping(String jdbcType,
String javaType) |
static Map<Integer,Class> |
createCustomMappings() |
static Class |
getCustomJavaType(int type) |
static Class |
getJavaType(int type) |
static Class |
getJavaType(int type,
int columnSize,
int decimalDigits) |
static String |
getTypeName(int jdbcType) |
static String |
getTypeName(int jdbcType,
String defaultVal) |
static Integer |
getTypeValue(String jdbcTypeName) |
static Integer |
getTypeValue(String jdbcTypeName,
int defaultVal) |
static void |
removeCustomMappings() |
public static void removeCustomMappings()
public static boolean addCustomMapping(int jdbcType,
Class javaType)
public static Class getCustomJavaType(int type)
public static Class getJavaType(int type)
public static Class getJavaType(int type, int columnSize, int decimalDigits)
public static String getTypeName(int jdbcType)
Copyright © 2024 fossc. All rights reserved.