Uses of Class
net.sf.jsqlparser.expression.KeepExpression
-
Packages that use KeepExpression Package Description net.sf.jsqlparser.expression net.sf.jsqlparser.parser net.sf.jsqlparser.util net.sf.jsqlparser.util.deparser net.sf.jsqlparser.util.validation.validator -
-
Uses of KeepExpression in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as KeepExpression Modifier and Type Field Description private KeepExpression
AnalyticExpression. keep
private KeepExpression
Function. keep
Methods in net.sf.jsqlparser.expression that return KeepExpression Modifier and Type Method Description KeepExpression
KeepExpression. addOrderByElements(java.util.Collection<? extends OrderByElement> orderByElements)
KeepExpression
KeepExpression. addOrderByElements(OrderByElement... orderByElements)
KeepExpression
AnalyticExpression. getKeep()
KeepExpression
Function. getKeep()
KeepExpression
KeepExpression. withFirst(boolean first)
KeepExpression
KeepExpression. withName(java.lang.String name)
KeepExpression
KeepExpression. withOrderByElements(java.util.List<OrderByElement> orderByElements)
Methods in net.sf.jsqlparser.expression with parameters of type KeepExpression Modifier and Type Method Description void
AnalyticExpression. setKeep(KeepExpression keep)
void
Function. setKeep(KeepExpression keep)
void
ExpressionVisitor. visit(KeepExpression aexpr)
void
ExpressionVisitorAdapter. visit(KeepExpression expr)
AnalyticExpression
AnalyticExpression. withKeep(KeepExpression keep)
Function
Function. withKeep(KeepExpression keep)
-
Uses of KeepExpression in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return KeepExpression Modifier and Type Method Description KeepExpression
CCJSqlParser. KeepExpression()
-
Uses of KeepExpression in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type KeepExpression Modifier and Type Method Description void
TablesNamesFinder. visit(KeepExpression aexpr)
-
Uses of KeepExpression in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type KeepExpression Modifier and Type Method Description void
ExpressionDeParser. visit(KeepExpression aexpr)
-
Uses of KeepExpression in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type KeepExpression Modifier and Type Method Description void
ExpressionValidator. visit(KeepExpression aexpr)
-