Package | Description |
---|---|
oracle.pgx.api.subgraph |
This package contains classes and utilities to support the subgraph reading functionality.
|
Modifier and Type | Method and Description |
---|---|
PreparedPgViewPgqlQuery |
PgViewSubgraphReader.preparedPgqlQuery(java.lang.String query)
Adds a prepared query to list of queries that will be executed to load the subgraph.
|
PreparedPgViewPgqlQuery |
PreparedPgViewPgqlQuery.withArg(int position, QueryArgumentType type, java.lang.Object value) |