public interface DistinctOption
| Modifier and Type | Interface and Description |
|---|---|
static class |
DistinctOption.Kind |
| Modifier and Type | Method and Description |
|---|---|
static DistinctOption |
basic()
Indicates that the DISTINCT keyword is required.
|
static DistinctOption |
none()
Indicates that the DISTINCT keyword is not required.
|
static DistinctOption none()
static DistinctOption basic()