Package | Description |
---|---|
oracle.pg.rdbms.pgql |
This package contains logic for translating PGQL queries to equivalent SQL queries.
|
Modifier and Type | Field and Description |
---|---|
BindValueInfo |
ExprContext.bvInfo |
Modifier and Type | Method and Description |
---|---|
static BindValueInfo |
BindValueInfo.getBindValueInfo()
Factory method for getting a BindValueInfo instance
|
Modifier and Type | Method and Description |
---|---|
static ExprContext |
ExprContext.createExprContext(PgqlTranslator.TraversalStruct tStruct, OraclePropertyGraph opg, boolean useGtTab, BindValueInfo bvInfo)
Factory method
|
static ExprNavigator |
ExprNavigator.getExprNavigator(java.util.Map<java.lang.String,oracle.pgql.lang.ir.QueryExpression> exprAliasMap, BindValueInfo bvInfo)
Factory 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.