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 |
---|---|
List<QueryCommand.ResultBatch> |
getResultBatches() |
QueryCommand.Status |
getStatus() |
void |
setMaxFieldLength(int maxFieldLength) |
void |
setMaxRows(int maxRows) |
void |
setQueryTimeout(long timeout) |
getError, getException, getNetworkTimeout, getWarnings, setNetworkTimeout
void setQueryTimeout(long timeout)
void setMaxRows(int maxRows)
void setMaxFieldLength(int maxFieldLength)
List<QueryCommand.ResultBatch> getResultBatches()
QueryCommand.Status getStatus()
Copyright © 2013–2017 impossibl.com. All rights reserved.