Uses of Interface
org.postgresql.pljava.Adapter.Dispenser
Packages that use Adapter.Dispenser
Package
Description
Package containing functional interfaces that document and present
PostgreSQL data types abstractly, but clearly enough for faithful mapping.
-
Uses of Adapter.Dispenser in org.postgresql.pljava.adt
Methods in org.postgresql.pljava.adt with parameters of type Adapter.DispenserModifier and TypeMethodDescriptionGeometric.Circle.construct
(Adapter.Dispenser<I, Geometric.Point<I>> center, double radius) Constructs a representation T from the components of the PostgreSQL data type.Geometric.Polygon.construct
(int nVertices, Adapter.Dispenser<I1, Geometric.Box<I1, ?>> boundingBox, Adapter.PullDispenser<I2, Geometric.Point<I2>> vertices) Constructs a representation T from the components of the PostgreSQL data type.