QueryObject
public final class Assignment extends java.lang.Object implements QueryObject
Constructor | Description |
---|---|
Assignment(Column left,
Expression right) |
Constructor that assigns the given rigth hand operand cto the left hand one.
|
Modifier and Type | Method | 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.
|
java.lang.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.public java.lang.String toString()
toString
in class java.lang.Object
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com