Modifier and Type | Class and Description |
---|---|
class |
ViewResult.Rows
Inner class holding the view rows.
|
Constructor and Description |
---|
ViewResult() |
Modifier and Type | Method and Description |
---|---|
int |
getOffset() |
List<ViewResult.Rows> |
getRows() |
long |
getTotalRows() |
long |
getUpdateSeq() |
void |
setOffset(int offset) |
void |
setRows(List<ViewResult.Rows> rows) |
void |
setTotalRows(long totalRows) |
void |
setUpdateSeq(long updateSeq) |
String |
toString() |
public long getTotalRows()
public long getUpdateSeq()
public int getOffset()
public List<ViewResult.Rows> getRows()
public void setTotalRows(long totalRows)
public void setUpdateSeq(long updateSeq)
public void setOffset(int offset)
public void setRows(List<ViewResult.Rows> rows)
Copyright © 2011–2016. All rights reserved.