Package | Description |
---|---|
oracle.pg.rdbms.pgql |
This package contains the APIs for executing PGQL on Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
static ModifyContext.Option |
ModifyContext.Option.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModifyContext.Option[] |
ModifyContext.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ModifyContext.getOption(ModifyContext.Option option)
Get the value for the given option
|
void |
ModifyContext.setOption(ModifyContext.Option option,
boolean value)
Set the option to the given value
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.