public abstract class DateConverter extends Object
| Constructor and Description |
|---|
DateConverter() |
| Modifier and Type | Method and Description |
|---|---|
static LocalDate |
parse(PostgresReader reader,
boolean allowNulls) |
static List<LocalDate> |
parseCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static void |
serializeURI(PostgresBuffer sw,
LocalDate value) |
static void |
setParameter(PostgresBuffer sw,
PreparedStatement ps,
int index,
LocalDate value) |
static PostgresTuple |
toTuple(LocalDate value) |
public static final LocalDate MIN_DATE
public static void setParameter(PostgresBuffer sw, PreparedStatement ps, int index, LocalDate value) throws SQLException
SQLExceptionpublic static void serializeURI(PostgresBuffer sw, LocalDate value)
public static LocalDate parse(PostgresReader reader, boolean allowNulls) throws IOException
IOExceptionpublic static List<LocalDate> parseCollection(PostgresReader reader, int context, boolean allowNulls) throws IOException
IOExceptionpublic static PostgresTuple toTuple(LocalDate value)
Copyright © 2015. All rights reserved.