| Package | Description |
|---|---|
| oracle.pg.rdbms.pgql |
This package contains the APIs for executing PGQL on Oracle Database.
|
| Modifier and Type | Method and Description |
|---|---|
static PgqlSqlModifyTrans.ModificationType |
PgqlSqlModifyTrans.ModificationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PgqlSqlModifyTrans.ModificationType[] |
PgqlSqlModifyTrans.ModificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PgqlSqlModifyTrans.ModificationType> |
PgqlSqlModifyTrans.getModifyTypes()
Returns the list of modify types for corresponding
modify translations
|