public class JdbcDouble extends AbstractJdbcType<Double>
| Modifier and Type | Field and Description |
|---|---|
static JdbcDouble |
instance |
| Modifier and Type | Method and Description |
|---|---|
Double |
compose(Object value) |
Object |
decompose(Double value) |
int |
getJdbcType() |
int |
getPrecision(Double obj) |
int |
getScale(Double obj) |
Class<Double> |
getType() |
boolean |
isCaseSensitive() |
boolean |
isCurrency() |
boolean |
isSigned() |
boolean |
needsQuotes() |
String |
toString(Double obj) |
public static final JdbcDouble instance
public boolean isCaseSensitive()
isCaseSensitive in class AbstractJdbcType<Double>public int getScale(Double obj)
getScale in class AbstractJdbcType<Double>public int getPrecision(Double obj)
getPrecision in class AbstractJdbcType<Double>public boolean isCurrency()
isCurrency in class AbstractJdbcType<Double>public boolean isSigned()
isSigned in class AbstractJdbcType<Double>public String toString(Double obj)
toString in class AbstractJdbcType<Double>public boolean needsQuotes()
needsQuotes in class AbstractJdbcType<Double>public Class<Double> getType()
getType in class AbstractJdbcType<Double>public int getJdbcType()
getJdbcType in class AbstractJdbcType<Double>public Double compose(Object value)
compose in class AbstractJdbcType<Double>public Object decompose(Double value)
decompose in class AbstractJdbcType<Double>Copyright © 2015–2016. All rights reserved.