Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the logic specific to the property graph support on Oracle Database.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OraclePgqlPreparedStatement
This object represents a pre-compiled PGQL statement.
|
Modifier and Type | Class and Description |
---|---|
class |
OraclePgqlExecution
This class implements the
OraclePgqlStatement and OraclePgqlPreparedStatement interfaces for executing PGQL queries against graphs stored in Oracle Database. |
Modifier and Type | Method and Description |
---|---|
static OraclePgqlStatement |
OraclePgqlExecutionFactory.createStatement(OraclePropertyGraph opg)
Creates a new OraclePgqlStatement object, which is used to execute a static PGQL query.
|
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.