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.StringOption |
ModifyContext.StringOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModifyContext.StringOption[] |
ModifyContext.StringOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ModifyContext.getOption(ModifyContext.StringOption option)
Get the value for the given String option
|
void |
ModifyContext.setOption(ModifyContext.StringOption option, java.lang.String value)
Set the String option to the given value
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.