Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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.


Included Services

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

Properties' Summary

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