437438439440441442443444445446447448449450
} else { cursors = context.readCursors; flags = 0; } Dbc cursor; if (cursors.size() > 0) { Dbc other = ((Dbc) cursors.get(0)); cursor = other.dup(0); } else { cursor = db.cursor(null, flags); } cursors.add(cursor); return cursor;