Package ghidra.features.bsim.query.client.tables
package ghidra.features.bsim.query.client.tables
-
ClassDescriptionCachedStatement<S extends Statement>
CachedStatementprovides a cachedStatementcontainer 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>StatementSupplierprovides a callback function to generate aStatement.