public class RunPrepStmtMessage extends MessageBuilder
| Constructor and Description |
|---|
RunPrepStmtMessage(java.lang.String query) |
| Modifier and Type | Method and Description |
|---|---|
RunPrepStmtMessage |
database(java.lang.String database) |
RunPrepStmtMessage |
getIds(boolean getIds) |
int |
getMinConnectionMode()
Minimum connection mode needed to run, or zero to always run.
|
RunPrepStmtMessage |
queryArgs(java.lang.Object... args)
Sets the query arguments.
|
RunPrepStmtMessage |
skipAudit(boolean skipAudit) |
RunPrepStmtMessage |
transactionId(java.lang.String txId) |
arg, arg, build, getStatMetric, printMessagepublic RunPrepStmtMessage queryArgs(java.lang.Object... args) throws GatewayException
GatewayExceptionpublic RunPrepStmtMessage database(java.lang.String database)
public RunPrepStmtMessage transactionId(java.lang.String txId)
public RunPrepStmtMessage getIds(boolean getIds)
public RunPrepStmtMessage skipAudit(boolean skipAudit)
public int getMinConnectionMode()
GatewayInterface.MessagePrintergetMinConnectionMode in interface GatewayInterface.MessagePrintergetMinConnectionMode in class MessageBuilder