#include <db_cxx.h> int Db::get_partition_keys(u_int32_t *partsp, DBT *keysp);
The Db::get_partition_keys()
method
returns the range of keys used to specify the values placed in each
of a database's partitions. This information is set using the
Db::set_partition()
method.
The Db::get_partition_keys()
method may
be called at any time during the life of the application.
The Db::get_partition_keys()
method either returns a non-zero error value or throws an
exception that encapsulates a non-zero error value on
failure, and returns 0 on success.