Sort constants
The Sort constant is for specifying the sort type for the a field in a ResultSet.
Constant | Value | Description |
---|---|---|
_SORT_ASC | 1 | Sort in ascending order. |
_SORT_DESC | 2 | Sort in descending order. |
The Sort constant is for specifying the sort type for the a field in a ResultSet.
Constant | Value | Description |
---|---|---|
_SORT_ASC | 1 | Sort in ascending order. |
_SORT_DESC | 2 | Sort in descending order. |