Package com.impossibl.postgres.datetime
Class ISOIntervalFormat
- java.lang.Object
-
- com.impossibl.postgres.datetime.ISOIntervalFormat
-
- All Implemented Interfaces:
IntervalFormat
public class ISOIntervalFormat extends Object implements IntervalFormat
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.impossibl.postgres.datetime.IntervalFormat
IntervalFormat.Parser, IntervalFormat.Printer
-
-
Constructor Summary
Constructors Constructor Description ISOIntervalFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntervalFormat.Parser
getParser()
IntervalFormat.Printer
getPrinter()
-
-
-
Method Detail
-
getParser
public IntervalFormat.Parser getParser()
- Specified by:
getParser
in interfaceIntervalFormat
-
getPrinter
public IntervalFormat.Printer getPrinter()
- Specified by:
getPrinter
in interfaceIntervalFormat
-
-