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