Uses of Class
oracle.pgx.api.subgraph.PgqlBasedSubgraphReader
-
Packages that use PgqlBasedSubgraphReader Package Description oracle.pgx.api.subgraph This package contains classes and utilities to support the subgraph reading functionality. -
-
Uses of PgqlBasedSubgraphReader in oracle.pgx.api.subgraph
Classes in oracle.pgx.api.subgraph with type parameters of type PgqlBasedSubgraphReader Modifier and Type Class Description 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.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.Subclasses of PgqlBasedSubgraphReader in oracle.pgx.api.subgraph Modifier and Type Class Description 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.
-