net.sf.jsqlparser.statement.select
Class Top
java.lang.Object
net.sf.jsqlparser.statement.select.Top
public class Top
- extends java.lang.Object
A top clause in the form [TOP row_count]
Constructor Summary |
Top()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
rowCount
private long rowCount
rowCountJdbcParameter
private boolean rowCountJdbcParameter
Top
public Top()
getRowCount
public long getRowCount()
setRowCount
public void setRowCount(long l)
isRowCountJdbcParameter
public boolean isRowCountJdbcParameter()
setRowCountJdbcParameter
public void setRowCountJdbcParameter(boolean b)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object