| Package | Description |
|---|---|
| org.dashbuilder.dataprovider.sql.dialect | |
| org.dashbuilder.dataprovider.sql.model |
| Modifier and Type | Method and Description |
|---|---|
String |
Dialect.getSortColumnSQL(SortColumn column) |
String |
DefaultDialect.getSortColumnSQL(SortColumn sortColumn) |
| Modifier and Type | Field and Description |
|---|---|
protected List<SortColumn> |
Select.orderBys |
| Modifier and Type | Method and Description |
|---|---|
SortColumn |
Column.asc() |
SortColumn |
Column.desc() |
| Modifier and Type | Method and Description |
|---|---|
List<SortColumn> |
Select.getOrderBys() |
| Modifier and Type | Method and Description |
|---|---|
Select |
Select.orderBy(SortColumn... columns) |
| Modifier and Type | Method and Description |
|---|---|
Select |
Select.orderBy(List<SortColumn> columns) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.