PgqlViewGraphExpander |
PgqlViewGraphExpander.connections(int numConnections) |
sets the number of connections to open to load the data in parallel
|
PgqlViewGraphExpander |
PgqlViewGraphExpander.dataSourceId(java.lang.String dataSourceId) |
sets the dataSourceId to which to connect
|
PgqlViewGraphExpander |
PgqlViewGraphExpander.fromPgPgql(java.lang.String pgGraphName) |
Expand from a (different) PG PGQL.
|
PgqlViewGraphExpander |
PgqlViewGraphExpander.fromPgPgql(java.lang.String schemaName,
java.lang.String pgGraphName) |
Expand from a (different) PG PGQL.
|
PgqlViewGraphExpander |
PgqlViewGraphExpander.fromPgSql(java.lang.String sqlGraphName) |
Expand from a (different) SQL Property Graph.
|
PgqlViewGraphExpander |
PgqlViewGraphExpander.fromPgSql(java.lang.String schemaName,
java.lang.String sqlGraphName) |
Expand from a (different) SQL Property Graph.
|
PgqlViewGraphExpander |
PgqlViewGraphExpander.jdbcUrl(java.lang.String jdbcUrl) |
sets the jdbcUrl to use for connecting to the DB
|
PgqlViewGraphExpander |
PgqlViewGraphExpander.keystoreAlias(java.lang.String keystoreAlias) |
sets the keystore alias to retrieve the password from the keystore
|
PgqlViewGraphExpander |
PgqlViewGraphExpander.password(java.lang.String password) |
sets the password to use for connecting to the database
|
PgqlViewGraphExpander |
PgqlViewGraphExpander.queryPgql(java.lang.String query) |
Add a PGQL query to the expansion.
|
PgqlViewGraphExpander |
PgqlViewGraphExpander.username(java.lang.String userName) |
sets the username of the DB user to use to connect to the DB
|
PgqlViewGraphExpander |
GenericGraphExpander.withPgql() |
Expand the graph from PG Views, using a set of PGQL queries.
|