in scala.dbc.statement.expression
class UnaryOperator

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

Constructor Summary
def this

Def Summary
abstract def operand : scala.dbc.statement.Expression
The operand applied to the operator.
abstract def operator : java.lang.String
The name of the operator
abstract def operatorIsLeft : scala.Boolean
Whether the operator comes before the operand or not.
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 operand : scala.dbc.statement.Expression
The operand applied to the operator.

abstract def operator : java.lang.String
The name of the operator

abstract def operatorIsLeft : scala.Boolean
Whether the operator comes before the operand or not.

def sqlInnerString : java.lang.String
A SQL-99 compliant string representation of the relation sub- statement. This only has a meaning inside another statement.