Class RunPrepStmtMessage
java.lang.Object
com.inductiveautomation.ignition.client.gateway_interface.messages.MessageBuilder
com.inductiveautomation.ignition.client.gateway_interface.messages.RunPrepStmtMessage
- All Implemented Interfaces:
- GatewayInterface.MessagePrinter
Builds the proper message to invoke the RunPrepStmt function
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetIds(boolean getIds) intMinimum connection mode needed to run, or zero to always run.Sets the query arguments.skipAudit(boolean skipAudit) transactionId(String txId) Methods inherited from class com.inductiveautomation.ignition.client.gateway_interface.messages.MessageBuilderarg, arg, build, getStatMetric, printMessage
- 
Constructor Details- 
RunPrepStmtMessage
 
- 
- 
Method Details- 
queryArgsSets the query arguments. These must be serializable as they'll be serialized to send to the gateway.- Throws:
- GatewayException
 
- 
database
- 
transactionId
- 
getIds
- 
skipAudit
- 
getMinConnectionModepublic int getMinConnectionMode()Description copied from interface:GatewayInterface.MessagePrinterMinimum connection mode needed to run, or zero to always run.- Specified by:
- getMinConnectionModein interface- GatewayInterface.MessagePrinter
- Overrides:
- getMinConnectionModein class- MessageBuilder
 
 
-