Uses of Class
oracle.pgx.config.Compiler
-
Packages that use Compiler Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of Compiler in oracle.pgx.config
Methods in oracle.pgx.config that return Compiler Modifier and Type Method Description CompilerPgxConfig. getGraphAlgorithmLanguage()Frontend compiler to use.static CompilerCompiler. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Compiler[]Compiler. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.config with parameters of type Compiler Modifier and Type Method Description PgxConfigBuilderPgxConfigBuilder. setGraphAlgorithmLanguage(Compiler graphAlgorithmLanguage)Frontend compiler to use.
-