CMS 3D CMS Logo

OracleProxy.h

Go to the documentation of this file.
00001 #ifndef CondCore_DBCommon_OracleProxy_h
00002 #define CondCore_DBCommon_OracleProxy_h
00003 #include "CondCore/DBCommon/interface/TechnologyProxy.h"
00004 namespace cond{
00005   class DBSession;
00006   class OracleProxy:public TechnologyProxy{
00007   public:
00008     explicit OracleProxy( const std::string& userconnect );
00009     ~OracleProxy();
00010     std::string getRealConnectString() const;
00011     void setupSession( cond::DBSession& session );
00012   };
00013 }//ns cond
00014 #endif

Generated on Tue Jun 9 17:26:05 2009 for CMSSW by  doxygen 1.5.4