Package | Description |
---|---|
org.h2.command.dml |
Contains DML (data manipulation language) and related SQL statements.
|
org.h2.result |
Implementation of row and internal result sets.
|
Modifier and Type | Method and Description |
---|---|
SortOrder |
Query.prepareOrder(ArrayList<SelectOrderBy> orderList,
int expressionCount)
Create a
SortOrder object given the list of SelectOrderBy
objects. |
Modifier and Type | Method and Description |
---|---|
void |
LocalResult.setSortOrder(SortOrder sort)
Set the sort order.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.