| Package | Description |
|---|---|
| oracle.pg.rdbms.pgql |
This package contains the APIs for executing PGQL on Oracle Database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PgqlExecution
This class implements the
PgqlStatement and PgqlPreparedStatement interfaces for executing PGQL queries against graphs stored in Oracle Database. |
| Modifier and Type | Method and Description |
|---|---|
PgqlPreparedStatement |
PgqlConnection.prepareStatement(java.lang.String pgql)
Creates a new PgqlPreparedStatement object, which represents a pre-compiled PGQL statement.
|