OmniSciDB
0264ff685a
|
Functions | |
bool | is_reserved_name (const std::string &name) |
std::string | sanitize_name (const std::string &name) |
|
inline |
Definition at line 27 of file import_helpers.h.
References reserved_keywords.
Referenced by DBHandler::create_table(), DBHandler::detect_column_types(), DBHandler::populateThriftColumnType(), and sanitize_name().
|
inline |
Definition at line 32 of file import_helpers.h.
References is_reserved_name().
Referenced by DBHandler::create_table(), DBHandler::detect_column_types(), DBHandler::import_geo_table(), and QueryRunner::ImportDriver::importGeoTable().