Scala Library Documentation
|
|
abstract
class
BinaryOperator
extends
ExpressionMethod Summary | |
abstract def
|
leftOperand
: Expression
The expression applied on the left of the operator.
|
abstract def
|
operator
: java.lang.String
The name of the operator.
|
abstract 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.
|
Methods inherited from Expression | |
fieldTypes, sqlString |
Methods inherited from Relation | |
isCompatibleType, typeCheck, sqlTypeString, execute, execute |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
abstract
def
operator : java.lang.String
abstract
def
leftOperand : Expression
abstract
def
rightOperand : Expression
def
sqlInnerString : java.lang.String
Scala Library Documentation
|
|