June 2001
Intermediate to advanced
688 pages
19h 18m
English
import com.sleepycat.db.*; public void close() throws DbException;
The Dbc.close method discards the cursor.
It is possible for the Dbc.close method to return DB_LOCK_DEADLOCK, signaling that any enclosing transaction should be aborted. If the application is already intending to abort the transaction, this error should be ignored, and the application should proceed.
Once Dbc.close has been called, regardless of its return, the cursor handle may not be used again.
The Dbc.close method throws an exception that encapsulates a non-zero error value on failure.
The Dbc.close method may fail and throw an exception encapsulating a non-zero error for the following conditions:
EINVAL An invalid flag value or parameter ...