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