public class QueryCommandImpl extends CommandImpl implements QueryCommand
QueryCommand.ResultBatch, QueryCommand.Statuserror, exception, networkTimeout, notices| Constructor and Description |
|---|
QueryCommandImpl(String command) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ProtocolImpl protocol) |
int |
getMaxFieldLength() |
int |
getMaxRows() |
long |
getQueryTimeout() |
List<QueryCommand.ResultBatch> |
getResultBatches() |
QueryCommand.Status |
getStatus() |
void |
setMaxFieldLength(int maxFieldLength) |
void |
setMaxRows(int maxRows) |
void |
setQueryTimeout(long timeout) |
addNotice, enableCancelTimer, getError, getException, getNetworkTimeout, getWarnings, setError, setException, setNetworkTimeout, waitForclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetError, getException, getNetworkTimeout, getWarnings, setNetworkTimeoutpublic QueryCommandImpl(String command)
public long getQueryTimeout()
getQueryTimeout in interface QueryCommandpublic void setQueryTimeout(long timeout)
setQueryTimeout in interface QueryCommandpublic List<QueryCommand.ResultBatch> getResultBatches()
getResultBatches in interface QueryCommandpublic void execute(ProtocolImpl protocol) throws IOException
execute in class CommandImplIOExceptionpublic QueryCommand.Status getStatus()
getStatus in interface QueryCommandpublic int getMaxFieldLength()
getMaxFieldLength in interface QueryCommandpublic void setMaxFieldLength(int maxFieldLength)
setMaxFieldLength in interface QueryCommandpublic int getMaxRows()
getMaxRows in interface QueryCommandpublic void setMaxRows(int maxRows)
setMaxRows in interface QueryCommandCopyright © 2013-2015 impossibl.com. All Rights Reserved.