public class SqlTypeMapperImpl extends Object implements SqlTypeMapper
| Constructor and Description |
|---|
SqlTypeMapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SqlDatatype> |
getMap() |
SqlDatatype |
getSqlDatatype(String datatypeUri) |
static <K,V> void |
putIfNotExists(Map<K,V> map,
K key,
V value) |
void |
register(String datatypeUri,
SqlDatatype sqlType) |
public Map<String,SqlDatatype> getMap()
public SqlDatatype getSqlDatatype(String datatypeUri)
getSqlDatatype in interface SqlTypeMapperpublic static <K,V> void putIfNotExists(Map<K,V> map, K key, V value)
public void register(String datatypeUri, SqlDatatype sqlType)
register in interface SqlTypeMapperCopyright © 2014. All rights reserved.