OmniSciDB
a5dc49c757
|
This is the complete list of members for import_export::QueryExporter, including all inherited members.
ArrayNullHandling enum name | import_export::QueryExporter | |
beginExport(const std::string &file_path, const std::string &layer_name, const CopyParams ©_params, const std::vector< TargetMetaInfo > &column_info, const FileCompression file_compression, const ArrayNullHandling array_null_handling)=0 | import_export::QueryExporter | pure virtual |
create(const FileType file_type) | import_export::QueryExporter | static |
endExport()=0 | import_export::QueryExporter | pure virtual |
exportResults(const std::vector< AggregatedResult > &query_results)=0 | import_export::QueryExporter | pure virtual |
file_type_ | import_export::QueryExporter | protected |
FileCompression enum name | import_export::QueryExporter | |
FileType enum name | import_export::QueryExporter | |
QueryExporter(const FileType file_type) | import_export::QueryExporter | explicit |
QueryExporter()=delete | import_export::QueryExporter | |
safeColumnName(const std::string &resname, const int column_index) | import_export::QueryExporter | protected |
validateFileExtensions(const std::string &file_path, const std::string &file_type, const std::unordered_set< std::string > &valid_extensions) const | import_export::QueryExporter | protected |
~QueryExporter() | import_export::QueryExporter | inlinevirtual |