Constructor and Description |
---|
RowSelection() |
Modifier and Type | Method and Description |
---|---|
boolean |
definesLimits() |
Integer |
getFetchSize() |
Integer |
getFirstRow() |
Integer |
getMaxRows() |
Integer |
getTimeout() |
void |
setFetchSize(int fetchSize) |
void |
setFetchSize(Integer fetchSize) |
void |
setFirstRow(int firstRow) |
void |
setFirstRow(Integer firstRow) |
void |
setMaxRows(int maxRows) |
void |
setMaxRows(Integer maxRows) |
void |
setTimeout(int timeout) |
void |
setTimeout(Integer timeout) |
public void setFirstRow(Integer firstRow)
public void setFirstRow(int firstRow)
public Integer getFirstRow()
public void setMaxRows(Integer maxRows)
public void setMaxRows(int maxRows)
public Integer getMaxRows()
public void setTimeout(Integer timeout)
public void setTimeout(int timeout)
public Integer getTimeout()
public Integer getFetchSize()
public void setFetchSize(Integer fetchSize)
public void setFetchSize(int fetchSize)
public boolean definesLimits()
Copyright © 2019 JBoss by Red Hat. All rights reserved.