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
 
 public class RunPrepStmtMessage extends MessageBuilder Builds the proper message to invoke the RunPrepStmt function
- 
- 
Constructor SummaryConstructors Constructor Description RunPrepStmtMessage(java.lang.String query)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RunPrepStmtMessagedatabase(java.lang.String database)RunPrepStmtMessagegetIds(boolean getIds)intgetMinConnectionMode()Minimum connection mode needed to run, or zero to always run.RunPrepStmtMessagequeryArgs(java.lang.Object... args)Sets the query arguments.RunPrepStmtMessageskipAudit(boolean skipAudit)RunPrepStmtMessagetransactionId(java.lang.String txId)- 
Methods inherited from class com.inductiveautomation.ignition.client.gateway_interface.messages.MessageBuilderarg, arg, build, getStatMetric, printMessage
 
- 
 
- 
- 
- 
Method Detail- 
queryArgspublic RunPrepStmtMessage queryArgs(java.lang.Object... args) throws GatewayException Sets the query arguments. These must be serializable as they'll be serialized to send to the gateway.- Throws:
- GatewayException
 
 - 
databasepublic RunPrepStmtMessage database(java.lang.String database) 
 - 
transactionIdpublic RunPrepStmtMessage transactionId(java.lang.String txId) 
 - 
getIdspublic RunPrepStmtMessage getIds(boolean getIds) 
 - 
skipAuditpublic RunPrepStmtMessage skipAudit(boolean 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
 
 
- 
 
-