in scala/dbc/statement/SetQuantifier
object DistinctTuples

case object DistinctTuples
extends SetQuantifier
with ScalaObject
with CaseClass

A set quantifier that defines a relation as being a set. That means that duplicates are not allowed and will be pruned.

Method Summary
final def sqlString: String
     A SQL-99 compliant string representation of the set quantifier.

Method Detail

sqlString

  final def sqlString: String
A SQL-99 compliant string representation of the set quantifier.