public final class Assignment extends Object implements QueryObject
Constructor and Description |
---|
Assignment(Column left,
Expression right)
Constructor that assigns the given rigth hand operand cto the left hand one.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor)
Accept method to handle incoming visitors.
|
Column |
leftExpression()
Returns left operand of the assignment.
|
Expression |
rightExpression()
Returns right operand of the assignment.
|
String |
toString()
Method constructing query string.
|
public Assignment(Column left, Expression right)
left
- Left operand of the assignment.right
- Right operand of the assignment.public Column leftExpression()
public Expression rightExpression()
public void accept(Visitor visitor)
accept
in interface QueryObject
visitor
- Visitor to be handled.Copyright © 2016. All rights reserved.