|
Scala 2
v2.1.3 |
class
BinaryOperator
extends
scala.dbc.statement.Expression with
scala.ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
def
leftOperand
: scala.dbc.statement.Expression
The expression applied on the left of the operator. |
|
def
operator
: java.lang.String
The name of the operator. |
|
def
rightOperand
: scala.dbc.statement.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
: scala.dbc.statement.Expression
def
operator
: java.lang.String
def
rightOperand
: scala.dbc.statement.Expression
def
sqlInnerString
: java.lang.String