ifdef __CINT__ pragma link C++ class TDemo_DB_Table+;
// The TableRow subclass' *_LinkDef.h must request a dictionary for // the templated TResultSetHandle instantiated on it. However that // class inherits from the backend TDbiResultSetHandle so that dictionary is ifndef USE_NEW_DBI_API pragma link C++ class TDbiResultSetHandle<TDemo_DB_Table>+; else pragma link C++ class TDbiResultSetHandle<TDemo_DB_Table>+; endif // also required.
pragma link C++ class TResultSetHandle<TDemo_DB_Table>+;
endif