Uses of Class
net.sf.jsqlparser.expression.KeepExpression
Packages that use KeepExpression
Package
Description
-
Uses of KeepExpression in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as KeepExpressionModifier and TypeFieldDescriptionprivate KeepExpression
AnalyticExpression.keep
private KeepExpression
Function.keep
Methods in net.sf.jsqlparser.expression that return KeepExpressionModifier and TypeMethodDescriptionKeepExpression.addOrderByElements
(Collection<? extends OrderByElement> orderByElements) KeepExpression.addOrderByElements
(OrderByElement... orderByElements) AnalyticExpression.getKeep()
Function.getKeep()
KeepExpression.withFirst
(boolean first) KeepExpression.withOrderByElements
(List<OrderByElement> orderByElements) Methods in net.sf.jsqlparser.expression with parameters of type KeepExpressionModifier and TypeMethodDescriptionvoid
AnalyticExpression.setKeep
(KeepExpression keep) void
Function.setKeep
(KeepExpression keep) void
ExpressionVisitor.visit
(KeepExpression aexpr) void
ExpressionVisitorAdapter.visit
(KeepExpression expr) AnalyticExpression.withKeep
(KeepExpression keep) Function.withKeep
(KeepExpression keep) -
Uses of KeepExpression in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return KeepExpression -
Uses of KeepExpression in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type KeepExpression -
Uses of KeepExpression in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type KeepExpression -
Uses of KeepExpression in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type KeepExpression