in scala.dbc.statement.expression
class BinaryOperator

abstract class BinaryOperator
extends scala.dbc.statement.Expression
with scala.ScalaObject

Constructor 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
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.