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