public abstract class AbstractJdbcType<T> extends Object
| Constructor and Description |
|---|
AbstractJdbcType() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
compose(Object obj) |
abstract Object |
decompose(T obj) |
abstract int |
getJdbcType() |
abstract int |
getPrecision(T obj) |
abstract int |
getScale(T obj) |
abstract Class<T> |
getType() |
abstract boolean |
isCaseSensitive() |
abstract boolean |
isCurrency() |
abstract boolean |
isSigned() |
abstract boolean |
needsQuotes() |
abstract String |
toString(T obj) |
public abstract boolean isCaseSensitive()
public abstract int getScale(T obj)
public abstract int getPrecision(T obj)
public abstract boolean isCurrency()
public abstract boolean isSigned()
public abstract boolean needsQuotes()
public abstract int getJdbcType()
Copyright © 2015–2016. All rights reserved.