| 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 |
|---|---|
TryCastExpression |
TryCastExpression.withLeftExpression(Expression leftExpression) |
TryCastExpression |
TryCastExpression.withRowConstructor(RowConstructor rowConstructor) |
TryCastExpression |
TryCastExpression.withType(ColDataType type) |
TryCastExpression |
TryCastExpression.withUseCastKeyword(boolean useCastKeyword) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionVisitor.visit(TryCastExpression cast) |
void |
ExpressionVisitorAdapter.visit(TryCastExpression expr) |
| Modifier and Type | Method and Description |
|---|---|
void |
TablesNamesFinder.visit(TryCastExpression cast) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionDeParser.visit(TryCastExpression cast) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionValidator.visit(TryCastExpression cast) |
Copyright © 2004–2022 JSQLParser. All rights reserved.