service IndexColumnDescriptor in module com::sun::star::sdbcx::

(Global Index)

Syntax

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

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

Property Summary

IsAscending is the column sorted in ascending order.

Property Details



IsAscending

Syntax

boolean IsAscending;

Description

is the column sorted in ascending order.

Top of Page