| Package | Description |
|---|---|
| com.atlassian.jira.entity |
| Modifier and Type | Method and Description |
|---|---|
static Select.SelectColumnsContext |
Select.columns(List<String> columns)
Begins a
SELECT query that will only retrieve the specified columns. |
static Select.SelectColumnsContext |
Select.columns(String... columns)
Begins a
SELECT query that will only retrieve the specified columns. |
static Select.SelectColumnsContext |
Select.distinct(String... columns)
Begins a
SELECT DISTINCT query that will only retrieve the specified columns. |
Copyright © 2002-2022 Atlassian. All Rights Reserved.