14 #ifndef odc_sql_SQLOutputConfig_H
15 #define odc_sql_SQLOutputConfig_H
17 #include "eckit/sql/SQLOutputConfig.h"
31 const std::string& delimiter=defaultDelimiter,
32 const std::string& format=defaultOutputFormat,
33 bool bitfieldsBinary=
false,
34 bool noColumnAlignment=
false,
35 bool fullPrecision=
false);
41 eckit::sql::SQLOutput*
buildOutput(
const eckit::PathName& path)
const override;
eckit::sql::SQLOutput * buildOutput(const eckit::PathName &path) const override
~SQLOutputConfig() override
void setOutputStream(std::ostream &s)
SQLOutputConfig(bool noColumnNames=false, bool noNULL=false, const std::string &delimiter=defaultDelimiter, const std::string &format=defaultOutputFormat, bool bitfieldsBinary=false, bool noColumnAlignment=false, bool fullPrecision=false)
std::reference_wrapper< std::ostream > outStream_