Uses of Interface
org.postgresql.pljava.adt.Numeric
Packages that use Numeric
Package
Description
Package containing functional interfaces that document and present
PostgreSQL data types abstractly, but clearly enough for faithful mapping.
-
Uses of Numeric in org.postgresql.pljava.adt
Classes in org.postgresql.pljava.adt that implement NumericModifier and TypeClassDescriptionstatic classA reference implementation that maps toBigDecimal(but cannot represent all possible values).Methods in org.postgresql.pljava.adt that return NumericModifier and TypeMethodDescriptionNumeric.Modifier.modify(boolean specified, int precision, int scale) Returns aNumericfunction possibly tailored ("curried") with the values from a PostgreSQL type modifier on the type.Methods in org.postgresql.pljava.adt with parameters of type Numeric