|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sql.generation.api.grammar.common.SetQuantifier
public final class SetQuantifier
Set quantifer, can be either ALL or DISTINCT.
| 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 |
|---|
public static final SetQuantifier DISTINCT
DISTINCT element.
public static final SetQuantifier ALL
ALL element.
| Constructor Detail |
|---|
public SetQuantifier()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||