Package net.sf.jsqlparser.expression
Class UserVariable
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.UserVariable
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
Simple uservariables like @test.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) getName()
boolean
void
setDoubleAdd
(boolean doubleAdd) void
toString()
withDoubleAdd
(boolean doubleAdd) Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
name
-
doubleAdd
private boolean doubleAdd
-
-
Constructor Details
-
UserVariable
public UserVariable() -
UserVariable
-
-
Method Details
-
getName
-
setName
-
accept
- Specified by:
accept
in interfaceExpression
-
isDoubleAdd
public boolean isDoubleAdd() -
setDoubleAdd
public void setDoubleAdd(boolean doubleAdd) -
toString
-
withName
-
withDoubleAdd
-