public interface PreparedQuery<T extends QueryBindings<?>> extends Query
Query.CancelStatus
Modifier and Type | Method and Description |
---|---|
java.lang.String |
asSql() |
java.lang.String |
asSql(boolean quoteStreamsAndUnknowns) |
void |
checkNullOrEmptyQuery(java.lang.String sql) |
int |
computeBatchSize(int numBatchedArgs) |
<M extends Message> |
fillSendPacket() |
<M extends Message> |
fillSendPacket(QueryBindings<?> bindings) |
int |
getBatchCommandIndex() |
java.lang.String |
getOriginalSql() |
int |
getParameterCount() |
ParseInfo |
getParseInfo() |
T |
getQueryBindings() |
void |
setBatchCommandIndex(int batchCommandIndex) |
void |
setOriginalSql(java.lang.String originalSql) |
void |
setParameterCount(int parameterCount) |
void |
setParseInfo(ParseInfo parseInfo) |
void |
setQueryBindings(T queryBindings) |
addBatch, checkCancelTimeout, clearBatchedArgs, closeQuery, getBatchedArgs, getCancelTimeoutMutex, getCurrentDatabase, getExecuteTime, getId, getResultFetchSize, getResultSetFactory, getResultType, getSession, getStatementExecuting, getTimeoutInMillis, isClearWarningsCalled, resetCancelledState, setCancelStatus, setClearWarningsCalled, setCurrentDatabase, setExecuteTime, setResultFetchSize, setResultType, setTimeoutInMillis, startQueryTimer, statementBegins, stopQueryTimer
ParseInfo getParseInfo()
void setParseInfo(ParseInfo parseInfo)
void checkNullOrEmptyQuery(java.lang.String sql)
java.lang.String getOriginalSql()
void setOriginalSql(java.lang.String originalSql)
int getParameterCount()
void setParameterCount(int parameterCount)
T getQueryBindings()
void setQueryBindings(T queryBindings)
int computeBatchSize(int numBatchedArgs)
int getBatchCommandIndex()
void setBatchCommandIndex(int batchCommandIndex)
java.lang.String asSql()
java.lang.String asSql(boolean quoteStreamsAndUnknowns)
<M extends Message> M fillSendPacket()
<M extends Message> M fillSendPacket(QueryBindings<?> bindings)