Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
PreparedPgViewPgqlQuery
A configuration builder for graph expansion using a prepared PGQL query.
|
Modifier and Type | Class and Description |
---|---|
class |
PgqlBasedSubgraphReader<R extends PgqlBasedSubgraphReader<R,P>,P extends PgqlBasedSubgraphReader<R,P> & PreparedPgqlQueryBuilder<P>>
Common base class for subgraph loaders that use PGQL queries to declare a subgraph.
|
interface |
PreparedPgqlQueryBuilder<B extends PreparedPgqlQueryBuilder<B>>
A builder for prepared statements.
|
Modifier and Type | Class and Description |
---|---|
class |
PreparedPgSqlPgqlQuery
A configuration builder for initial subgraph reading using a prepared PGQL query.
|