public interface QueryCommand extends Command
Modifier and Type | Interface and Description |
---|---|
static class |
QueryCommand.ResultBatch |
static class |
QueryCommand.Status |
Modifier and Type | Method and Description |
---|---|
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) |
getError, getException, getNetworkTimeout, getWarnings, setNetworkTimeout
long getQueryTimeout()
void setQueryTimeout(long timeout)
int getMaxRows()
void setMaxRows(int maxRows)
int getMaxFieldLength()
void setMaxFieldLength(int maxFieldLength)
List<QueryCommand.ResultBatch> getResultBatches()
QueryCommand.Status getStatus()
Copyright © 2013-2015 impossibl.com. All Rights Reserved.