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

 

GetTableCount 函数

返回数据库中表的数目。

语法
ul_table_num UltraLite_DatabaseSchema_iface::GetTableCount()
返回值
  • 表示表的数目的整数。

  • 如果未打开连接,则返回 0。