Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Field and Description |
---|---|
static ReadGraphOption.OptimizedForOption |
ReadGraphOption.OPTIMIZED_FOR_READ |
static ReadGraphOption.OptimizedForOption |
ReadGraphOption.OPTIMIZED_FOR_UPDATES |
Modifier and Type | Method and Description |
---|---|
static ReadGraphOption.OptimizedForOption |
ReadGraphOption.optimizeFor(GraphOptimizedFor optimizedFor)
Creates an option, which specifies whether a graph should be optimized for read or update
|