Package ghidra.feature.vt.api.db
Class VTMatchTableDBAdapterV0
java.lang.Object
ghidra.feature.vt.api.db.VTMatchTableDBAdapter
ghidra.feature.vt.api.db.VTMatchTableDBAdapterV0
-
Nested Class Summary
Nested classes/interfaces inherited from class ghidra.feature.vt.api.db.VTMatchTableDBAdapter
VTMatchTableDBAdapter.ColumnDescription
-
Constructor Summary
ConstructorDescriptionVTMatchTableDBAdapterV0
(db.DBHandle dbHandle, long tableID) VTMatchTableDBAdapterV0
(db.DBHandle dbHandle, long tableID, ghidra.framework.data.OpenMode openMode, ghidra.util.task.TaskMonitor monitor) -
Method Summary
Modifier and TypeMethodDescriptiondb.RecordIterator
db.DBRecord
insertMatchRecord
(VTMatchInfo info, VTMatchSetDB matchSet, VTAssociationDB association, VTMatchTagDB tag)
-
Constructor Details
-
VTMatchTableDBAdapterV0
- Throws:
IOException
-
VTMatchTableDBAdapterV0
public VTMatchTableDBAdapterV0(db.DBHandle dbHandle, long tableID, ghidra.framework.data.OpenMode openMode, ghidra.util.task.TaskMonitor monitor) throws ghidra.util.exception.VersionException - Throws:
ghidra.util.exception.VersionException
-
-
Method Details
-
insertMatchRecord
public db.DBRecord insertMatchRecord(VTMatchInfo info, VTMatchSetDB matchSet, VTAssociationDB association, VTMatchTagDB tag) throws IOException - Specified by:
insertMatchRecord
in classVTMatchTableDBAdapter
- Throws:
IOException
-
getRecords
- Specified by:
getRecords
in classVTMatchTableDBAdapter
- Throws:
IOException
-