Scala Library Documentation
|
|
abstract
class
Aggregate
extends
ExpressionMethod Summary | |
abstract def
|
aggregateName : java.lang.String |
abstract def
|
filterClause : Option[Expression] |
abstract def
|
setFunction : SetFunction |
def
|
sqlInnerString
: java.lang.String
A SQL-99 compliant string representation of the relation sub-
statement. This only has a meaning inside another statement.
|
Methods inherited from Expression | |
fieldTypes, sqlString |
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
aggregateName : java.lang.String
abstract
def
setFunction : SetFunction
abstract
def
filterClause : Option[Expression]
def
sqlInnerString : java.lang.String
Scala Library Documentation
|
|