Stats Method

BerkeleyDB

In the presence of multiple threads or processes accessing an active sequence, the information returned by DB_SEQUENCE->stat() may be out-of-date.

The DB_SEQUENCE->stat() method cannot be transaction-protected. For this reason, it should be called in a thread of control that has no open cursors or active transactions.

Overload List

  NameDescription
Stats()()()
Return statistical information for this sequence.
Stats(Boolean)
Return statistical information for this sequence.

See Also