Uses of Class
oracle.pgx.api.GmCompilerOptimization
-
Packages that use GmCompilerOptimization Package Description oracle.pgx.api This package contains the main Java APIs. -
-
Uses of GmCompilerOptimization in oracle.pgx.api
Methods in oracle.pgx.api that return GmCompilerOptimization Modifier and Type Method 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.Method parameters in oracle.pgx.api with type arguments of type GmCompilerOptimization Modifier and Type Method Description PgxFuture<CompiledProgram>
PgxSession. compileProgramCodeAsync(java.lang.String code, boolean overwrite, boolean parallel, java.util.List<GmCompilerOptimization> disabledOptimizations, boolean verbose)
Compiles a Green-Marl program.
-