Class IDSQLResolution
java.lang.Object
ghidra.features.bsim.query.client.IDSQLResolution
- Direct Known Subclasses:
IDSQLResolution.Architecture
,IDSQLResolution.Compiler
,IDSQLResolution.ExeCategory
,IDSQLResolution.ExternalFunction
Class for managing filter elements (FilterTemplate) that need to be resolved (typically to an id)
before they can be converted to an SQL clause.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
resolve
(AbstractSQLFunctionDatabase<?> columnDatabase, ExecutableRecord exe)
-
Field Details
-
id1
public long id1 -
id2
public long id2
-
-
Constructor Details
-
IDSQLResolution
public IDSQLResolution()
-
-
Method Details
-
resolve
public abstract void resolve(AbstractSQLFunctionDatabase<?> columnDatabase, ExecutableRecord exe) throws SQLException - Throws:
SQLException
-