:: com :: sun :: star :: sdbcx ::

service IndexColumnDescriptor
Description
adds a property to determine the sort order of the column values within the index. Some database drivers may ignore this property.

Included Services - Summary
Descriptor
(referenced entity's summary:)
is used to create a new object within a database.
Properties' Summary
boolean
IsAscending
is the column sorted in ascending order.  
Included Services - Details
Descriptor
(referenced entity's summary:)
is used to create a new object within a database.
Properties' Details
IsAscending
boolean IsAscending;
Description
is the column sorted in ascending order.

 
Top of Page