![]() |
Return the appnum associated with the database.
std::uint64_t appnum() const;
This is an unsigned 64-bit integer associated with the database and defined
by the application. It is set once when the database is created in a call
to create.
The database must be open.
Safe to call concurrently with any function except basic_store::open or basic_store::close.
The appnum.