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