Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
oracle.pg.rdbms.pgql |
This package contains the APIs for executing PGQL on Oracle Database.
|
Constructor and Description |
---|
OraclePgqlSqlTransImpl(PgqlSqlQueryTrans pst)
Deprecated.
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
PgqlSqlQueryTransImpl
Class to hold the SQL translation of a PGQL query.
|
Modifier and Type | Method and Description |
---|---|
PgqlSqlQueryTrans |
PgqlExecution.translateQuery()
Translates this instance's PGQL statement into a SQL statement.
|
PgqlSqlQueryTrans |
PgqlPreparedStatement.translateQuery()
Translates this instance's PGQL statement into a SQL statement.
|
PgqlSqlQueryTrans |
PgqlExecution.translateQuery(int parallel,
int dynamicSampling,
int maxResults,
java.lang.String options)
Translates this instance's PGQL statement into a SQL statement.
|
PgqlSqlQueryTrans |
PgqlPreparedStatement.translateQuery(int parallel,
int dynamicSampling,
int maxResults,
java.lang.String options)
Translates this instance's PGQL statement into a SQL statement.
|
PgqlSqlQueryTrans |
PgqlExecution.translateQuery(java.lang.String options)
Translates this instance's PGQL statement into a SQL statement.
|
PgqlSqlQueryTrans |
PgqlPreparedStatement.translateQuery(java.lang.String options)
Translates this instance's PGQL statement into a SQL statement.
|
PgqlSqlQueryTrans |
PgqlTranslator.translateQuery(java.lang.String pgqlStr)
main query translation method
|
PgqlSqlQueryTrans |
PgqlTranslator.translateQuery(java.lang.String pgqlStr,
BindValueInfo bvInfo)
main query translation method
|
PgqlSqlQueryTrans |
PgqlStatement.translateQuery(java.lang.String pgql,
int parallel,
int dynamicSampling,
int maxResults,
java.lang.String options)
Translates this instance's PGQL statement into a SQL statement.
|
PgqlSqlQueryTrans |
PgqlExecution.translateQuery(java.lang.String pgql,
int parallel,
int dynamicSampling,
int maxResults,
java.lang.String options)
Translates this instance's PGQL statement into a SQL statement.
|
PgqlSqlQueryTrans |
PgqlStatement.translateQuery(java.lang.String pgql,
java.lang.String options)
Translates this instance's PGQL statement into a SQL statement.
|
PgqlSqlQueryTrans |
PgqlExecution.translateQuery(java.lang.String pgql,
java.lang.String options)
Translates this instance's PGQL statement into a SQL statement.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.