Package | Description |
---|---|
oracle.pg.common |
This package contains the common logic that is shared by all the backend databases including Oracle NoSQL Database and Apache HBase.
|
Modifier and Type | Method and Description |
---|---|
static OracleWrapperGraph |
OracleWrapperGraph.getInstance(String szGraphName,
String szVertexFileName,
String szEdgeFileName)
Returns an instance of OracleWrapperGraph using the Oracle connection
and graph name provided.
|
Modifier and Type | Method and Description |
---|---|
static OracleWrapperEdge |
OracleWrapperEdge.getInstance(OracleWrapperGraph opg,
Long eid)
Returns an instance of OracleWrapperEdge
|
static OracleWrapperVertex |
OracleWrapperVertex.getInstance(OracleWrapperGraph opg,
Long vid)
Returns an instance of OracleWrapperVertex
|
static OracleWrapperEdge |
OracleWrapperEdge.getInstance(OracleWrapperGraph opg,
OracleWrapperVertex outVertex,
OracleWrapperVertex inVertex,
String edgeLabel,
Long eid)
Returns an instance of OracleWrapperEdge
|
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.