Class InsertOptionalValues
java.lang.Object
ghidra.features.bsim.query.protocol.BSimQuery<ResponseOptionalExist>
ghidra.features.bsim.query.protocol.InsertOptionalValues
Insert key/value pairs into an optional table
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidrestoreXml(XmlPullParser parser, LSHVectorFactory vectorFactory) voidMethods 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 -
keys
-
values
-
-
Constructor Details
-
InsertOptionalValues
public InsertOptionalValues()
-
-
Method Details
-
buildResponseTemplate
public void buildResponseTemplate()- Overrides:
buildResponseTemplatein classBSimQuery<ResponseOptionalExist>
-
saveXml
- Specified by:
saveXmlin classBSimQuery<ResponseOptionalExist>- Throws:
IOException
-
restoreXml
- Specified by:
restoreXmlin classBSimQuery<ResponseOptionalExist>- Throws:
LSHException
-