Package ghidra.program.database.util
Interface DBFieldAdapter
- 
public interface DBFieldAdapterInterface to get a field adapter where the Field is the primary key in the table. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DBFieldIteratorgetFields(long start, long end)Get the iterator over the primary key. 
 - 
 
- 
- 
Method Detail
- 
getFields
DBFieldIterator getFields(long start, long end) throws java.io.IOException
Get the iterator over the primary key.- Parameters:
 start- start of iteratorend- end of iterator- Throws:
 java.io.IOException- if there was a problem accessing the database
 
 - 
 
 -