| 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.
|
| Class and Description |
|---|
| PgqlSqlQueryTrans
Holds the SQL translation of a PGQL query.
|
| 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.
|
| ExprTranslation
This class holds the translation for a PGQL expression.
|
| ExprTransVisitor
This class translates a PGQL QueryExpression to SQL by visiting each
node using the ExprNavigator class.
|
| ModifyContext
This class serves as a simple data structure to hold various attributes
used during PGQL-to-SQL modify translation
|
| ModifyContext.Option |
| PgqlColumnDescriptor
Describes the metadata for a logical column in a PGQL query result.
|
| PgqlColumnDescriptor.Type
Types of logical return columns
|
| PgqlConnection
This is a class used to create
PgqlStatement and
PgqlPreparedStatement objects for executing PGQL
queries against graphs stored in Oracle Database. |
| PgqlCpgRdbmsExpander |
| PgqlPreparedStatement
This object represents a pre-compiled PGQL statement.
|
| PgqlResultElement
Represents a single element in a PGQL query result row.
|
| PgqlResultSet
This interface provides a ResultSet for a PGQL query execution.
|
| PgqlSqlCreateTrans
Holds the SQL translation of a PGQL create.
|
| PgqlSqlDropTrans
Holds the SQL translation of a PGQL drop.
|
| PgqlSqlModifyTrans
Holds the SQL translation of a PGQL modify.
|
| PgqlSqlModifyTrans.ModificationType |
| PgqlSqlQueryTrans
Holds the SQL translation of a PGQL query.
|
| PgqlSqlTrans
Holds the SQL translation of a PGQL statement.
|
| PgqlSqlTrans.TranslationType |
| PgqlStatement
This interface is used to execute a static PGQL query.
|
| PgqlToSqlException |
| PgqlTranslator
This class is the main driver for PGQL-to-SQL translation
|
| QueryContext
This class serves as a simple data structure to hold various attributes
used during PGQL-to-SQL translation
|
| TraversalStruct
Series of Maps used to generate SQL for a PGQL query
|
| ValuePair
Immutable pair of String values
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.