Package | Description |
---|---|
oracle.pg.common |
This package contains the common logic that is shared by all the backend databases including
Oracle Database, Oracle NoSQL Database, and Apache HBase.
|
oracle.pg.hbase |
This package contains the APIs specific to the property graph support on Apache HBase.
|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleEdgeBase
This class implements the Blueprints Edge and Edge interface by using one of the supported backend database.
|
class |
OracleVertexBase
This class implements the Blueprints Vertex interface on top of a supported backed database
|
Modifier and Type | Method and Description |
---|---|
OracleElementBase |
OraclePropertyBase.element()
Get the element that this property is associated with
|
Constructor and Description |
---|
OraclePropertyBase(OracleElementBase e,
java.lang.String key,
V value)
Constructs a new OracleProperty object
|
Modifier and Type | Class and Description |
---|---|
class |
AdjacencyIteratorImpl<T extends OracleElementBase>
This class implements the Iterator interface for filtered edges.
|
class |
PropertyFilterIteratorImpl<T extends OracleElementBase>
This class implements the Iterator interface for filtered edges.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleEdge
This class implements the Blueprints Edge and Element interface by using
an Oracle backend.
|
class |
OracleVertex
This class implements the Blueprints Vertex and Element interface by using
an Oracle backend.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.