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 interface
IntervalFormat.Parser
static interface
IntervalFormat.Printer
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntervalFormat.Parser
getParser()
IntervalFormat.Printer
getPrinter()
-
-
-
Method Detail
-
getParser
IntervalFormat.Parser getParser()
-
getPrinter
IntervalFormat.Printer getPrinter()
-
-