Package | Description |
---|---|
net.sf.jsqlparser.expression | |
net.sf.jsqlparser.util | |
net.sf.jsqlparser.util.deparser | |
net.sf.jsqlparser.util.validation.validator |
Modifier and Type | Method and Description |
---|---|
CaseExpression |
CaseExpression.addWhenClauses(Collection<? extends WhenClause> whenClauses) |
CaseExpression |
CaseExpression.addWhenClauses(WhenClause... whenClauses) |
CaseExpression |
CaseExpression.withElseExpression(Expression elseExpression) |
CaseExpression |
CaseExpression.withSwitchExpression(Expression switchExpression) |
CaseExpression |
CaseExpression.withUsingBrackets(boolean usingBrackets) |
CaseExpression |
CaseExpression.withWhenClauses(List<WhenClause> whenClauses) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionVisitor.visit(CaseExpression caseExpression) |
void |
ExpressionVisitorAdapter.visit(CaseExpression expr) |
Modifier and Type | Method and Description |
---|---|
void |
TablesNamesFinder.visit(CaseExpression caseExpression) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionDeParser.visit(CaseExpression caseExpression) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionValidator.visit(CaseExpression caseExpression) |
Copyright © 2004–2021 JSQLParser. All rights reserved.