#include <SQLOutputConfig.h>
|
| | 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) |
| |
| | SQLOutputConfig (const std::string &odbFilename) |
| |
| | ~SQLOutputConfig () override |
| |
| eckit::sql::SQLOutput * | buildOutput (const eckit::PathName &path) const override |
| |
| void | setOutputStream (std::ostream &s) |
| |
Definition at line 25 of file SQLOutputConfig.h.
◆ SQLOutputConfig() [1/2]
| odc::sql::SQLOutputConfig::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 |
|
) |
| |
◆ SQLOutputConfig() [2/2]
| odc::sql::SQLOutputConfig::SQLOutputConfig |
( |
const std::string & |
odbFilename | ) |
|
◆ ~SQLOutputConfig()
| odc::sql::SQLOutputConfig::~SQLOutputConfig |
( |
| ) |
|
|
override |
◆ buildOutput()
| eckit::sql::SQLOutput * odc::sql::SQLOutputConfig::buildOutput |
( |
const eckit::PathName & |
path | ) |
const |
|
override |
◆ setOutputStream()
| void odc::sql::SQLOutputConfig::setOutputStream |
( |
std::ostream & |
s | ) |
|
◆ outStream_
| std::reference_wrapper<std::ostream> odc::sql::SQLOutputConfig::outStream_ |
|
private |
The documentation for this class was generated from the following files: