org.sql.generation.api.grammar.common
Class SetQuantifier
java.lang.Object
org.sql.generation.api.grammar.common.SetQuantifier
public final class SetQuantifier
- extends Object
Set quantifer, can be either ALL or DISTINCT.
- Author:
- Stanislav Muhametsin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DISTINCT
public static final SetQuantifier DISTINCT
- Set quantifier for
DISTINCT element.
ALL
public static final SetQuantifier ALL
- Set quantifier for
ALL element.
SetQuantifier
public SetQuantifier()
Copyright © 2010-2011. All Rights Reserved.