Package ghidra.features.bsim.query.client.tables
package ghidra.features.bsim.query.client.tables
-
ClassDescriptionCachedStatement<S extends Statement>
CachedStatement
provides a cachedStatement
container which is intended to supply a reusable instance for use within a single thread.This is the SQL table "desctable", which holds one row for each function ingested into the database.Database table that has exactly two columns: key and value The column types are variable and are determined upon initialization.StatementSupplier<S extends Statement>StatementSupplier
provides a callback function to generate aStatement
.