Uses of Class
oracle.pgx.config.TwoTablesDatastore
-
Packages that use TwoTablesDatastore Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of TwoTablesDatastore in oracle.pgx.config
Methods in oracle.pgx.config that return TwoTablesDatastore Modifier and Type Method Description TwoTablesDatastoreTwoTablesGraphConfig. getDatastore()Gets the target datastore of this configuration.TwoTablesDatastoreTwoTablesRdbmsGraphConfig. getDatastore()underlying datastoreTwoTablesDatastoreTwoTablesTextGraphConfig. getDatastore()underlying datastorestatic TwoTablesDatastoreTwoTablesDatastore. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TwoTablesDatastore[]TwoTablesDatastore. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.config with parameters of type TwoTablesDatastore Modifier and Type Method Description TwoTablesRdbmsGraphConfigBuilderTwoTablesRdbmsGraphConfigBuilder. setDatastore(TwoTablesDatastore datastore)Sets the datastore.TwoTablesTextGraphConfigBuilderTwoTablesTextGraphConfigBuilder. setDatastore(TwoTablesDatastore datastore)Sets the datastore.
-