Uses of Class
net.sf.jsqlparser.expression.CaseExpression
Packages that use CaseExpression
Package
Description
-
Uses of CaseExpression in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return CaseExpressionModifier and TypeMethodDescriptionCaseExpression.addWhenClauses
(Collection<? extends WhenClause> whenClauses) CaseExpression.addWhenClauses
(WhenClause... whenClauses) CaseExpression.withElseExpression
(Expression elseExpression) CaseExpression.withSwitchExpression
(Expression switchExpression) CaseExpression.withUsingBrackets
(boolean usingBrackets) CaseExpression.withWhenClauses
(List<WhenClause> whenClauses) Methods in net.sf.jsqlparser.expression with parameters of type CaseExpressionModifier and TypeMethodDescriptionvoid
ExpressionVisitor.visit
(CaseExpression caseExpression) void
ExpressionVisitorAdapter.visit
(CaseExpression expr) -
Uses of CaseExpression in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type CaseExpression -
Uses of CaseExpression in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type CaseExpression -
Uses of CaseExpression in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type CaseExpression