| 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 | Method and Description |
|---|---|
static OpCallback.UpdateType |
OpCallback.UpdateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpCallback.UpdateType[] |
OpCallback.UpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|