Uses of Interface
org.postgresql.pljava.adt.Datetime.TimeTZ
Packages that use Datetime.TimeTZ
Package
Description
Package containing functional interfaces that document and present
PostgreSQL data types abstractly, but clearly enough for faithful mapping.
-
Uses of Datetime.TimeTZ in org.postgresql.pljava.adt
Classes in org.postgresql.pljava.adt that implement Datetime.TimeTZModifier and TypeClassDescriptionstatic class
A reference implementation that maps toOffsetTime
.Methods in org.postgresql.pljava.adt that return Datetime.TimeTZModifier and TypeMethodDescriptionDatetime.TimeTZ.Modifier.modify
(OptionalInt precision) Returns aTimeTZ
function possibly tailored ("curried") with the values from a PostgreSQL type modifier on the type.Methods in org.postgresql.pljava.adt with parameters of type Datetime.TimeTZModifier and TypeMethodDescription<T> T
Datetime.TimeTZ.AsOffsetTime.store
(OffsetTime t, Datetime.TimeTZ<T> f)