Uses of Class
net.sf.jsqlparser.expression.UserVariable
-
-
Uses of UserVariable in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as UserVariable Modifier and Type Field Description private UserVariable
VariableAssignment. variable
Methods in net.sf.jsqlparser.expression that return UserVariable Modifier and Type Method Description UserVariable
VariableAssignment. getVariable()
UserVariable
UserVariable. withDoubleAdd(boolean doubleAdd)
UserVariable
UserVariable. withName(java.lang.String name)
Methods in net.sf.jsqlparser.expression with parameters of type UserVariable Modifier and Type Method Description void
VariableAssignment. setVariable(UserVariable variable)
void
ExpressionVisitor. visit(UserVariable var)
void
ExpressionVisitorAdapter. visit(UserVariable var)
-
Uses of UserVariable in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return UserVariable Modifier and Type Method Description UserVariable
CCJSqlParser. UserVariable()
-
Uses of UserVariable in net.sf.jsqlparser.statement
Fields in net.sf.jsqlparser.statement declared as UserVariable Modifier and Type Field Description (package private) UserVariable
OutputClause. tableVariable
UserVariable
DeclareStatement.TypeDefExpr. userVariable
private UserVariable
DeclareStatement. userVariable
Methods in net.sf.jsqlparser.statement that return UserVariable Modifier and Type Method Description UserVariable
OutputClause. getTableVariable()
UserVariable
DeclareStatement. getUserVariable()
Methods in net.sf.jsqlparser.statement with parameters of type UserVariable Modifier and Type Method Description void
DeclareStatement. addType(UserVariable userVariable, ColDataType colDataType, Expression defaultExpr)
void
OutputClause. setTableVariable(UserVariable tableVariable)
void
DeclareStatement. setUserVariable(UserVariable userVariable)
DeclareStatement
DeclareStatement. withUserVariable(UserVariable userVariable)
Constructors in net.sf.jsqlparser.statement with parameters of type UserVariable Constructor Description OutputClause(java.util.List<SelectItem<?>> selectItemList, UserVariable tableVariable, Table outputTable, java.util.List<java.lang.String> columnList)
TypeDefExpr(UserVariable userVariable, ColDataType colDataType, Expression defaultExpr)
-
Uses of UserVariable in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type UserVariable Modifier and Type Method Description void
TablesNamesFinder. visit(UserVariable var)
-
Uses of UserVariable in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type UserVariable Modifier and Type Method Description void
ExpressionDeParser. visit(UserVariable var)
-
Uses of UserVariable in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type UserVariable Modifier and Type Method Description void
ExpressionValidator. visit(UserVariable var)
-