IsColumnDescending function

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

Remarks

Determines if the column is in descending order.

Returns
  • True if the column is in descending order.
  • Sets SQLE_COLUMN_NOT_FOUND if the column name does not exist.