net.sf.jsqlparser.statement.select
Class Top

java.lang.Object
  extended by net.sf.jsqlparser.statement.select.Top

public class Top
extends java.lang.Object

A top clause in the form [TOP row_count]


Field Summary
private  long rowCount
           
private  boolean rowCountJdbcParameter
           
 
Constructor Summary
Top()
           
 
Method Summary
 long getRowCount()
           
 boolean isRowCountJdbcParameter()
           
 void setRowCount(long l)
           
 void setRowCountJdbcParameter(boolean b)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rowCount

private long rowCount

rowCountJdbcParameter

private boolean rowCountJdbcParameter
Constructor Detail

Top

public Top()
Method Detail

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