in scala.dbc.statement.expression
class UnaryOperator

abstract class UnaryOperator
extends Expression
with ScalaObject

Constructor Summary
def this



Def Summary
def operand : Expression
The operand applied to the operator.
def operator : java.lang.String
The name of the operator
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.


Constructor Detail
def this

Def Detail
def operand : Expression
The operand applied to the operator.

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

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.