Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.expansion |
This package contains classes and utilities to support the subgraph expansion functionality.
|
oracle.pgx.api.subgraph |
This package contains classes and utilities to support the subgraph reading functionality.
|
Class and Description |
---|
GenericSubgraphReader
Entry point for subgraph reading.
|
Class and Description |
---|
PreparedPgqlQueryBuilder
A builder for prepared statements.
|
Class and Description |
---|
AbstractSubgraphReader
Base class for all subgraph readers.
|
PgViewSubgraphReader
A subgraph reader for reading graphs from PG Views, using a set of PGQL queries.
|
PreparedPgqlQueryBuilder
A builder for prepared statements.
|
PreparedPgViewPgqlQuery
A configuration builder for initial subgraph reading using a prepared PGQL query.
|