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 ReachabilityIndexCreationMode
PgxConfig. getUseIndexForReachabilityQueries()
create index for reachability queriesReachabilityIndexCreationMode
RuntimeConfig. getUseIndexForReachabilityQueries()
create index for reachability queriesstatic ReachabilityIndexCreationMode
ReachabilityIndexCreationMode. 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 PgxConfigBuilder
PgxConfigBuilder. setUseIndexForReachabilityQueries(ReachabilityIndexCreationMode useIndexForReachabilityQueries)
create index for reachability queriesRuntimeConfigBuilder
RuntimeConfigBuilder. setUseIndexForReachabilityQueries(ReachabilityIndexCreationMode useIndexForReachabilityQueries)
create index for reachability queries
-