public class PgSqlSubgraphReader extends PgqlBasedSubgraphReader<PgSqlSubgraphReader,PreparedPgSqlPgqlQuery>
AbstractSubgraphReader.load()
similarly named functions to trigger the loading operation.Modifier and Type | Method and Description |
---|---|
PreparedPgSqlPgqlQuery |
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, withConfig
load, load
public PreparedPgSqlPgqlQuery preparedPgqlQuery(java.lang.String query)
PgqlBasedSubgraphReader
MATCH
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<PgSqlSubgraphReader,PreparedPgSqlPgqlQuery>
query
- The PGQL query.