Package | Description |
---|---|
oracle.pg.nosql |
This package contains the APIs specific to the property graph support on the Oracle NoSQL Database.
|
Modifier and Type | Method and Description |
---|---|
static OracleVertex |
OracleVertex.getEmptyInstance()
Deprecated.
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg,
java.lang.Long vid)
Returns an instance of OracleVertex from the underlying graph
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg,
java.lang.Long vid,
boolean bCreateIfAbsentFromCache)
Returns an instance of OracleVertex.
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg,
java.lang.Long vid,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache)
Returns an instance of OracleVertex.
|
OracleVertex |
OraclePropertyGraph.getVertex(java.lang.Object id)
Return the vertex referenced by the object identifier.
|
OracleVertex |
OracleVertexIteratorImpl.next()
Returns the next element.
|
OracleVertex |
OracleVertexFilterIteratorImpl.next()
Returns the next element.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.