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 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.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.Subclasses of PgqlBasedSubgraphReader in oracle.pgx.api.subgraph Modifier and Type Class Description class
PgSqlSubgraphReader
A subgraph reader for SQL Property Graphs.class
PgViewSubgraphReader
A subgraph reader for reading graphs from PG Views, using a set of PGQL queries.class
PreparedPgSqlPgqlQuery
A configuration builder for initial subgraph reading using a prepared PGQL query.class
PreparedPgViewPgqlQuery
A configuration builder for initial subgraph reading using a prepared PGQL query.
-