- seize() - Method in class Cursor
-
Get a pair of the key and the value of the current record and remove it atomically.
- seize(byte[]) - Method in class DB
-
Retrieve the value of a record and remove it atomically.
- seize(String) - Method in class DB
-
Retrieve the value of a record and remove it atomically.
- seize_str() - Method in class Cursor
-
Get a pair of the key and the value of the current record and remove it atomically.
- set(byte[], byte[]) - Method in class DB
-
Set the value of a record.
- set(String, String) - Method in class DB
-
Set the value of a record.
- set(int, String) - Method in exception Error
-
Set the error information.
- set_bulk(byte[][], boolean) - Method in class DB
-
Store records at once.
- set_bulk(Map<String, String>, boolean) - Method in class DB
-
Store records at once.
- set_value(byte[], boolean) - Method in class Cursor
-
Set the value of the current record.
- set_value(String, boolean) - Method in class Cursor
-
Set the value of the current record.
- size() - Method in class DB
-
Get the size of the database file.
- status() - Method in class DB
-
Get the miscellaneous status information.
- step() - Method in class Cursor
-
Step the cursor to the next record.
- step_back() - Method in class Cursor
-
Step the cursor to the previous record.
- SUCCESS - Static variable in exception Error
-
error code: success
- synchronize(boolean, FileProcessor) - Method in class DB
-
Synchronize updated contents with the file and the device.
- SYSTEM - Static variable in exception Error
-
error code: system error