Uses of Package
oracle.pg.rdbms.pgql
-
Packages that use oracle.pg.rdbms.pgql Package Description oracle.pg.rdbms.pgql This package contains the APIs for executing PGQL on Oracle Database.oracle.pg.rdbms.pgql.jdbc This package contains the JDBC driver classes for PGQL on RDBMS.oracle.pg.rdbms.pgql.pgview Contains the APIs for executing PGQL against PG views on Oracle Database. -
Classes in oracle.pg.rdbms.pgql used by oracle.pg.rdbms.pgql Class Description PgqlConnection This is a class used to createPgqlStatement
andPgqlPreparedStatement
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 -
Classes in oracle.pg.rdbms.pgql used by oracle.pg.rdbms.pgql.jdbc Class Description PgqlConnection This is a class used to createPgqlStatement
andPgqlPreparedStatement
objects for executing PGQL queries against graphs stored in Oracle Database.PgqlResultSet This interface provides a ResultSet for a PGQL query execution. -
Classes in oracle.pg.rdbms.pgql used by oracle.pg.rdbms.pgql.pgview Class Description PgqlExecution This class implements thePgqlStatement
andPgqlPreparedStatement
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