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

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » API 参考 » UltraLite C++ API 参考 » UltraLite_IndexSchema_iface 类

 

IsColumnDescending 函数

确定列是否为降序排序。

语法
bool UltraLite_IndexSchema_iface::IsColumnDescending(
  const ULValue & column_name
)
参数
  • column_name   列名称。

返回值

如果列为降序排序,则返回 true。

注释

如果列名不存在,则设置 SQLE_COLUMN_NOT_FOUND。