|
Scala 2.2.0
|
abstract
class
UnaryOperator
extends
scala.dbc.statement.Expression with
scala.ScalaObjectConstructor 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. |
Constructor Detail |
def
this
Def Detail |
abstract
def
operand
: scala.dbc.statement.Expression
abstract
def
operator
: java.lang.String
abstract
def
operatorIsLeft
: scala.Boolean
def
sqlInnerString
: java.lang.String