|
Scala 2
|
||
class
BinaryOperator
extends
Expression with
ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
def
leftOperand
: Expression
The expression applied on the left of the operator. |
|
def
operator
: java.lang.String
The name of the operator. |
|
def
rightOperand
: Expression
The expression applied on the right of the operator. |
|
def
sqlInnerString
: java.lang.String
A SQL-99 compliant string representation of the relation sub- statement. This only has a meaning inside another statement. |
Constructor Detail |
def
this
Def Detail |
def
leftOperand
: Expression
def
operator
: java.lang.String
def
rightOperand
: Expression
def
sqlInnerString
: java.lang.String