public class GridSqlSortColumn extends Object
| Constructor and Description |
|---|
GridSqlSortColumn(int col,
boolean asc,
boolean nullsFirst,
boolean nullsLast) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
asc() |
int |
column() |
boolean |
nullsFirst() |
boolean |
nullsLast() |
static org.gridgain.internal.h2.table.IndexColumn[] |
toIndexColumns(org.gridgain.internal.h2.table.Table tbl,
List<GridSqlSortColumn> sortCols) |
public GridSqlSortColumn(int col,
boolean asc,
boolean nullsFirst,
boolean nullsLast)
col - Column index.asc - Ascending.nullsFirst - Nulls go first.nullsLast - Nulls go last.public static org.gridgain.internal.h2.table.IndexColumn[] toIndexColumns(org.gridgain.internal.h2.table.Table tbl,
List<GridSqlSortColumn> sortCols)
tbl - Table.sortCols - Sort columns.public int column()
public boolean asc()
true For ASC order.public boolean nullsFirst()
true If nulls must go first.public boolean nullsLast()
true If nulls must go last.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025