| 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 logic specific to the property graph support on Oracle Database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OraclePropertyGraphBase.addAttributeToAllVertices(VertexOpCallback voc)
Adds an attribute to all vertices satisfying the criterias specified in the given  
VertexOpCallback. | 
void | 
OraclePropertyGraphBase.addAttributeToAllVertices(VertexOpCallback voc, boolean skipStoreToCache, int dop)
Adds an attribute to all vertices satisfying the criterias specified in the given  
VertexOpCallback. | 
abstract void | 
OraclePropertyGraphBase.addAttributeToAllVertices(VertexOpCallback voc, boolean skipStoreToCache, int dop, ProgressListener pl)
Adds an attribute to all vertices satisfying the criterias specified in the given  
VertexOpCallback. | 
void | 
OraclePropertyGraphBase.removeAttributeFromAllVertices(VertexOpCallback voc)
Removes an attribute from all vertices satisfying the criterias specified in the given  
VertexOpCallback. | 
void | 
OraclePropertyGraphBase.removeAttributeFromAllVertices(VertexOpCallback voc, boolean skipStoreToCache, int dop)
Removes an attribute from all vertices satisfying the criterias specified in the given  
VertexOpCallback. | 
abstract void | 
OraclePropertyGraphBase.removeAttributeFromAllVertices(VertexOpCallback voc, boolean skipStoreToCache, int dop, ProgressListener pl)
Removes an attribute from all vertices satisfying the criterias specified in the given  
VertexOpCallback. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OraclePropertyGraph.addAttributeToAllVertices(VertexOpCallback voc, boolean skipStoreToCache, int dop, ProgressListener pl)
Adds an attribute to all vertices based on the specified  
VertexOpCallback. | 
void | 
OraclePropertyGraph.removeAttributeFromAllVertices(VertexOpCallback voc, boolean skipStoreToCache, int dop, ProgressListener pl)
Removes an attribute from all vertices based on the specified  
VertexOpCallback. | 
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.