(long handle,
byte[] key, int flags)
| 34 | byte[] record, int flags); |
| 35 | |
| 36 | private native int ups_cursor_find(long handle, |
| 37 | byte[] key, int flags); |
| 38 | |
| 39 | private native int ups_cursor_insert(long handle, |
| 40 | byte[] key, byte[] record, int flags); |