public class JdbcInteger extends AbstractJdbcType<java.math.BigInteger>
| Modifier and Type | Field and Description |
|---|---|
static JdbcInteger |
instance |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
compose(java.nio.ByteBuffer bytes) |
java.nio.ByteBuffer |
decompose(java.math.BigInteger value) |
int |
getJdbcType() |
int |
getPrecision(java.math.BigInteger obj) |
int |
getScale(java.math.BigInteger obj) |
java.lang.String |
getString(java.nio.ByteBuffer bytes) |
java.lang.Class<java.math.BigInteger> |
getType() |
boolean |
isCaseSensitive() |
boolean |
isCurrency() |
boolean |
isSigned() |
boolean |
needsQuotes() |
java.lang.String |
toString(java.math.BigInteger obj) |
public static final JdbcInteger instance
public boolean isCaseSensitive()
isCaseSensitive in class AbstractJdbcType<java.math.BigInteger>public int getScale(java.math.BigInteger obj)
getScale in class AbstractJdbcType<java.math.BigInteger>public int getPrecision(java.math.BigInteger obj)
getPrecision in class AbstractJdbcType<java.math.BigInteger>public boolean isCurrency()
isCurrency in class AbstractJdbcType<java.math.BigInteger>public boolean isSigned()
isSigned in class AbstractJdbcType<java.math.BigInteger>public java.lang.String toString(java.math.BigInteger obj)
toString in class AbstractJdbcType<java.math.BigInteger>public boolean needsQuotes()
needsQuotes in class AbstractJdbcType<java.math.BigInteger>public java.lang.String getString(java.nio.ByteBuffer bytes)
getString in class AbstractJdbcType<java.math.BigInteger>public java.lang.Class<java.math.BigInteger> getType()
getType in class AbstractJdbcType<java.math.BigInteger>public int getJdbcType()
getJdbcType in class AbstractJdbcType<java.math.BigInteger>public java.math.BigInteger compose(java.nio.ByteBuffer bytes)
compose in class AbstractJdbcType<java.math.BigInteger>public java.nio.ByteBuffer decompose(java.math.BigInteger value)
decompose in class AbstractJdbcType<java.math.BigInteger>Copyright © 2014 The Apache Software Foundation