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.BooleanOption |
ModifyContext.BooleanOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModifyContext.BooleanOption[] |
ModifyContext.BooleanOption.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.BooleanOption option)
Get the value for the given Boolean option
|
void |
ModifyContext.setOption(ModifyContext.BooleanOption option, boolean value)
Set the Boolean option to the given value
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.