#include <db_cxx.h> int Db::get_partition_keys(u_int32_t *partsp, DBT *keysp);
The Db::get_partition_keys()
method returns the partitioning information as
set by 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.