in scala.dbc.statement
object SetQuantifier

object SetQuantifier
extends java.lang.Object
with scala.ScalaObject

Object Summary
case object AllTuples
A set quantifier that defines a relation as being a bag. That means that duplicates are allowed.
case object DistinctTuples
A set quantifier that defines a relation as being a set. That means that duplicates are not allowed and will be pruned.
Constructor Summary
def this

Constructor Detail
def this