- All Known Implementing Classes:
DistinctOption.Kind
public interface DistinctOption
Represents the option that decides whether to append the DISTINCT keyword or not.
-
Nested Class Summary
Nested Classes -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic DistinctOptionbasic()Indicates that the DISTINCT keyword is required.static DistinctOptionnone()Indicates that the DISTINCT keyword is not required.
-
Method Details
-
none
Indicates that the DISTINCT keyword is not required.- Returns:
- the kind
-
basic
Indicates that the DISTINCT keyword is required.- Returns:
- the kind
-