|
Scala 2
|
||
class
Select
extends
Expression with
ScalaObject| Constructor Summary | |
def
this
|
|
| Def Summary | |
def
selectStatement
: Select
The actual select statement |
|
def
sqlInnerString
: java.lang.String
A SQL-99 compliant string representation of the relation sub- statement. This only has a meaning inside another statement. |
|
override
|
def
sqlString
: java.lang.String
A SQL-99 compliant string representation of the expression. |
| Constructor Detail |
def
this
| Def Detail |
def
selectStatement
: Select
def
sqlInnerString
: java.lang.String
def
sqlString
: java.lang.String