Package com.impossibl.postgres.datetime
Class ISOTimestampFormat
- java.lang.Object
-
- com.impossibl.postgres.datetime.ISOTimestampFormat
-
- All Implemented Interfaces:
DateTimeFormat
public class ISOTimestampFormat extends Object implements DateTimeFormat
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ISOTimestampFormat.Parser
-
Constructor Summary
Constructors Constructor Description ISOTimestampFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISOTimestampFormat.Parser
getParser()
com.impossibl.postgres.datetime.ISOTimestampFormat.Printer
getPrinter()
-
-
-
Method Detail
-
getParser
public ISOTimestampFormat.Parser getParser()
- Specified by:
getParser
in interfaceDateTimeFormat
-
getPrinter
public com.impossibl.postgres.datetime.ISOTimestampFormat.Printer getPrinter()
- Specified by:
getPrinter
in interfaceDateTimeFormat
-
-