Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
oracle.pg.rdbms.OraclePgqlResultSet |
OraclePgqlExecution.executeQuery(int timeout,
int parallel,
long queryID,
int dynamicSampling,
int maxResults,
java.lang.String options)
Deprecated.
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
oracle.pg.rdbms.OraclePgqlResultSet |
OraclePgqlPreparedStatement.executeQuery(int timeout,
int parallel,
long queryID,
int dynamicSampling,
int maxResults,
java.lang.String options)
Deprecated.
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
oracle.pg.rdbms.OraclePgqlResultSet |
OraclePgqlExecution.executeQuery(java.lang.String options)
Deprecated.
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
oracle.pg.rdbms.OraclePgqlResultSet |
OraclePgqlPreparedStatement.executeQuery(java.lang.String options)
Deprecated.
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
oracle.pg.rdbms.OraclePgqlResultSet |
OraclePgqlExecution.executeQuery(java.lang.String pgql,
int timeout,
int parallel,
long queryID,
int dynamicSampling,
int maxResults,
java.lang.String options)
Deprecated.
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
oracle.pg.rdbms.OraclePgqlResultSet |
OraclePgqlStatement.executeQuery(java.lang.String pgql,
int timeout,
int parallel,
long queryID,
int dynamicSampling,
int maxResults,
java.lang.String options)
Deprecated.
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
oracle.pg.rdbms.OraclePgqlResultSet |
OraclePgqlExecution.executeQuery(java.lang.String pgql,
java.lang.String options)
Deprecated.
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
oracle.pg.rdbms.OraclePgqlResultSet |
OraclePgqlStatement.executeQuery(java.lang.String pgql,
java.lang.String options)
Deprecated.
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.