Uses of Class
oracle.pgx.config.TwoTablesTextGraphConfigBuilder
-
Packages that use TwoTablesTextGraphConfigBuilder Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of TwoTablesTextGraphConfigBuilder in oracle.pgx.config
Methods in oracle.pgx.config that return TwoTablesTextGraphConfigBuilder Modifier and Type Method Description TwoTablesTextGraphConfigBuilder
TwoTablesTextGraphConfigBuilder. copyFrom(TwoTablesTextGraphConfig graphConfig)
static TwoTablesTextGraphConfigBuilder
GraphConfigBuilder. forTwoTablesText()
returns a PGX graph config builder to create two-tables graph programmatically via Java methods.TwoTablesTextGraphConfigBuilder
TwoTablesTextGraphConfigBuilder. setDatastore(TwoTablesDatastore datastore)
Sets the datastore.TwoTablesTextGraphConfigBuilder
AbstractTwoTablesTextGraphConfig. toGraphConfigBuilder()
-