Uses of Class
net.sf.jsqlparser.expression.AnalyticExpression
Packages that use AnalyticExpression
Package
Description
-
Uses of AnalyticExpression in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return AnalyticExpressionModifier and TypeMethodDescriptionAnalyticExpression.withAllColumns
(boolean allColumns) AnalyticExpression.withDefaultValue
(Expression defaultValue) AnalyticExpression.withDistinct
(boolean distinct) AnalyticExpression.withExpression
(Expression expression) AnalyticExpression.withFilterExpression
(Expression filterExpression) AnalyticExpression.withIgnoreNulls
(boolean ignoreNulls) AnalyticExpression.withKeep
(KeepExpression keep) AnalyticExpression.withOffset
(Expression offset) AnalyticExpression.withType
(AnalyticType type) AnalyticExpression.withUnique
(boolean unique) AnalyticExpression.withWindowElement
(WindowElement windowElement) Methods in net.sf.jsqlparser.expression with parameters of type AnalyticExpressionModifier and TypeMethodDescriptionvoid
ExpressionVisitor.visit
(AnalyticExpression aexpr) void
ExpressionVisitorAdapter.visit
(AnalyticExpression expr) -
Uses of AnalyticExpression in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return AnalyticExpressionModifier and TypeMethodDescriptionfinal AnalyticExpression
CCJSqlParser.AnalyticExpression
(Function function) Methods in net.sf.jsqlparser.parser with parameters of type AnalyticExpression -
Uses of AnalyticExpression in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type AnalyticExpression -
Uses of AnalyticExpression in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type AnalyticExpression -
Uses of AnalyticExpression in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type AnalyticExpression