Class OptimizeFor
- java.lang.Object
-
- net.sf.jsqlparser.statement.select.OptimizeFor
-
- All Implemented Interfaces:
java.io.Serializable
public class OptimizeFor extends java.lang.Object implements java.io.Serializable
A optimize for clause.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private long
rowCount
-
Constructor Summary
Constructors Constructor Description OptimizeFor(long rowCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getRowCount()
void
setRowCount(long l)
java.lang.String
toString()
OptimizeFor
withRowCount(long rowCount)
-
-
-
Method Detail
-
getRowCount
public long getRowCount()
-
setRowCount
public void setRowCount(long l)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
withRowCount
public OptimizeFor withRowCount(long rowCount)
-
-