Uses of Class
oracle.pgx.api.subgraph.AbstractSubgraphReader
-
Packages that use AbstractSubgraphReader Package Description oracle.pgx.api.subgraph This package contains classes and utilities to support the subgraph reading functionality. -
-
Uses of AbstractSubgraphReader in oracle.pgx.api.subgraph
Classes in oracle.pgx.api.subgraph with type parameters of type AbstractSubgraphReader Modifier and Type Class Description classAbstractSubgraphReader<R extends AbstractSubgraphReader<R>>Base class for all subgraph readers.Subclasses of AbstractSubgraphReader in oracle.pgx.api.subgraph Modifier and Type Class Description classGenericSubgraphReaderEntry point for subgraph reading.classPgqlBasedSubgraphReader<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.classPgSqlSubgraphReaderA subgraph reader for SQL Property Graphs.classPgViewSubgraphReaderA subgraph reader for reading graphs from PG Views, using a set of PGQL queries.classPreparedPgSqlPgqlQueryA configuration builder for initial subgraph reading using a prepared PGQL query.classPreparedPgViewPgqlQueryA configuration builder for initial subgraph reading using a prepared PGQL query.
-