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 TwoTablesDatastore
TwoTablesGraphConfig. getDatastore()
Gets the target datastore of this configuration.TwoTablesDatastore
TwoTablesRdbmsGraphConfig. getDatastore()
underlying datastoreTwoTablesDatastore
TwoTablesTextGraphConfig. getDatastore()
underlying datastorestatic TwoTablesDatastore
TwoTablesDatastore. 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 TwoTablesRdbmsGraphConfigBuilder
TwoTablesRdbmsGraphConfigBuilder. setDatastore(TwoTablesDatastore datastore)
Sets the datastore.TwoTablesTextGraphConfigBuilder
TwoTablesTextGraphConfigBuilder. setDatastore(TwoTablesDatastore datastore)
Sets the datastore.
-