Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the logic specific to the property graph support on Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
static OracleVertex |
OracleVertex.getEmptyInstance()
Deprecated.
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg,
Long vid)
Returns an instance of OracleVertex from the underlying graph
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg,
Long vid,
boolean bCreateIfAbsentFromCache)
Returns an instance of OracleVertex.
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg,
Long vid,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache)
Returns an instance of OracleVertex.
|
OracleVertex |
OracleEdge.getInVertex()
Return the head/in vertex of the edge
|
OracleVertex |
OracleEdge.getOutVertex()
Return the tail/out vertex of the edge
|
OracleVertex |
OraclePropertyGraph.getVertex(Object id)
Returns the vertex referenced by the object identifier.
|
OracleVertex |
OracleVertexFilterIteratorImpl.next()
Returns the next element.
|
OracleVertex |
OracleVertexIteratorImpl.next()
Returns the next element.
|
Modifier and Type | Method and Description |
---|---|
String |
OraclePropertyGraph.shortestPath(OracleVertex vStart,
OracleVertex vEnd,
StringBuilder sbExpTab)
Returns a shortest path in a string format.
|
String |
OraclePropertyGraphAnalytics.shortestPath(OracleVertex vStart,
OracleVertex vEnd,
StringBuilder sbExpTab)
This method returns a shortest path in a string format.
|
String |
OraclePropertyGraph.shortestPath(OracleVertex vStart,
OracleVertex vEnd,
StringBuilder sbExpTab,
StringBuilder sbPathWeights,
String szOptions)
Returns a shortest path in a string format.
|
String |
OraclePropertyGraphAnalytics.shortestPath(OracleVertex vStart,
OracleVertex vEnd,
StringBuilder sbExpTab,
StringBuilder sbPathWeights,
String szOptions)
This method returns a shortest path in a string format.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.