src/Common/ODBC/ConnectionInfo.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 ODBCConnectionInfo
00011                     {
00012                     public:
00013                             ODBCConnectionInfo();
00014                             virtual ~ODBCConnectionInfo();
00015                 virtual std::wstring GetConnectionString() const = 0;
00016                     };
00017         }
00018         }
00019 }
00020 


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