| Package | Description |
|---|---|
| oracle.pg.rdbms.pgql |
This package contains the APIs for executing PGQL on Oracle Database.
|
| oracle.pg.rdbms.pgql.pgview |
Contains the APIs for executing PGQL against
PG views on Oracle Database.
|
| Modifier and Type | Method and Description |
|---|---|
PgqlSqlTrans.TranslationType |
PgqlSqlTrans.getTranslationType() |
static PgqlSqlTrans.TranslationType |
PgqlSqlTrans.TranslationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PgqlSqlTrans.TranslationType[] |
PgqlSqlTrans.TranslationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PgqlSqlTrans.TranslationType |
PgViewModifyTrans.getTranslationType() |