Package oracle.pg.rdbms.pgql
This package contains the APIs for executing PGQL on Oracle Database.
-
Interface Summary 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 Summary Class Description PgqlConnection This is a class used to createPgqlStatement
andPgqlPreparedStatement
objects for executing PGQL queries against graphs stored in Oracle Database.PgqlExecuteCallStatement PgqlExecution This class implements thePgqlStatement
andPgqlPreparedStatement
interfaces for executing PGQL queries against graphs stored in Oracle Database. -
Enum Summary Enum Description PgqlSqlModifyTrans.ModificationType PgqlSqlTrans.TranslationType -
Exception Summary Exception Description PgqlToSqlException