:: com :: sun :: star :: util ::
|
deprecated |
struct SortField |
|
|
|
- Usage Restrictions
- deprecated
- Description
- describes a single field in a sort descriptor.
|
Elements' Summary |
Field |
index of the field in the table; 0-based.
|
SortAscending |
true if data are sorted in ascending order,
false if in descending order.
|
FieldType |
type of contents in the field.
|
Elements' Details |
Field
long Field;
- Description
- index of the field in the table; 0-based.
|
|
SortAscending
boolean SortAscending;
- Description
- true if data are sorted in ascending order,
false if in descending order.
|
|
FieldType
SortFieldType FieldType;
- Description
- type of contents in the field.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.