Uses of Package
org.postgresql.pljava.example.annotation
Packages that use org.postgresql.pljava.example.annotation
Package
Description
The first examples that were converted to test the annotation-driven
SQL generator instead of using hand-written SQL deployment code.
-
Classes in org.postgresql.pljava.example.annotation used by org.postgresql.pljava.example.annotationClassDescriptionComplex (re and im parts are doubles) implemented in Java as a scalar UDT.Complex (re and im parts are doubles) implemented in Java as a mapped UDT.An integer-like data type accepting a type modifier: IntWithMod(even) or IntWithMod(odd).Example of a "mirrored UDT": a user-defined type that exposes to Java the internal representation of an existing (but not SQL-standard) PostgreSQL type.A special user-defined type simply to exercise the I/O routines.A User Defined Type with varlena storage, testing github issue 52.