libsf3
|
Description of a column within the table. More...
#include <sf3_table.h>
Data Fields | |
uint32_t | length |
The length of the column's values in bytes. | |
uint8_t | type |
sf3_str16 | name |
The name of the column. | |
Description of a column within the table.
Definition at line 49 of file sf3_table.h.
uint32_t sf3_column_spec::length |
The length of the column's values in bytes.
Definition at line 51 of file sf3_table.h.
sf3_str16 sf3_column_spec::name |
The name of the column.
Definition at line 56 of file sf3_table.h.
uint8_t sf3_column_spec::type |
The type of data stored in the column. See the sf3_column_type
enumeration.
Definition at line 54 of file sf3_table.h.