|
Scala Library Documentation
|
|
abstract
class
Select
extends Expression| Method Summary | |
abstract def
|
selectStatement
: Select
The actual select statement
|
def
|
sqlInnerString
: String
A SQL-99 compliant string representation of the relation sub-
statement. This only has a meaning inside another statement.
|
override def
|
sqlString
: String
A SQL-99 compliant string representation of the expression.
|
| Methods inherited from Expression | |
| fieldTypes |
| Methods inherited from Relation | |
| isCompatibleType, typeCheck, sqlTypeString, execute, execute |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
abstract
def
selectStatement : Select
override
def
sqlString : String
def
sqlInnerString : String
|
Scala Library Documentation
|
|