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 Summary
Constructors - 
Method Summary
Modifier 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.MessageBuilder
arg, arg, build, getStatMetric, printMessage 
- 
Constructor Details
- 
RunPrepStmtMessage
 
 - 
 - 
Method Details
- 
queryArgs
Sets the query arguments. These must be serializable as they'll be serialized to send to the gateway.- Throws:
 GatewayException
 - 
database
 - 
transactionId
 - 
getIds
 - 
skipAudit
 - 
getMinConnectionMode
public int getMinConnectionMode()Description copied from interface:GatewayInterface.MessagePrinterMinimum connection mode needed to run, or zero to always run.- Specified by:
 getMinConnectionModein interfaceGatewayInterface.MessagePrinter- Overrides:
 getMinConnectionModein classMessageBuilder
 
 -