|
Berkeley DB version 4.2.52 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbKeyRange | |
com.sleepycat.db | Java API programming notes [reference guide] |
Uses of DbKeyRange in com.sleepycat.db |
Methods in com.sleepycat.db with parameters of type DbKeyRange | |
void |
Db.key_range(DbTxn txnid,
Dbt key,
DbKeyRange key_range,
int flags)
Deprecated. As of Berkeley DB 4.2, replaced by Db.keyRange(DbTxn,Dbt,DbKeyRange,int) |
void |
Db.keyRange(DbTxn txnid,
Dbt key,
DbKeyRange key_range,
int flags)
The Db.keyRange method returns an estimate of the proportion of keys that are less than, equal to, and greater than the specified key. |
|
Berkeley DB version 4.2.52 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |