Uses of Class
org.postgresql.pljava.annotation.Cast.Path
-
Packages that use Cast.Path Package Description org.postgresql.pljava.annotation Annotations for use in Java code to generate the SQLJ Deployment Descriptor automatically. -
-
Uses of Cast.Path in org.postgresql.pljava.annotation
Methods in org.postgresql.pljava.annotation that return Cast.Path Modifier and Type Method Description Cast.Path
path()
A stock conversion path when a dedicated function is not supplied:BINARY
for two types that are known to have the same internal representation, orINOUT
to invoke the first type's text-output function followed by the second type's text-input function.static Cast.Path
Cast.Path. valueOf(String name)
Returns the enum constant of this type with the specified name.static Cast.Path[]
Cast.Path. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-