Package com.impossibl.postgres.datetime
Interface DateTimeFormat
-
- All Known Implementing Classes:
ISODateFormat
,ISOTimeFormat
,ISOTimestampFormat
public interface DateTimeFormat
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DateTimeFormat.Parser
static interface
DateTimeFormat.Printer
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DateTimeFormat.Parser
getParser()
DateTimeFormat.Printer
getPrinter()
-
-
-
Method Detail
-
getParser
DateTimeFormat.Parser getParser()
-
getPrinter
DateTimeFormat.Printer getPrinter()
-
-