21 using namespace eckit;
33 const string SELECT =
"select *@hdr from \"2000010106.odb\";";
37 Log::info() <<
"Executing: '" << SELECT <<
"'" << std::endl;
40 Log::info() <<
"it->columns().size() => " << it->
columns().size() << std::endl;
41 ASSERT(it->
columns().size() == 27);
44 unsigned long long i = 0;
45 for ( ; it !=
oda.end(); ++it)
48 Log::info() <<
"i == " <<
i << std::endl;
#define SIMPLE_TEST(name)
const core::MetaData & columns() const