MobilityDB  1.0

◆ tempsubtype_struct_array

struct tempsubtype_struct tempsubtype_struct_array[]
Initial value:
=
{
{"ANYTEMPSUBTYPE", ANYTEMPSUBTYPE},
{"INSTANT", INSTANT},
{"INSTANTSET", INSTANTSET},
{"SEQUENCE", SEQUENCE},
{"SEQUENCESET", SEQUENCESET},
}
#define SEQUENCESET
Definition: temporal.h:136
#define SEQUENCE
Definition: temporal.h:135
#define ANYTEMPSUBTYPE
Enumeration for the concrete subtype of temporal types.
Definition: temporal.h:132
#define INSTANTSET
Definition: temporal.h:134
#define INSTANT
Definition: temporal.h:133

Array storing the mapping between the string representation of the subtypes of the temporal types and the corresponding enum value.