12#ifndef ROOT_TProofMonSenderSQL 
   13#define ROOT_TProofMonSenderSQL 
   40                      const char *table = 
"proof.proofquerylog",
 
 
#define ClassDefOverride(name, id)
 
This class implements a data set to be used for PROOF processing.
 
TProofMonSender implementation for the SQL writers.
 
Int_t SendDataSetInfo(TDSet *, TList *, const char *, const char *) override
Post information about the processed dataset(s).
 
~TProofMonSenderSQL() override
Destructor.
 
Int_t SendFileInfo(TDSet *, TList *, const char *, const char *) override
Post information about the requested files.
 
TProofMonSenderSQL(const char *serv, const char *user, const char *pass, const char *table="proof.proofquerylog", const char *dstab=0, const char *filestab=0)
Main constructor.
 
Int_t SendSummary(TList *, const char *) override
Send 'summary' record for the table 'proofquerylog'.
 
TVirtualMonitoringWriter * fWriter
 
Provides the interface for PROOF monitoring to different writers.