| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ArgumentType[] |
CompiledProgram.getArgumentTypes()
Gets the argument types.
|
| Modifier and Type | Method and Description |
|---|---|
static oracle.pgx.api.internal.Argument |
CompiledProgram.convertArg(java.lang.Object obj,
ArgumentType type,
int idx) |
| Modifier and Type | Method and Description |
|---|---|
static ArgumentType |
ArgumentType.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.
|