37#include "tkdataset_builder.h"
52tkdataset_builder::tkdataset_builder(
tkdatabase *_database,
const char *_table_name)
55 fDataBase = _database;
59 fTable.
add_column(
"dataset_id",
"INT NOT NULL PRIMARY KEY");
65 glog <<
info <<
"Creating '" << _table_name <<
"' table" <<
do_endl;
Interface to the sqlite database.
tkdb_table & new_table(tkstring _table_name)
Decoding of the ENSDF datasets properties.
virtual ~tkdataset_builder()
Representaiton of a sqlite data table.
void add_column(const char *_colname, const char *_coltype)
tklog & do_endl(tklog &log)