Package ghidra.feature.vt.api.db
Class VTAssociationTableDBAdapter.AssociationTableDescriptor
java.lang.Object
ghidra.feature.vt.api.db.TableDescriptor
ghidra.feature.vt.api.db.VTAssociationTableDBAdapter.AssociationTableDescriptor
- Enclosing class:
VTAssociationTableDBAdapter
-
Field Summary
Modifier and TypeFieldDescriptionstatic TableColumn
static TableColumn
static TableColumn
static TableColumn
static TableColumn
static TableColumn
-
Constructor Summary
-
Method Summary
Methods inherited from class ghidra.feature.vt.api.db.TableDescriptor
getColumnFields, getColumnNames, getIndexedColumns
-
Field Details
-
SOURCE_ADDRESS_COL
-
DESTINATION_ADDRESS_COL
-
TYPE_COL
-
STATUS_COL
-
APPLIED_STATUS_COL
-
VOTE_COUNT_COL
-
INSTANCE
-
-
Constructor Details
-
AssociationTableDescriptor
public AssociationTableDescriptor()
-