column_t Derived Type

type, public :: column_t


Components

Type Visibility Attributes Name Initial
character(len=SQR_NAME_LEN), public :: name = ''

Column name

integer, public :: dtype = 0

One of DT_INT / DT_REAL / DT_CHAR / DT_TEXT

integer, public :: csize = 0

Bytes on disk

integer, public :: offset = 0

1-based byte offset within the record

integer, public :: null_bit = 0

0-based bit ordinal in the per-row NULL bitmap