libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_column_spec Struct Reference

Description of a column within the table. More...

#include <sf3_table.h>

Collaboration diagram for sf3_column_spec:
Collaboration graph
[legend]

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.
 

Detailed Description

Description of a column within the table.

Definition at line 49 of file sf3_table.h.

Field Documentation

◆ length

uint32_t sf3_column_spec::length

The length of the column's values in bytes.

Definition at line 51 of file sf3_table.h.

◆ name

sf3_str16 sf3_column_spec::name

The name of the column.

Definition at line 56 of file sf3_table.h.

◆ type

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.


The documentation for this struct was generated from the following file: