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.