Package ghidra.feature.vt.api.db
Class VTMatchTableDBAdapter
java.lang.Object
ghidra.feature.vt.api.db.VTMatchTableDBAdapter
- Direct Known Subclasses:
VTMatchTableDBAdapterV0
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract db.RecordIterator
abstract db.DBRecord
insertMatchRecord
(VTMatchInfo info, VTMatchSetDB matchSet, VTAssociationDB associationDB, VTMatchTagDB tag)
-
Constructor Details
-
VTMatchTableDBAdapter
public VTMatchTableDBAdapter()
-
-
Method Details
-
insertMatchRecord
public abstract db.DBRecord insertMatchRecord(VTMatchInfo info, VTMatchSetDB matchSet, VTAssociationDB associationDB, VTMatchTagDB tag) throws IOException - Throws:
IOException
-
getRecords
- Throws:
IOException
-