Package ghidra.program.database.util
Interface DBRecordAdapter
public interface DBRecordAdapter
Interface to get a record iterator.
-
Method Summary
ChangeModifier and TypeMethodDescriptionNEWintGet the number of records in tableNEWGet a record iterator for all records.REMOVEDRecordIteratorgetRecords(Address start, Address end, int colIndex) Removed
-
Method Details
-
getRecords NEW
Get a record iterator for all records.- Returns:
- record iterator
- Throws:
IOException- if there was a problem accessing the database
-
getRecordCount NEW
int getRecordCount()Get the number of records in table- Returns:
- total record count
-