addedmethod:
putRecord
void putRecord(db.DBRecord record) throws IOException
addedmethod:
indexIteratorAfter
db.RecordIterator indexIteratorAfter(int columnIndex, db.Field startValue, db.Field primaryKey) throws IOException
addedmethod:
indexIteratorBefore
db.RecordIterator indexIteratorBefore(int columnIndex, db.Field startValue, db.Field primaryKey) throws IOException
addedmethod:
indexKeyIteratorBefore
db.DBFieldIterator indexKeyIteratorBefore(int columnIndex, db.Field startField, db.Field primaryKey) throws IOException
addedmethod:
indexKeyIteratorAfter
db.DBFieldIterator indexKeyIteratorAfter(int columnIndex, db.Field startField, db.Field primaryKey) throws IOException
addedmethod:
indexKeyIterator
db.DBFieldIterator indexKeyIterator(int columnIndex, db.Field minField, db.Field maxField, db.Field startField, boolean before) throws IOException
modifiedmethod:
getRecord
return type: Record → DBRecord
- db.Record getRecord(long key) throws IOException
+ db.DBRecord getRecord(long key) throws IOException
modifiedmethod:
getRecordAtOrBefore
return type: Record → DBRecord
- db.Record getRecordAtOrBefore(db.Field key) throws IOException
+ db.DBRecord getRecordAtOrBefore(db.Field key) throws IOException
modifiedmethod:
getRecordAfter
return type: Record → DBRecord
- db.Record getRecordAfter(long key) throws IOException
+ db.DBRecord getRecordAfter(long key) throws IOException
modifiedmethod:
getRecord
return type: Record → DBRecord
- db.Record getRecord(db.Field key) throws IOException
+ db.DBRecord getRecord(db.Field key) throws IOException
modifiedmethod:
getRecordAfter
return type: Record → DBRecord
- db.Record getRecordAfter(db.Field key) throws IOException
+ db.DBRecord getRecordAfter(db.Field key) throws IOException
modifiedmethod:
getRecordBefore
return type: Record → DBRecord
- db.Record getRecordBefore(long key) throws IOException
+ db.DBRecord getRecordBefore(long key) throws IOException
modifiedmethod:
indexKeyIterator
return type: DBLongIterator → DBFieldIterator
- db.DBLongIterator indexKeyIterator(int columnIndex) throws IOException
+ db.DBFieldIterator indexKeyIterator(int columnIndex) throws IOException
modifiedmethod:
getRecordBefore
return type: Record → DBRecord
- db.Record getRecordBefore(db.Field key) throws IOException
+ db.DBRecord getRecordBefore(db.Field key) throws IOException
modifiedmethod:
getRecordAtOrAfter
return type: Record → DBRecord
- db.Record getRecordAtOrAfter(db.Field key) throws IOException
+ db.DBRecord getRecordAtOrAfter(db.Field key) throws IOException
modifiedmethod:
findRecords
return type: long[] → db.Field[]
- long[] findRecords(db.Field field, int columnIndex) throws IOException
+ db.Field[] findRecords(db.Field field, int columnIndex) throws IOException
modifiedmethod:
indexKeyIterator
return type: DBLongIterator → DBFieldIterator
- db.DBLongIterator indexKeyIterator(int columnIndex, db.Field minField, db.Field maxField, boolean atMin) throws IOException
+ db.DBFieldIterator indexKeyIterator(int columnIndex, db.Field minField, db.Field maxField, boolean atMin) throws IOException
modifiedmethod:
indexKeyIteratorAfter
return type: DBLongIterator → DBFieldIterator
- db.DBLongIterator indexKeyIteratorAfter(int columnIndex, db.Field startField) throws IOException
+ db.DBFieldIterator indexKeyIteratorAfter(int columnIndex, db.Field startField) throws IOException
modifiedmethod:
indexKeyIteratorBefore
return type: DBLongIterator → DBFieldIterator
- db.DBLongIterator indexKeyIteratorBefore(int columnIndex, db.Field startField) throws IOException
+ db.DBFieldIterator indexKeyIteratorBefore(int columnIndex, db.Field startField) throws IOException
modifiedmethod:
getRecordAtOrBefore
return type: Record → DBRecord
- db.Record getRecordAtOrBefore(long key) throws IOException
+ db.DBRecord getRecordAtOrBefore(long key) throws IOException
modifiedmethod:
getRecordAtOrAfter
return type: Record → DBRecord
- db.Record getRecordAtOrAfter(long key) throws IOException
+ db.DBRecord getRecordAtOrAfter(long key) throws IOException
removedmethod:
putRecord
void putRecord(db.Record record) throws IOException
removedmethod:
indexIteratorAfter
db.RecordIterator indexIteratorAfter(int columnIndex, db.Field startValue, long primaryKey) throws IOException
removedmethod:
indexIteratorBefore
db.RecordIterator indexIteratorBefore(int columnIndex, db.Field startValue, long primaryKey) throws IOException
removedmethod:
indexKeyIteratorBefore
db.DBLongIterator indexKeyIteratorBefore(int columnIndex, db.Field startField, long primaryKey) throws IOException
removedmethod:
indexKeyIteratorAfter
db.DBLongIterator indexKeyIteratorAfter(int columnIndex, db.Field startField, long primaryKey) throws IOException
removedmethod:
indexKeyIterator
db.DBLongIterator indexKeyIterator(int columnIndex, db.LongField minField, db.LongField maxField, db.LongField startField, boolean before) throws IOException