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

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_DatabaseSchema_iface class

 

GetTableSchema function

Gets a TableSchema object given a 1-based table ID or name.

Syntax
UltraLite_TableSchema * UltraLite_DatabaseSchema_iface::GetTableSchema(
  const ULValue & table_id
)
Parameters
  • table_id   A 1-based ordinal number.

Returns

UL_NULL if the table does not exist.