Uses of Class
org.postgresql.pljava.example.ComplexScalar

Packages that use ComplexScalar
org.postgresql.pljava.example   
 

Uses of ComplexScalar in org.postgresql.pljava.example
 

Methods in org.postgresql.pljava.example that return ComplexScalar
static ComplexScalar ComplexScalar.logAndReturn(ComplexScalar cpl)
           
static ComplexScalar ComplexScalar.parse(String input, String typeName)
           
 

Methods in org.postgresql.pljava.example with parameters of type ComplexScalar
static ComplexScalar ComplexScalar.logAndReturn(ComplexScalar cpl)