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