(long handle, long txnhandle,
byte[] key, int flags)
| 35 | CompareCallback cmp); |
| 36 | |
| 37 | private native byte[] ups_db_find(long handle, long txnhandle, |
| 38 | byte[] key, int flags); |
| 39 | |
| 40 | private native int ups_db_get_parameters(long handle, Parameter[] params); |
| 41 |