Package | Description |
---|---|
oracle.pg.common |
This package contains the common logic that is shared by all the backend databases including
Oracle Database, Oracle NoSQL Database, and Apache HBase.
|
oracle.pg.hbase |
This package contains the APIs specific to the property graph support on Apache HBase.
|
oracle.pg.nosql |
This package contains the APIs specific to the property graph support on the Oracle NoSQL Database.
|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
abstract OracleIndexManager |
OraclePropertyGraphBase.getOracleIndexManager()
Gets the OracleIndexManager object associated to this property graph instance.
|
OracleIndexManager |
OracleIndexableGraph.getOracleIndexManager()
Gets the OracleIndexManager object associated to this property graph instance.
|
Modifier and Type | Method and Description |
---|---|
OracleIndexManager |
OraclePropertyGraph.getOracleIndexManager()
Gets the OracleIndexManager object associated to this property graph instance.
|
Modifier and Type | Method and Description |
---|---|
OracleIndexManager |
OraclePropertyGraph.getOracleIndexManager()
Gets the Oracle PropertyGraphIndex Manager associated to this property graph instance.
|
Modifier and Type | Class and Description |
---|---|
class |
RDBMSIndexManager
A single point for accessing all vertex and edge indices of a specific
OraclePropertyGraph object. |
Modifier and Type | Method and Description |
---|---|
OracleIndexManager |
OraclePropertyGraph.getOracleIndexManager()
Gets the Oracle Index Manager associated to this property graph instance.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.