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