in scala.dbc.statement.expression
class BinaryOperator

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

Constructor 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.
Def inherited from scala.dbc.statement.Expression
fieldTypes , sqlInnerString, sqlString
Constructor Detail
def this

Def Detail
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.