src/Common/ODBC/ConnectionStringInfo.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 namespace AppSecInc
00004 {
00005         namespace Databases
00006         {
00007         namespace ODBC
00008         {
00010             class ODBCConnectionStringInfo : public ODBCConnectionInfo
00011                     {
00012             private:
00013                 std::wstring m_cs;
00014                     public:
00015                 ODBCConnectionStringInfo(const std::wstring& cs);
00016                             virtual ~ODBCConnectionStringInfo();
00017                 std::wstring GetConnectionString() const { return m_cs; }
00018                     };
00019         }
00020         }
00021 }
00022 


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com