public class Top extends Object implements Serializable
Constructor and Description |
---|
Top() |
Modifier and Type | Method and Description |
---|---|
long |
getRowCount() |
boolean |
hasParenthesis() |
boolean |
isPercentage() |
boolean |
isRowCountJdbcParameter() |
void |
setParenthesis(boolean hasParenthesis) |
void |
setPercentage(boolean percentage) |
void |
setRowCount(long rowCount) |
void |
setRowCountJdbcParameter(boolean rowCountJdbcParameter) |
String |
toString() |
public long getRowCount()
public void setRowCount(long rowCount)
public boolean isRowCountJdbcParameter()
public void setRowCountJdbcParameter(boolean rowCountJdbcParameter)
public boolean hasParenthesis()
public void setParenthesis(boolean hasParenthesis)
public boolean isPercentage()
public void setPercentage(boolean percentage)
Copyright © 2006–2018 TinyGroup. All rights reserved.