Scala Library Documentation
|
|
abstract
class
SetFunction
extends
AnyRefMethod Summary | |
abstract def
|
sqlString
: java.lang.String
A SQL-99 compliant string representation of the set quantifier.
|
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
sqlString : java.lang.String
Scala Library Documentation
|
|