| Modifier and Type | Field and Description |
|---|---|
private static Map<Class<?>,MetaImpl.TypeInfo> |
m |
private int |
sqlType |
private String |
sqlTypeName |
| Constructor and Description |
|---|
TypeInfo(int sqlType,
String sqlTypeName) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
put(Class<?> clazz,
int sqlType,
String sqlTypeName) |
private static Map<Class<?>,MetaImpl.TypeInfo> m
private final int sqlType
private final String sqlTypeName
public TypeInfo(int sqlType,
String sqlTypeName)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.