(long handle, long txnhandle,
byte[] key, byte[] record, int flags)
| 40 | private native int ups_db_get_parameters(long handle, Parameter[] params); |
| 41 | |
| 42 | private native int ups_db_insert(long handle, long txnhandle, |
| 43 | byte[] key, byte[] record, int flags); |
| 44 | |
| 45 | private native int ups_db_erase(long handle, long txnhandle, |
| 46 | byte[] key, int flags); |