Uses of Class
net.sf.jsqlparser.expression.UserVariable
Packages that use UserVariable
Package
Description
-
Uses of UserVariable in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as UserVariableMethods in net.sf.jsqlparser.expression that return UserVariableModifier and TypeMethodDescriptionVariableAssignment.getVariable()
UserVariable.withDoubleAdd
(boolean doubleAdd) Methods in net.sf.jsqlparser.expression with parameters of type UserVariableModifier and TypeMethodDescriptionvoid
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 -
Uses of UserVariable in net.sf.jsqlparser.statement
Fields in net.sf.jsqlparser.statement declared as UserVariableModifier and TypeFieldDescription(package private) UserVariable
OutputClause.tableVariable
final UserVariable
DeclareStatement.TypeDefExpr.userVariable
private UserVariable
DeclareStatement.userVariable
Methods in net.sf.jsqlparser.statement that return UserVariableModifier and TypeMethodDescriptionOutputClause.getTableVariable()
DeclareStatement.getUserVariable()
Methods in net.sf.jsqlparser.statement with parameters of type UserVariableModifier and TypeMethodDescriptionvoid
DeclareStatement.addType
(UserVariable userVariable, ColDataType colDataType, Expression defaultExpr) void
OutputClause.setTableVariable
(UserVariable tableVariable) void
DeclareStatement.setUserVariable
(UserVariable userVariable) DeclareStatement.withUserVariable
(UserVariable userVariable) Constructors in net.sf.jsqlparser.statement with parameters of type UserVariableModifierConstructorDescriptionOutputClause
(List<SelectItem<?>> selectItemList, UserVariable tableVariable, Table outputTable, List<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 -
Uses of UserVariable in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type UserVariable -
Uses of UserVariable in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type UserVariable