Apps     Components     Interfaces     All Files     Source Tree     source: tos.lib.TinyDB.CatalogTable.nc

Interface: CatalogTable

The CatalogTable interface is used to provide information about fields in the special system catalog tables (e.g. where the fields aren't just attributes.
Author: Sam Madden

Components providing this interface:
tos.lib.TinyDB.DBBufferC

Components requiring this interface:
tos.lib.TinyDB.Tuple

Commands

Commands - Details

catalogFieldSize

uint8_t catalogFieldSize(uint8_t tableId, uint8_t fieldNo)

Returns: the size of the specified field in the specified table, or 0 if the field could not be found.