Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_IndexSchema_iface class

 

IsColumnDescending function

Determines if the column is in descending order.

Syntax
bool UltraLite_IndexSchema_iface::IsColumnDescending(
  const ULValue & column_name
)
Parameters
  • column_name   The column name.

Returns

True if the column is in descending order.

Remarks

Sets SQLE_COLUMN_NOT_FOUND if the column name does not exist.