org.sql.generation.api.grammar.common
Class SetQuantifier

java.lang.Object
  extended by org.sql.generation.api.grammar.common.SetQuantifier

public final class SetQuantifier
extends java.lang.Object

Set quantifer, can be either ALL or DISTINCT.

Author:
Stanislav Muhametsin

Field Summary
static SetQuantifier ALL
          Set quantifier for ALL element.
static SetQuantifier DISTINCT
          Set quantifier for DISTINCT element.
 
Constructor Summary
SetQuantifier()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISTINCT

public static final SetQuantifier DISTINCT
Set quantifier for DISTINCT element.


ALL

public static final SetQuantifier ALL
Set quantifier for ALL element.

Constructor Detail

SetQuantifier

public SetQuantifier()


Copyright © 2010. All Rights Reserved.