Uses of Interface
com.impossibl.postgres.datetime.IntervalFormat
-
Packages that use IntervalFormat Package Description com.impossibl.postgres.datetime com.impossibl.postgres.system -
-
Uses of IntervalFormat in com.impossibl.postgres.datetime
Classes in com.impossibl.postgres.datetime that implement IntervalFormat Modifier and Type Class Description class
ISOIntervalFormat
class
PostgresIntervalFormat
-
Uses of IntervalFormat in com.impossibl.postgres.system
Methods in com.impossibl.postgres.system that return IntervalFormat Modifier and Type Method Description IntervalFormat
BasicContext. getClientIntervalFormat()
IntervalFormat
Context. getClientIntervalFormat()
IntervalFormat
BasicContext. getServerIntervalFormat()
IntervalFormat
Context. getServerIntervalFormat()
-