Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
OracleEdge |
OraclePgqlResultImpl.getEdge(int elementIdx)
Deprecated.
Gets the Edge object for the result element at given position.
|
OracleEdge |
OraclePgqlResult.getEdge(int elementIdx)
Deprecated.
|
OracleEdge |
OraclePropertyGraph.getEdge(java.lang.Object id)
Returns the edge referenced by the object identifier.
|
static OracleEdge |
OracleEdge.getEmptyInstance()
Deprecated.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg,
java.lang.Long eid)
Returns an instance of OracleEdge.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg,
java.lang.Long eid,
boolean bCreateIfAbsentFromCache)
Returns an instance of OracleEdge.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg,
java.lang.Long eid,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache)
Returns an instance of OracleEdge.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg,
java.lang.Long eid,
java.lang.String label,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache)
Returns an instance of OracleEdge.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg,
OracleVertexBase outVertex,
OracleVertexBase inVertex,
java.lang.Long eid,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache)
Returns an instance of OracleEdge.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg,
OracleVertexBase outVertex,
OracleVertexBase inVertex,
java.lang.String edgeLabel,
java.lang.Long eid)
Returns an instance of OracleEdge.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg,
OracleVertexBase outVertex,
OracleVertexBase inVertex,
java.lang.String edgeLabel,
java.lang.Long eid,
boolean bCreateIfAbsentFromCache)
Returns an instance of OracleEdge.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg,
OracleVertexBase outVertex,
OracleVertexBase inVertex,
java.lang.String edgeLabel,
java.lang.Long eid,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache)
Returns an instance of OracleEdge.If there is no match in the
cache and bCreateIfAbsentFromCache is false, then a NULL value
will be returned.
|
OracleEdge |
OracleEdgeFilterIteratorImpl.next()
Returns the next element.
|
OracleEdge |
OracleEdgeIteratorImpl.next()
Returns the next element.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.