Package oracle.pgx.api.subgraph
This package contains classes and utilities to support the subgraph reading functionality.
-
Interface Summary Interface Description PreparedPgqlQueryBuilder<B extends PreparedPgqlQueryBuilder<B>> A builder for prepared statements. -
Class Summary Class Description AbstractSubgraphReader<R extends AbstractSubgraphReader<R>> Base class for all subgraph readers.GenericSubgraphReader Entry point for subgraph reading.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.PgSqlSubgraphReader A subgraph reader for SQL Property Graphs.PgViewSubgraphReader A subgraph reader for reading graphs from PG Views, using a set of PGQL queries.PreparedPgSqlPgqlQuery A configuration builder for initial subgraph reading using a prepared PGQL query.PreparedPgViewPgqlQuery A configuration builder for initial subgraph reading using a prepared PGQL query.