| Modifier and Type | Field and Description |
|---|---|
static String |
ANY_NATIVE_TYPE |
| Constructor and Description |
|---|
DataTypeMapping(int fromJdbcType,
String fromNativeType,
DataType toType) |
DataTypeMapping(JDBCType fromJdbcType,
String fromNativeType,
DataType toType) |
DataTypeMapping(String fromJdbcType,
String fromNativeType,
String toType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(JDBCType jdbcType,
String nativeType) |
DataType |
getMappedType() |
JDBCType |
getSourceJdbcType() |
String |
getSourceNativeType() |
public static final String ANY_NATIVE_TYPE
Copyright © 2019–2021. All rights reserved.