Package | Description |
---|---|
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 |
OracleSndIndexEdgeIteratorImpl
This class implements the Iterator interface for edges retrieved using
the secondary index table
|
class |
OracleSndIndexVertexIteratorImpl
This class implements the Iterator interface for vertices retrieved using
the secondary index table
|
Modifier and Type | Class and Description |
---|---|
class |
EdgeChangeIteratorImpl
This iterator returns an ordered list of changes made to the edge table
of a property graph.
|
class |
OracleCommonIteratorImpl
This class implements a common Iterator interface for iterating
through elements as well as changes.
|
class |
OracleEdgeIteratorImpl
This class implements the Iterator interface for vertices.
|
class |
OracleElementIteratorImpl
This class implements the Iterator interface for elements (vertices and edges).
|
class |
OracleVertexIteratorImpl
This class implements the Iterator interface for vertices.
|
class |
OrderedEdgeIdIteratorImpl
This class implements the Iterator interface for edges ordered by ID
|
class |
OrderedVertexIdIteratorImpl
This class implements the Iterator interface for vertices ordered by ID
|
class |
VertexChangeIteratorImpl
This iterator returns an ordered list of changes made to the vertex table
of a property graph.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.