![]() |
vrpRouting
0.3
|
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | Column_info_t |
Enumerations | |
enum | expectType { INTEGER, ANY_INTEGER, ANY_NUMERICAL, TEXT, JSONB, CHAR1, INTEGER_ARRAY, ANY_INTEGER_ARRAY, TIMESTAMP, INTERVAL } |
enum expectType |
Enumerator | |
---|---|
INTEGER | |
ANY_INTEGER | |
ANY_NUMERICAL | |
TEXT | |
JSONB | |
CHAR1 | |
INTEGER_ARRAY | |
ANY_INTEGER_ARRAY | |
TIMESTAMP | |
INTERVAL |
Definition at line 37 of file column_info_t.h.