Uses of Class
oracle.pgx.config.ReachabilityIndexCreationMode
-
Packages that use ReachabilityIndexCreationMode Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of ReachabilityIndexCreationMode in oracle.pgx.config
Methods in oracle.pgx.config that return ReachabilityIndexCreationMode Modifier and Type Method Description ReachabilityIndexCreationModePgxConfig. getUseIndexForReachabilityQueries()create index for reachability queriesReachabilityIndexCreationModeRuntimeConfig. getUseIndexForReachabilityQueries()create index for reachability queriesstatic ReachabilityIndexCreationModeReachabilityIndexCreationMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReachabilityIndexCreationMode[]ReachabilityIndexCreationMode. 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 ReachabilityIndexCreationMode Modifier and Type Method Description PgxConfigBuilderPgxConfigBuilder. setUseIndexForReachabilityQueries(ReachabilityIndexCreationMode useIndexForReachabilityQueries)create index for reachability queriesRuntimeConfigBuilderRuntimeConfigBuilder. setUseIndexForReachabilityQueries(ReachabilityIndexCreationMode useIndexForReachabilityQueries)create index for reachability queries
-