public class QueryResult
extends java.lang.Object
Constructor and Description |
---|
QueryResult(java.util.List<Cell[]> cellset,
CellDataSet cellDataSet) |
QueryResult(java.util.List<Cell[]> cellset,
int runtime,
int width,
int height) |
QueryResult(java.lang.String error) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Cell[]> |
getCellset() |
Total[][] |
getColTotalsLists() |
java.lang.String |
getError() |
java.lang.Integer |
getHeight() |
int |
getLeftOffset() |
ISaikuQuery |
getQuery() |
Total[][] |
getRowTotalsLists() |
java.lang.Integer |
getRuntime() |
int |
getTopOffset() |
java.lang.Integer |
getWidth() |
void |
setColTotalsLists(Total[][] colTotalsLists) |
void |
setHeight(java.lang.Integer height) |
void |
setQuery(ThinQuery query) |
void |
setRowTotalsLists(Total[][] rowTotalsLists) |
void |
setRuntime(java.lang.Integer runtime) |
void |
setWidth(java.lang.Integer width) |
public QueryResult(java.util.List<Cell[]> cellset, CellDataSet cellDataSet)
public QueryResult(java.util.List<Cell[]> cellset, int runtime, int width, int height)
public QueryResult(java.lang.String error)
public java.util.List<Cell[]> getCellset()
public java.lang.Integer getRuntime()
public java.lang.String getError()
public java.lang.Integer getHeight()
public java.lang.Integer getWidth()
public void setRuntime(java.lang.Integer runtime)
public void setHeight(java.lang.Integer height)
public void setWidth(java.lang.Integer width)
public void setQuery(ThinQuery query)
public ISaikuQuery getQuery()
public Total[][] getRowTotalsLists()
public void setRowTotalsLists(Total[][] rowTotalsLists)
public Total[][] getColTotalsLists()
public void setColTotalsLists(Total[][] colTotalsLists)
public int getTopOffset()
public int getLeftOffset()