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 TwoTablesTextGraphConfigBuilderTwoTablesTextGraphConfigBuilder. copyFrom(TwoTablesTextGraphConfig graphConfig)static TwoTablesTextGraphConfigBuilderGraphConfigBuilder. forTwoTablesText()returns a PGX graph config builder to create two-tables graph programmatically via Java methods.TwoTablesTextGraphConfigBuilderTwoTablesTextGraphConfigBuilder. setDatastore(TwoTablesDatastore datastore)Sets the datastore.TwoTablesTextGraphConfigBuilderAbstractTwoTablesTextGraphConfig. toGraphConfigBuilder()
-