Scala Library Documentation
|
|
scala/dbc/statement/SetQuantifier.scala
]
object
SetQuantifier
extends
AnyRefMethods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Object Summary | |
case object
|
AllTuples
extends SetQuantifier with Product
A set quantifier that defines a relation as being a bag. That means
that duplicates are allowed.
|
case object
|
DistinctTuples
extends SetQuantifier with Product
A set quantifier that defines a relation as being a set. That means
that duplicates are not allowed and will be pruned.
|
Scala Library Documentation
|
|