Package ghidra.program.database.util
Interface DBRecordAdapter
public interface DBRecordAdapter
Interface to get a record iterator.
-
Method Summary
Modifier and TypeMethodDescriptiongetRecords
(Address start, Address end, int colIndex) Get a record iterator.
-
Method Details
-
getRecords
Get a record iterator.- Parameters:
start
- start of iteratorend
- end of iteratorcolIndex
- index column- Throws:
IOException
- if there was a problem accessing the database
-