rpsGetDatabaseParameters

rpsGetDatabaseParameters(schemaName:     String output;
                         rpsMappingName: String output;
                         storageMode:    Integer output);

The rpsGetDatabaseParameters method of the JadeDatabaseAdmin class returns the name of the schema, the name of the RPS mapping, and the database replication mode (Mapped Extent or Full) of the RPS node. (The Working Set data store mode is deprecated in JADE 2020 and higher.)

An exception is raised if the database is not an RPS database.