Uses of Class
oracle.pgx.common.types.ArgumentType
-
Packages that use ArgumentType 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 ArgumentType in oracle.pgx.api
Methods in oracle.pgx.api that return ArgumentType Modifier and Type Method Description ArgumentType[]CompiledProgram. getArgumentTypes()Gets the argument types.Methods in oracle.pgx.api with parameters of type ArgumentType Modifier and Type Method Description static oracle.pgx.api.internal.ArgumentCompiledProgram. convertArg(java.lang.Object obj, ArgumentType type, int idx) -
Uses of ArgumentType in oracle.pgx.common.types
Methods in oracle.pgx.common.types that return ArgumentType Modifier and Type Method Description static ArgumentTypeArgumentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ArgumentType[]ArgumentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-