| 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. 
 | 
| Class and Description | 
|---|
| PgqlToSqlException | 
| Class and Description | 
|---|
| BindValueInfo
 This class manages information about bind values used in a PGQL query. 
 | 
| ExprContext
 This class serves as a simple data structure to hold various attributes used during PGQL Filter translation. 
 | 
| ExprNavigator
 This class handles navigation of a QueryExpression intermediate tree to facilitate a Visitor pattern style SQL translation algorithm. 
 | 
| ExprTransVisitor
 This class translates a PGQL QueryExpression to SQL by visiting each node using the ExprNavigator class. 
 | 
| PgqlToSqlException | 
| PgqlTranslator
 This class is the main driver for PGQL-to-SQL translation 
 | 
| PgqlTranslator.TraversalStruct
 Series of Maps used to generate SQL for a PGQL query 
 | 
| PgqlTranslator.ValuePair
 Immutable pair of String values 
 | 
| QueryContext
 This class serves as a simple data structure to hold various attributes used during PGQL-to-SQL translation 
 | 
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.