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 |
---|---|
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)
Return the vertex referenced by the object identifier.
|
OracleVertex |
OracleVertexFilterIteratorImpl.next()
Returns the next element.
|
OracleVertex |
OracleVertexIteratorImpl.next()
Returns the next element.
|
Copyright © 2016 Oracle and/or its afflilates. All Rights Reserved.