Package ghidra.program.database.util
Interface DBRecordAdapter
-
public interface DBRecordAdapter
Interface to get a record iterator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecordIterator
getRecords(Address start, Address end, int colIndex)
Get a record iterator.
-
-
-
Method Detail
-
getRecords
RecordIterator getRecords(Address start, Address end, int colIndex) throws java.io.IOException
Get a record iterator.- Parameters:
start
- start of iteratorend
- end of iteratorcolIndex
- index column- Throws:
java.io.IOException
- if there was a problem accessing the database
-
-