OmniSciDB
a5dc49c757
|
Functions | |
bool | is_reserved_name (const std::string &name) |
std::string | sanitize_name (const std::string &name, const bool underscore=false) |
template<typename DatumStringType > | |
bool | is_null_datum (const DatumStringType &datum, const std::string &null_indicator) |
|
inline |
Definition at line 49 of file import_helpers.h.
Referenced by import_export::import_thread_delimited(), and foreign_storage::TextFileBufferParser::isNullDatum().
|
inline |
Definition at line 28 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 33 of file import_helpers.h.
References is_reserved_name().
Referenced by DBHandler::create_table(), DBHandler::detect_column_types(), import_export::RasterImporter::getBandName(), QueryRunner::ImportDriver::importGeoTable(), and DBHandler::importGeoTableSingle().