| Constructor and Description |
|---|
DbTypeMap() |
| Modifier and Type | Method and Description |
|---|---|
DbType |
get(int jdbcType)
Return the type for a given jdbc type.
|
static DbTypeMap |
logicalTypes()
Return the DbTypeMap with standard (not platform specific) types.
|
DbType |
lookup(String name)
Lookup the platform specific DbType given the standard sql type name.
|
void |
put(int jdbcType,
DbType dbType)
Override the type for a given JDBC type.
|
public DbTypeMap()
public static DbTypeMap logicalTypes()
public DbType lookup(String name)
Copyright © 2016. All rights reserved.