Uses of Class
oracle.pgx.common.types.ReturnType
-
Packages that use ReturnType Package Description oracle.pgx.api This package contains the main Java APIs.oracle.pgx.common.types This package contains enums and helper classes identifying common PGX types. -
-
Uses of ReturnType in oracle.pgx.api
Methods in oracle.pgx.api that return ReturnType Modifier and Type Method Description ReturnTypeCompiledProgram. getReturnType()Gets the return type. -
Uses of ReturnType in oracle.pgx.common.types
Methods in oracle.pgx.common.types that return ReturnType Modifier and Type Method Description static ReturnTypeReturnType. getTypeFor(java.lang.Class<?> typeClass)Returns the ReturnType based on a typeClass.static ReturnTypeReturnType. parseReturnType(java.lang.String input)Parse ReturnType from a string value.static ReturnTypeReturnType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReturnType[]ReturnType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-