See: Description
Interface | Description |
---|---|
PgqlPreparedStatement |
This object represents a pre-compiled PGQL statement.
|
PgqlResultSet |
This interface provides a ResultSet for a PGQL query execution.
|
PgqlSqlCreateTrans |
Holds the SQL translation of a PGQL create.
|
PgqlSqlDropTrans |
Holds the SQL translation of a PGQL drop.
|
PgqlSqlModifyTrans |
Holds the SQL translation of a PGQL modify.
|
PgqlSqlQueryTrans |
Holds the SQL translation of a PGQL query.
|
PgqlSqlTrans |
Holds the SQL translation of a PGQL statement.
|
PgqlStatement |
This interface is used to execute a static PGQL query.
|
Class | Description |
---|---|
PgqlConnection |
This is a class used to create
PgqlStatement and
PgqlPreparedStatement objects for executing PGQL
queries against graphs stored in Oracle Database. |
PgqlExecution |
This class implements the
PgqlStatement and
PgqlPreparedStatement interfaces for executing
PGQL queries against graphs stored in Oracle Database. |
Enum | Description |
---|---|
PgqlSqlModifyTrans.ModificationType | |
PgqlSqlTrans.TranslationType |
Exception | Description |
---|---|
PgqlToSqlException |