Package ghidra.program.database.module
Class ProgramTreeDBAdapterV0
java.lang.Object
ghidra.program.database.module.ProgramTreeDBAdapterV0
-
Constructor Summary
ConstructorDescriptionProgramTreeDBAdapterV0
(DBHandle handle, boolean create) Gets a version 0 adapter for the program tree database table. -
Method Summary
-
Constructor Details
-
ProgramTreeDBAdapterV0
Gets a version 0 adapter for the program tree database table.- Parameters:
handle
- handle to the database containing the table.create
- true if this constructor should create the table.- Throws:
VersionException
- if the the table's version does not match the expected version for this adapter.IOException
- if database IO error occurs
-