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