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

service IndexColumn
Description
adds a property to determine the sort order of the column values within the index. Some database drivers may ignore this property.
Developers Guide
13.4.3 Database Access - Database Design - Using SDBCX to Access the Database Design - Column Service

Included Services
Column
(referenced entity's summary:)
describes the common properties of a database column.
Properties' Summary
[ readonly ] boolean
IsAscending
is the column sorted in ascending order.  
Properties' Details
IsAscending
[ readonly ] boolean IsAscending;
Description
is the column sorted in ascending order.

 
Top of Page