Package com.impossibl.postgres.datetime
Interface IntervalFormat
-
- All Known Implementing Classes:
ISOIntervalFormat,PostgresIntervalFormat
public interface IntervalFormat
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIntervalFormat.Parserstatic interfaceIntervalFormat.Printer
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntervalFormat.ParsergetParser()IntervalFormat.PrintergetPrinter()
-
-
-
Method Detail
-
getParser
IntervalFormat.Parser getParser()
-
getPrinter
IntervalFormat.Printer getPrinter()
-
-