GetTableSchema function

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

Remarks

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

Returns
  • UL_NULL if the table does not exist.