Uses of Class
oracle.pgx.api.subgraph.PgViewSubgraphReader
-
Packages that use PgViewSubgraphReader Package Description oracle.pgx.api.subgraph This package contains classes and utilities to support the subgraph reading functionality. -
-
Uses of PgViewSubgraphReader in oracle.pgx.api.subgraph
Methods in oracle.pgx.api.subgraph that return PgViewSubgraphReader Modifier and Type Method Description PgViewSubgraphReader
GenericSubgraphReader. fromPgPgql(java.lang.String graphName)
Read a subgraph from PG PGQL, using a set of PGQL queries.PgViewSubgraphReader
GenericSubgraphReader. fromPgPgql(java.lang.String schemaName, java.lang.String graphName)
Read a subgraph from PG PGQL, using a set of PGQL queries.
-