public class Dbc
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
protected |
Dbc(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
cmp(Dbc odbc,
int flags) |
int |
count(int flags) |
int |
del(int flags) |
Dbc |
dup(int flags) |
int |
get_priority() |
int |
get(DatabaseEntry key,
DatabaseEntry data,
int flags) |
protected static long |
getCPtr(Dbc obj) |
int |
pget(DatabaseEntry key,
DatabaseEntry pkey,
DatabaseEntry data,
int flags) |
int |
put(DatabaseEntry key,
DatabaseEntry db_put_data,
int flags) |
void |
set_priority(int priority) |
protected static long getCPtr(Dbc obj)
public void close() throws DatabaseException
DatabaseException
public int cmp(Dbc odbc, int flags) throws DatabaseException
DatabaseException
public int count(int flags) throws DatabaseException
DatabaseException
public int del(int flags) throws DatabaseException
DatabaseException
public Dbc dup(int flags) throws DatabaseException
DatabaseException
public int get(DatabaseEntry key, DatabaseEntry data, int flags) throws DatabaseException
DatabaseException
public int get_priority() throws DatabaseException
DatabaseException
public int pget(DatabaseEntry key, DatabaseEntry pkey, DatabaseEntry data, int flags) throws DatabaseException
DatabaseException
public int put(DatabaseEntry key, DatabaseEntry db_put_data, int flags) throws DatabaseException
DatabaseException
public void set_priority(int priority) throws DatabaseException
DatabaseException