Class ParentChildDBAdapterV0

java.lang.Object
ghidra.program.database.module.ParentChildDBAdapterV0

public class ParentChildDBAdapterV0 extends Object
  • Constructor Details

    • ParentChildDBAdapterV0

      public ParentChildDBAdapterV0(DBHandle handle, boolean create, long treeID) throws VersionException, IOException
      Gets a version 0 adapter for the program tree parent/child database table.
      Parameters:
      handle - handle to the database containing the table.
      create - true if this constructor should create the table.
      treeID - associated program tree ID
      Throws:
      VersionException - if the the table's version does not match the expected version for this adapter.
      IOException - if database IO error occurs
  • Method Details