Uses of Interface
oracle.pgx.api.subgraph.PreparedPgqlQueryBuilder
-
Packages that use PreparedPgqlQueryBuilder 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. -
-
Uses of PreparedPgqlQueryBuilder in oracle.pgx.api.expansion
Classes in oracle.pgx.api.expansion that implement PreparedPgqlQueryBuilder Modifier and Type Class Description class
PreparedPgViewPgqlQuery
A configuration builder for graph expansion using a prepared PGQL query. -
Uses of PreparedPgqlQueryBuilder in oracle.pgx.api.subgraph
Classes in oracle.pgx.api.subgraph with type parameters of type PreparedPgqlQueryBuilder 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.interface
PreparedPgqlQueryBuilder<B extends PreparedPgqlQueryBuilder<B>>
A builder for prepared statements.Classes in oracle.pgx.api.subgraph that implement PreparedPgqlQueryBuilder Modifier and Type Class Description 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.
-