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.
|
Modifier and Type | Method and Description |
---|---|
static PgqlConnection |
PgqlConnection.getConnection(java.sql.Connection conn)
Factory method to get
PgqlConnection instance. |
Modifier and Type | Method and Description |
---|---|
static boolean |
PgqlCreatePgUtils.existsGraph(PgqlConnection pgqlConn, java.lang.String graphOwner, java.lang.String graphName) |
boolean |
ModifyContext.BooleanOption.getDefaultValue(PgqlConnection pgqlConn) |
static ModifyContext |
ModifyContext.getModifyContext(PgqlConnection pgqlConn) |
static PgqlCpgRdbmsExpander |
PgqlCpgRdbmsExpander.getPgqlCpgRdbmsExpander(PgqlConnection pgqlConn, boolean forPgView) |
static QueryContext |
QueryContext.getQueryContext(PgqlConnection pgqlConn)
Factory method to get QueryContext instance.
|
Modifier and Type | Method and Description |
---|---|
PgqlConnection |
PgqlJdbcRdbmsConnection.getPgqlConnection() |
Constructor and Description |
---|
PgViewDdlExecution(PgqlConnection pgqlConn, java.lang.String graphSchema, java.lang.String graphName) |