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_TableSchema_iface 类

 

GetIndexCount 函数

获取表中的索引数。

语法
ul_index_num UltraLite_TableSchema_iface::GetIndexCount()
返回值

表中的索引数。

注释

索引 ID 和索引计数在模式升级过程中可能发生变化。为了正确地标识索引,请按名称访问它,或者在模式升级后刷新任何高速缓存的 ID 和计数。