#include "multidb.h" namespace DB2 { #define SCHEMADIALECT #define MODEL #include #include #undef MODEL #undef SCHEMADIALECT void DB2_All_Tables(SqlSchema& sch) { // we need a distinct name for second database schema creation function All_Tables(sch); } };