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