Package ghidra.program.database.util
Interface DBFieldAdapter
public interface DBFieldAdapter
Interface to get a field adapter where the Field is the primary
key in the table.
-
Method Summary
Modifier and TypeMethodDescriptiongetFields
(long start, long end) Get the iterator over the primary key.
-
Method Details
-
getFields
Get the iterator over the primary key.- Parameters:
start
- start of iteratorend
- end of iterator- Throws:
IOException
- if there was a problem accessing the database
-