Table

Package: db
Type: class

10.0_PUBLIC

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: indexKeyIterator
db.DBFieldIterator indexKeyIterator(int columnIndex, db.Field minField, db.Field maxField, db.Field startField, boolean before) throws IOException
addedmethod: indexKeyIteratorAfter
db.DBFieldIterator indexKeyIteratorAfter(int columnIndex, db.Field startField, db.Field primaryKey) throws IOException
addedmethod: indexKeyIteratorBefore
db.DBFieldIterator indexKeyIteratorBefore(int columnIndex, db.Field startField, db.Field primaryKey) throws IOException
addedmethod: putRecord
void putRecord(db.DBRecord record) throws IOException
addedmethod: useFixedKeys
boolean useFixedKeys()
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: getRecord
return type: Record → DBRecord
- db.Record getRecord(db.Field key) throws IOException
+ db.DBRecord getRecord(db.Field key) throws IOException
modifiedmethod: getRecord
return type: Record → DBRecord
- db.Record getRecord(long key) throws IOException
+ db.DBRecord getRecord(long key) throws IOException
modifiedmethod: getRecordAfter
return type: Record → DBRecord
- db.Record getRecordAfter(long key) throws IOException
+ db.DBRecord getRecordAfter(long 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: getRecordAtOrAfter
return type: Record → DBRecord
- db.Record getRecordAtOrAfter(long key) throws IOException
+ db.DBRecord getRecordAtOrAfter(long 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: getRecordAtOrBefore
return type: Record → DBRecord
- db.Record getRecordAtOrBefore(long key) throws IOException
+ db.DBRecord getRecordAtOrBefore(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: getRecordBefore
return type: Record → DBRecord
- db.Record getRecordBefore(db.Field key) throws IOException
+ db.DBRecord getRecordBefore(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, 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: indexKeyIterator
return type: DBLongIterator → DBFieldIterator
- db.DBLongIterator indexKeyIterator(int columnIndex) throws IOException
+ db.DBFieldIterator indexKeyIterator(int columnIndex) 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
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: indexKeyIterator
db.DBLongIterator indexKeyIterator(int columnIndex, db.LongField minField, db.LongField maxField, db.LongField startField, boolean before) throws IOException
removedmethod: indexKeyIteratorAfter
db.DBLongIterator indexKeyIteratorAfter(int columnIndex, db.Field startField, long primaryKey) throws IOException
removedmethod: indexKeyIteratorBefore
db.DBLongIterator indexKeyIteratorBefore(int columnIndex, db.Field startField, long primaryKey) throws IOException
removedmethod: putRecord
void putRecord(db.Record record) throws IOException

9.1_PUBLIC

addedmethod: fieldKeyIterator
db.DBFieldIterator fieldKeyIterator(db.Field minKey, db.Field maxKey, boolean before) throws IOException
modifiedmethod: indexFieldIterator
param 3 renamed: atMin → before
- db.DBFieldIterator indexFieldIterator(db.Field minField, db.Field maxField, boolean atMin, int columnIndex) throws IOException
+ db.DBFieldIterator indexFieldIterator(db.Field minField, db.Field maxField, boolean before, int columnIndex) throws IOException

9.0.1_PUBLIC

introducedInitial version