| 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 |
|---|---|
RowConstructor |
CastExpression.getRowConstructor() |
RowConstructor |
TryCastExpression.getRowConstructor() |
RowConstructor |
RowConstructor.withExprList(ExpressionList exprList) |
RowConstructor |
RowConstructor.withName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CastExpression.setRowConstructor(RowConstructor rowConstructor) |
void |
TryCastExpression.setRowConstructor(RowConstructor rowConstructor) |
void |
ExpressionVisitor.visit(RowConstructor rowConstructor) |
void |
ExpressionVisitorAdapter.visit(RowConstructor rowConstructor) |
CastExpression |
CastExpression.withRowConstructor(RowConstructor rowConstructor) |
TryCastExpression |
TryCastExpression.withRowConstructor(RowConstructor rowConstructor) |
| Modifier and Type | Method and Description |
|---|---|
void |
TablesNamesFinder.visit(RowConstructor rowConstructor) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionDeParser.visit(RowConstructor rowConstructor) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionValidator.visit(RowConstructor rowConstructor) |
Copyright © 2004–2022 JSQLParser. All rights reserved.