Package com.alibaba.druid.sql.ast
Interface SQLSetQuantifier
-
public interface SQLSetQuantifier
-
-
Field Summary
Fields Modifier and Type Field Description static intALLstatic intALL_EXCEPTstatic intDISTINCTstatic intDISTINCTROWstatic intSTRAIGHT_JOINstatic intUNIQUE
-
-
-
Field Detail
-
ALL
static final int ALL
- See Also:
- Constant Field Values
-
DISTINCT
static final int DISTINCT
- See Also:
- Constant Field Values
-
UNIQUE
static final int UNIQUE
- See Also:
- Constant Field Values
-
DISTINCTROW
static final int DISTINCTROW
- See Also:
- Constant Field Values
-
ALL_EXCEPT
static final int ALL_EXCEPT
- See Also:
- Constant Field Values
-
STRAIGHT_JOIN
static final int STRAIGHT_JOIN
- See Also:
- Constant Field Values
-
-