Uses of Class
oracle.pgx.config.ReadGraphOption.ParallelHintDegreeReadGraphOption
-
Packages that use ReadGraphOption.ParallelHintDegreeReadGraphOption Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of ReadGraphOption.ParallelHintDegreeReadGraphOption in oracle.pgx.config
Methods in oracle.pgx.config that return ReadGraphOption.ParallelHintDegreeReadGraphOption Modifier and Type Method Description static ReadGraphOption.ParallelHintDegreeReadGraphOption
ReadGraphOption. withParallelHintDegree(int parallelHintDegree)
Creates an option, which specifies the parallel hint degree to use for internal queries
-