| Package | Description |
|---|---|
| oracle.pg.rdbms.pgql |
This package contains the APIs for executing PGQL on Oracle Database.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PgqlPreparedStatement
This object represents a pre-compiled PGQL statement.
|
| 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 |
|---|---|
PgqlStatement |
PgqlConnection.createStatement()
Creates a new PgqlStatement object, which is used to execute PGQL queries
|