Package | Description |
---|---|
oracle.pgx.api.subgraph |
This package contains classes and utilities to support the subgraph reading functionality.
|
Modifier and Type | Method and Description |
---|---|
PgViewSubgraphReader |
GenericSubgraphReader.fromPgView(java.lang.String viewName)
Read a subgraph from PG Views, using a set of PGQL queries.
|
PgViewSubgraphReader |
GenericSubgraphReader.fromPgView(java.lang.String schemaName,
java.lang.String viewName)
Read a subgraph from PG Views, using a set of PGQL queries.
|