Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
Class and Description |
---|
AdbGraphClientConfiguration
ADB Graph Client configuration
|
AdbGraphClientConfiguration.AdbGraphClientConfigurationBuilder |
DataChange |
DataChange.ChangeAction |
EdgeChange
This class captures an action of change made to a particular Edge instance.
|
EnvironmentStatus
The ADB Graph environment status.
|
Job
A subclass of
CompletableFuture representing an asynchronous operation of the ADB Graph client. |
Job.LogEntry
A log entry of a job.
|
Job.Status
The job status
|
Job.Type
The type of job
|
Oracle
This class manages the RDBMS JDBC connection to an Oracle semantic store.
|
OracleChangeTracker
An interface to track the changes executed over a Property Graph
|
OracleCommonIteratorImpl
This class implements a common Iterator interface for iterating through elements as well as changes.
|
OracleEdge
This class implements the Blueprints Edge and Element interface by using an Oracle backend.
|
OracleElementIteratorImpl
This class implements the Iterator interface for elements (vertices and edges).
|
OraclePropertyGraph
This class implements the Blueprints Graph interface by using an Oracle backend.
|
OraclePropertyGraphAnalytics
This interface defines analytical functions that are supported by OraclePropertyGraph
|
OraclePropertyGraphConfigurationConstants |
OraclePropertyGraphException
This class extends the Java RuntimeException.
|
OracleVertex
This class implements the Blueprints Vertex and Element interface by using an Oracle backend.
|
OrderedVertexIdIteratorImpl
This class implements the Iterator interface for vertices ordered by ID
|
Parameters
An Oracle Utility to get additional property graph configuration settings taken from JVM settings.
|
PGUtils.RDFPredicate
This class defines how to map RDF predicates to property graph attributes/keys
|
SQLAnalyticsGraph |
SQLAnalyticsGraph.Sort
This enumeration denotes the sorting order for function getTopK
|
VertexChange
This class captures an action of change made to a particular Vertex instance.
|