9 #ifndef lgrDatabasePrinter_H_
10 #define lgrDatabasePrinter_H_
34 DtOutputStream& log();
45 void createTablesFromList(
TableList& tableList,
const DtString& className );
48 void updateTablesFromList(
TableList& tableList );
51 void resetTablesFromList(
TableList& tables)
const;
DtDatabaseInterface & myDatabaseInterface
Definition: lgrDatabasePrinter.h:53
#define DT_DLL_SQLEXPORTER
Definition: lgrSqlExporter.h:19
std::vector< DtDatabaseTableSP > TableList
Definition: lgrDatabasePrinter.h:42
Definition: lgrDatabasePrinter.h:23
DtOutputStream & myOutputLog
Definition: lgrDatabasePrinter.h:54
Contains DtDatabaseTable.
DtDatabaseInterface is an interface object accessing and modifying a database.
Definition: databaseInterface.h:29