Uses of Class
net.sf.jsqlparser.expression.WhenClause
Packages that use WhenClause
Package
Description
-
Uses of WhenClause in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression with type parameters of type WhenClauseMethods in net.sf.jsqlparser.expression that return WhenClauseModifier and TypeMethodDescriptionWhenClause.withThenExpression
(Expression thenExpression) WhenClause.withWhenExpression
(Expression whenExpression) Methods in net.sf.jsqlparser.expression that return types with arguments of type WhenClauseMethods in net.sf.jsqlparser.expression with parameters of type WhenClauseModifier and TypeMethodDescriptionCaseExpression.addWhenClauses
(WhenClause... whenClauses) void
ExpressionVisitor.visit
(WhenClause whenClause) void
ExpressionVisitorAdapter.visit
(WhenClause expr) Method parameters in net.sf.jsqlparser.expression with type arguments of type WhenClauseModifier and TypeMethodDescriptionCaseExpression.addWhenClauses
(Collection<? extends WhenClause> whenClauses) void
CaseExpression.setWhenClauses
(List<WhenClause> whenClauses) CaseExpression.withWhenClauses
(List<WhenClause> whenClauses) -
Uses of WhenClause in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return WhenClause -
Uses of WhenClause in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type WhenClause -
Uses of WhenClause in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type WhenClause -
Uses of WhenClause in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type WhenClause