![]() |
vrpRouting
0.3
|
#include <stddef.h>
#include "c_common/get_check_data.h"
#include "c_types/column_info_t.h"
#include "c_types/vroom/vroom_vehicle_t.h"
Go to the source code of this file.
Functions | |
void | get_vroom_vehicles (char *vehicles_sql, Vroom_vehicle_t **vehicles, size_t *total_vehicles, bool is_plain) |
Reads the VROOM vehicles. More... | |
void get_vroom_vehicles | ( | char * | sql, |
Vroom_vehicle_t ** | rows, | ||
size_t * | total_rows, | ||
bool | is_plain | ||
) |
Reads the VROOM vehicles.
[in] | sql | SQL query to execute |
[out] | rows | C Container that holds the data |
[out] | total_rows | Total rows recieved |
id is mandatory. At least one out of start_id or end_id must be present, but that is checked later.
Definition at line 237 of file vroom/vehicles_input.c.
References ANY_INTEGER, ANY_INTEGER_ARRAY, ANY_NUMERICAL, Column_info_t::colNumber, db_get_vehicles(), Column_info_t::eType, INTEGER, INTEGER_ARRAY, JSONB, Column_info_t::name, Column_info_t::strict, TIMESTAMP, and Column_info_t::type.
Referenced by process().