in scala/dbc/statement/SetQuantifier
object AllTuples

case object AllTuples
extends SetQuantifier
with ScalaObject
with CaseClass

A set quantifier that defines a relation as being a bag. That means that duplicates are allowed.

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.