Class Top
java.lang.Object
net.sf.jsqlparser.statement.select.Top
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Expression
private boolean
private boolean
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<E extends Expression>
EgetExpression
(Class<E> type) boolean
boolean
boolean
void
setExpression
(Expression expression) void
setParenthesis
(boolean hasParenthesis) void
setPercentage
(boolean percentage) void
setWithTies
(boolean withTies) toString()
withExpression
(Expression expression)
-
Field Details
-
hasParenthesis
private boolean hasParenthesis -
isPercentage
private boolean isPercentage -
isWithTies
private boolean isWithTies -
expression
-
-
Constructor Details
-
Top
public Top()
-
-
Method Details
-
getExpression
-
setExpression
-
hasParenthesis
public boolean hasParenthesis() -
setParenthesis
public void setParenthesis(boolean hasParenthesis) -
isPercentage
public boolean isPercentage() -
setPercentage
public void setPercentage(boolean percentage) -
setWithTies
public void setWithTies(boolean withTies) -
isWithTies
public boolean isWithTies() -
toString
-
withExpression
-
getExpression
-