|
SIXP
SIXP API
|
Field definition information. More...
Public Types | |
| enum | field_flags { hidden =0x01, key =0x02 } |
| Fields flags that indicate the fields properties. Can be combined by oring. More... | |
| enum | field_type { tbool =0, tuint16 =2, tuint32 =3, tdouble =6, tstring =7, ttimestamp =8, tlink =10, ttime =11, tdate =12 } |
| Field types. More... | |
Public Member Functions | |
| field_info (const field_info &fi) | |
Public Attributes | |
| sixp_int32_t | _internal_type |
| Used internally - use type instead. | |
| field_flags | flags |
| Field flags. | |
| sixp_uint32_t | key_num |
| The field's position in the table key, starting on 0. | |
| sixp_uint64_t | length |
| Field length if string field. | |
| char | name [40] |
| Field name. | |
| sixp_uint32_t | ordinal |
| Ordinal number, starting on 0. | |
| field_type | type |
| Field type. | |
Field definition information.
Field types.