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