- java.lang.Object
-
- net.sf.jsqlparser.statement.select.OptimizeFor
-
- All Implemented Interfaces:
Serializable
public class OptimizeFor extends Object implements Serializable
A optimize for clause.- See Also:
- Serialized Form
-
-
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)
String
toString()
OptimizeFor
withRowCount(long rowCount)
-
-
-
Method Detail
-
getRowCount
public long getRowCount()
-
setRowCount
public void setRowCount(long l)
-
withRowCount
public OptimizeFor withRowCount(long rowCount)
-
-