Uses of Class
oracle.pg.rdbms.pgql.PgqlExecution
-
Packages that use PgqlExecution Package Description oracle.pg.rdbms.pgql.pgview Contains the APIs for executing PGQL against PG views on Oracle Database. -
-
Uses of PgqlExecution in oracle.pg.rdbms.pgql.pgview
Constructors in oracle.pg.rdbms.pgql.pgview with parameters of type PgqlExecution Constructor Description PgViewResultSet(java.sql.ResultSet rs, java.sql.Statement stmt, int fetchSize, oracle.pg.rdbms.pgql.QueryContext ctx, PgqlExecution ope, long id, boolean closeStatement)
Constructor
-