Package | Description |
---|---|
oracle.pg.rdbms.pgql |
This package contains the APIs for executing PGQL on Oracle Database.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PgqlSqlCreateTrans
Holds the SQL translation of a PGQL create.
|
interface |
PgqlSqlDropTrans
Holds the SQL translation of a PGQL drop.
|
interface |
PgqlSqlModifyTrans
Holds the SQL translation of a PGQL modify.
|
interface |
PgqlSqlQueryTrans
Holds the SQL translation of a PGQL query.
|
Modifier and Type | Class and Description |
---|---|
class |
PgqlSqlCreateTransImpl
Holds the SQL translation of a PGQL create.
|
class |
PgqlSqlDropTransImpl
Holds the SQL translation of a PGQL drop.
|
class |
PgqlSqlModifyTransImpl
Holds the SQL translation of a PGQL modify.
|
class |
PgqlSqlQueryTransImpl
Class to hold the SQL translation of a PGQL query.
|
Modifier and Type | Method and Description |
---|---|
PgqlSqlTrans |
PgqlTranslator.translatePgql(java.lang.String pgqlStr,
oracle.pgql.lang.ir.Statement stmt,
BindValueInfo bvInfo)
Translates the given PGQL into a class containing SQL queries
that can be used to perform query, insert/update/delete,
create/drop on PG vertex and edge tables.
|
PgqlSqlTrans |
PgqlTranslator.translatePgql(java.lang.String pgqlStr,
oracle.pgql.lang.ir.Statement stmt,
BindValueInfo bvInfo,
boolean forExecute)
Translates the given PGQL into a class containing SQL queries
that can be used to perform query, insert/update/delete,
create/drop on PG vertex and edge tables.
|
PgqlSqlTrans |
PgqlExecution.translateStatement() |
PgqlSqlTrans |
PgqlPreparedStatement.translateStatement()
Translates this instance's PGQL statement into a series
of SQL statements.
|
PgqlSqlTrans |
PgqlExecution.translateStatement(int parallel,
int dynamicSampling,
int maxResults,
java.lang.String matchOptions,
java.lang.String options) |
PgqlSqlTrans |
PgqlPreparedStatement.translateStatement(int parallel,
int dynamicSampling,
int maxResults,
java.lang.String matchOptions,
java.lang.String options)
Translates this instance's PGQL statement into a series
of SQL statements.
|
PgqlSqlTrans |
PgqlStatement.translateStatement(java.lang.String pgql,
int parallel,
int dynamicSampling,
int maxResults,
java.lang.String matchOptions,
java.lang.String options)
Translates the given PGQL statement into a series
of SQL statements.
|
PgqlSqlTrans |
PgqlExecution.translateStatement(java.lang.String pgql,
int parallel,
int dynamicSampling,
int maxResults,
java.lang.String matchOptions,
java.lang.String options) |
PgqlSqlTrans |
PgqlExecution.translateStatement(java.lang.String matchOptions,
java.lang.String options) |
PgqlSqlTrans |
PgqlPreparedStatement.translateStatement(java.lang.String matchOptions,
java.lang.String options)
Translates this instance's PGQL statement into a series
of SQL statements.
|
PgqlSqlTrans |
PgqlStatement.translateStatement(java.lang.String pgql,
java.lang.String matchOptions,
java.lang.String options)
Translates the given PGQL statement into a series
of SQL statements.
|
PgqlSqlTrans |
PgqlExecution.translateStatement(java.lang.String pgql,
java.lang.String matchOptions,
java.lang.String options) |
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.