Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the logic specific to the property graph support on Oracle Database.
|
oracle.pg.rdbms.pgql |
This package contains logic for translating PGQL queries to equivalent SQL queries.
|
Modifier and Type | Class and Description |
---|---|
class |
OraclePgqlSqlTransImpl
Class to hold the SQL translation of a PGQL query.
|
Modifier and Type | Method and Description |
---|---|
OraclePgqlSqlTrans |
OraclePgqlExecution.translateQuery(int parallel, int dynamicSampling, int maxResults, java.lang.String options)
Translates this instance's PGQL statement into a SQL statement.
|
OraclePgqlSqlTrans |
OraclePgqlPreparedStatement.translateQuery(int parallel, int dynamicSampling, int maxResults, java.lang.String options)
Translates this instance's PGQL statement into a SQL statement.
|
OraclePgqlSqlTrans |
OraclePgqlExecution.translateQuery(java.lang.String options)
Translates this instance's PGQL statement into a SQL statement.
|
OraclePgqlSqlTrans |
OraclePgqlPreparedStatement.translateQuery(java.lang.String options)
Translates this instance's PGQL statement into a SQL statement.
|
OraclePgqlSqlTrans |
OraclePgqlExecution.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.
|
OraclePgqlSqlTrans |
OraclePgqlStatement.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.
|
OraclePgqlSqlTrans |
OraclePgqlExecution.translateQuery(java.lang.String pgql, java.lang.String options)
Translates this instance's PGQL statement into a SQL statement.
|
OraclePgqlSqlTrans |
OraclePgqlStatement.translateQuery(java.lang.String pgql, java.lang.String options)
Translates this instance's PGQL statement into a SQL statement.
|
Modifier and Type | Method and Description |
---|---|
OraclePgqlSqlTrans |
PgqlTranslator.translateQuery(java.lang.String pgqlStr)
main query translation method
|
OraclePgqlSqlTrans |
PgqlTranslator.translateQuery(java.lang.String pgqlStr, BindValueInfo bvInfo)
main query translation method
|
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.