| Modifier and Type | Method and Description |
|---|---|
UserVariable |
VariableAssignment.getVariable() |
UserVariable |
UserVariable.withDoubleAdd(boolean doubleAdd) |
UserVariable |
UserVariable.withName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableAssignment.setVariable(UserVariable variable) |
void |
ExpressionVisitor.visit(UserVariable var) |
void |
ExpressionVisitorAdapter.visit(UserVariable var) |
| Modifier and Type | Method and Description |
|---|---|
UserVariable |
CCJSqlParser.UserVariable() |
| Modifier and Type | Field and Description |
|---|---|
UserVariable |
DeclareStatement.TypeDefExpr.userVariable |
| Modifier and Type | Method and Description |
|---|---|
UserVariable |
DeclareStatement.getUserVariable() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclareStatement.addType(UserVariable userVariable,
ColDataType colDataType,
Expression defaultExpr) |
void |
DeclareStatement.setUserVariable(UserVariable userVariable) |
DeclareStatement |
DeclareStatement.withUserVariable(UserVariable userVariable) |
| Constructor and Description |
|---|
TypeDefExpr(UserVariable userVariable,
ColDataType colDataType,
Expression defaultExpr) |
| Modifier and Type | Method and Description |
|---|---|
void |
TablesNamesFinder.visit(UserVariable var) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionDeParser.visit(UserVariable var) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionValidator.visit(UserVariable var) |
Copyright © 2004–2021 JSQLParser. All rights reserved.