Package ghidra.program.database.util
Interface DBRecordAdapter
public interface DBRecordAdapter
Interface to get a record iterator.
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the number of function definition datatype recordsGet a record iterator for all records.
-
Method Details
-
getRecords
Get a record iterator for all records.- Returns:
- record iterator
- Throws:
IOException
- if there was a problem accessing the database
-
getRecordCount
int getRecordCount()Get the number of function definition datatype records- Returns:
- total record count
-