See: Description
| Class | 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.
|
| 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
|
| PgqlUtils |
This class contains utility methods for PGQL translation
|
| QueryContext |
This class serves as a simple data structure to hold various attributes used during PGQL-to-SQL translation
|
| Exception | Description |
|---|---|
| PgqlToSqlException |
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.