| 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.
|
| Class and Description |
|---|
| PgqlColumnDescriptor
Describes the metadata for a logical column in a PGQL query result.
|
| PgqlColumnDescriptor.Type
Types of logical return columns
|
| PgqlConnection
This is a class used to create
PgqlStatement and
PgqlPreparedStatement objects for executing PGQL
queries against graphs stored in Oracle Database. |
| PgqlPreparedStatement
This object represents a pre-compiled PGQL statement.
|
| PgqlResultSet
This interface provides a ResultSet for a PGQL query execution.
|
| PgqlSqlModifyTrans.ModificationType |
| PgqlSqlQueryTrans
Holds the SQL translation of a PGQL query.
|
| PgqlSqlTrans
Holds the SQL translation of a PGQL statement.
|
| PgqlSqlTrans.TranslationType |
| PgqlStatement
This interface is used to execute a static PGQL query.
|
| PgqlToSqlException |
| Class and Description |
|---|
| PgqlExecution
This class implements the
PgqlStatement and
PgqlPreparedStatement interfaces for executing
PGQL queries against graphs stored in Oracle Database. |
| PgqlResultSet
This interface provides a ResultSet for a PGQL query execution.
|
| PgqlSqlTrans
Holds the SQL translation of a PGQL statement.
|
| PgqlSqlTrans.TranslationType |