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

SQL Anywhere 11.0.0 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API Reference » UltraLite_DatabaseSchema_iface class

 

GetTableCount function

Synopsis
ul_table_num UltraLite_DatabaseSchema_iface::GetTableCount()
Remarks

Returns the number of tables in the database.

Returns
  • An integer that represents the number of tables.
  • 0 if the connection is not open.