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.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EdgeOpCallback
This interface defines a callback function that can be used together with a whole graph level operation like adding a new weight attribute or removing an existing weight attribute
|
interface |
VertexOpCallback
This interface defines a callback function that can be used together with a whole graph level operation like adding a new weight attribute or removing an existing weight attribute
|
Modifier and Type | Method and Description |
---|---|
<T extends OracleElementBase> |
OracleGraphAttributeUpdater.updateGraph(OpCallback<T> oc, boolean skipStoreToCache, int dop, ProgressListener pl, OpCallback.UpdateType updateType)
Adds an attribute to all vertices based on the specified
OpCallback . |
Constructor and Description |
---|
OracleGraphUpdateWorker(java.util.Iterator<T> it, int idx, OpCallback<T> oc, OpCallback.UpdateType updateType, ProgressListener pl)
Constructor of OracleGraphUpdateWorker
|
Modifier and Type | Method and Description |
---|---|
<T extends OracleElementBase> |
OraclePropertyGraph.updateGraph(OpCallback<T> oc, boolean skipStoreToCache, int dop, ProgressListener pl, OpCallback.UpdateType updateType)
Deprecated.
since 19c. Use PGQL on RDBMS APIs instead.
|