Class QueryOptionalExist
java.lang.Object
ghidra.features.bsim.query.protocol.BSimQuery<ResponseOptionalExist>
ghidra.features.bsim.query.protocol.QueryOptionalExist
Query whether an optional table exists. If it doesn't exist it can be created.
If it exists, it can be cleared
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
int
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
restoreXml
(XmlPullParser parser, LSHVectorFactory vectorFactory) void
Methods inherited from class ghidra.features.bsim.query.protocol.BSimQuery
clearResponse, execute, getDescriptionManager, getLocalStagingCopy, getName, getResponse, restoreQuery
-
Field Details
-
optionalresponse
-
tableName
-
keyType
public int keyType -
valueType
public int valueType -
attemptCreation
public boolean attemptCreation -
clearTable
public boolean clearTable
-
-
Constructor Details
-
QueryOptionalExist
public QueryOptionalExist()
-
-
Method Details
-
buildResponseTemplate
public void buildResponseTemplate()- Overrides:
buildResponseTemplate
in classBSimQuery<ResponseOptionalExist>
-
saveXml
- Specified by:
saveXml
in classBSimQuery<ResponseOptionalExist>
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classBSimQuery<ResponseOptionalExist>
- Throws:
LSHException
-