#include "VariadicSQLParser.h"#include "BitStream.h"#include <stdarg.h>
Go to the source code of this file.
Classes | |
| struct | TypeMapping |
Functions | |
| unsigned int | GetTypeMappingIndex (char c) |
Variables | |
| const int | NUM_TYPE_MAPPINGS = 7 |
| TypeMapping | typeMappings [NUM_TYPE_MAPPINGS] |
| unsigned int GetTypeMappingIndex | ( | char | c | ) |
| const int NUM_TYPE_MAPPINGS = 7 |
Definition at line 12 of file VariadicSQLParser.cpp.
{
{'i', "int"},
{'d', "int"},
{'s', "text"},
{'b', "bool"},
{'f', "numeric"},
{'g', "double precision"},
{'a', "bytea"},
}
Definition at line 13 of file VariadicSQLParser.cpp.
1.7.1