public class PgViewSubgraphReader extends PgqlBasedSubgraphReader<PgViewSubgraphReader,PreparedPgViewPgqlQuery>
| Modifier and Type | Method and Description |
|---|---|
PreparedPgViewPgqlQuery |
preparedPgqlQuery(java.lang.String query)
Adds a prepared query to list of queries that will be executed to load the subgraph.
|
connections, dataSourceId, jdbcUrl, keystoreAlias, loadAsync, loadAsync, password, queryPgql, username, withConfigload, loadpublic PreparedPgViewPgqlQuery preparedPgqlQuery(java.lang.String query)
PgqlBasedSubgraphReaderMATCH clause.
This returns a builder which can be used to specify arguments for the prepared query. All the arguments
must be provided before the reading operation is triggered.preparedPgqlQuery in class PgqlBasedSubgraphReader<PgViewSubgraphReader,PreparedPgViewPgqlQuery>query - The PGQL query.