Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
Modifier and Type | Method and Description |
---|---|
static GmCompilerOptimization |
GmCompilerOptimization.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GmCompilerOptimization[] |
GmCompilerOptimization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CompiledProgram |
PgxSession.compileProgramCode(java.lang.String code,
boolean overwrite,
boolean parallel,
java.util.List<GmCompilerOptimization> disabledOptimizations,
boolean verbose)
Deprecated.
|
PgxFuture<CompiledProgram> |
PgxSession.compileProgramCodeAsync(java.lang.String code,
boolean overwrite,
boolean parallel,
java.util.List<GmCompilerOptimization> disabledOptimizations,
boolean verbose)
Compiles a Green-Marl program.
|