|
|
Scala 2.3.3
|
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 Detail |
abstract
def
operand
: scala.dbc.statement.Expression
abstract
def
operator
: java.lang.String
abstract
def
operatorIsLeft
: scala.Boolean
def
sqlInnerString
: java.lang.String