| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExpressionVisitorAdapter.visit(CaseExpression expr) |
void |
ExpressionVisitor.visit(CaseExpression caseExpression) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TablesNamesFinder.visit(CaseExpression caseExpression) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExpressionDeParser.visit(CaseExpression caseExpression) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExpressionValidator.visit(CaseExpression caseExpression) |
Copyright © 2026. All rights reserved.