Package ghidra.program.database
Class DBStringMapAdapter
java.lang.Object
ghidra.program.database.DBStringMapAdapter
DBStringMapAdapter
provides a simple string-to-string map backed by a named database table.
This adapter's schema must never change.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DBStringMapAdapter
- Throws:
IOException
-
-
Method Details
-
put
- Throws:
IOException
-
get
- Throws:
IOException
-
getInt
- Throws:
IOException
-
getBoolean
- Throws:
IOException
-
keySet
- Throws:
IOException
-
delete
- Throws:
IOException
-