Interface DistinctOption

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
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    Indicates that the DISTINCT keyword is required.
    Indicates that the DISTINCT keyword is not required.
  • Method Details

    • none

      static DistinctOption none()
      Indicates that the DISTINCT keyword is not required.
      Returns:
      the kind
    • basic

      static DistinctOption basic()
      Indicates that the DISTINCT keyword is required.
      Returns:
      the kind