Package | Description |
---|---|
oracle.pg.nosql |
This package contains the logic specific to the property graph support on Oracle NoSQL Database.
|
Modifier and Type | Method and Description |
---|---|
void |
OraclePropertyGraph.addAttributeToAllEdges(EdgeOpCallback eoc)
Adds an attribute to all edges based on the specified EdgeOpCallback.
|
void |
OraclePropertyGraph.addAttributeToAllEdges(EdgeOpCallback eoc, boolean skipStoreToCache, int dop)
Adds an attribute to all edges based on the specified EdgeOpCallback.
|
void |
OraclePropertyGraph.addAttributeToAllEdges(EdgeOpCallback eoc, boolean skipStoreToCache, int dop, ProgressListener pl)
Adds an attribute to all edges based on the specified EdgeOpCallback.
|
void |
OraclePropertyGraph.removeAttributeFromAllEdges(EdgeOpCallback eoc)
Removes an attribute from all edges based on the specified EdgeOpCallback.
|
void |
OraclePropertyGraph.removeAttributeFromAllEdges(EdgeOpCallback eoc, boolean skipStoreToCache, int dop)
Removes an attribute from all edges based on the specified EdgeOpCallback.
|
void |
OraclePropertyGraph.removeAttributeFromAllEdges(EdgeOpCallback eoc, boolean skipStoreToCache, int dop, ProgressListener pl)
Removes an attribute from all edges based on the specified EdgeOpCallback.
|
Copyright © 2015 Oracle and/or its afflilates. All Rights Reserved.