OTX-Runtime for C++
IConnection.h
1
#ifndef OpenTestSystem_Otx_Runtime_Api_Custom_SqlImplementation_IConnection_H
2
#define OpenTestSystem_Otx_Runtime_Api_Custom_SqlImplementation_IConnection_H
3
4
#include "ApiDefs.h"
5
#include <string>
6
7
namespace
OpenTestSystem
{
namespace
Otx {
namespace
Runtime {
namespace
Api {
namespace
Custom {
8
12
namespace
SqlImplementation
13
{
17
class
API_EXPORTS
IConnection
{
18
public
:
19
virtual
~
IConnection
() {}
20
25
virtual
std::string
GetConnectionId
() = 0;
26
27
};
28
}
29
}}}}}
30
#endif
OpenTestSystem::Otx::Runtime::Api::Custom::SqlImplementation::IConnection::GetConnectionId
virtual std::string GetConnectionId()=0
Gets the Connection Id which is generated in OTX-Runtime.
OpenTestSystem::Otx::Runtime::Api::Custom::SqlImplementation::IConnection
Represents an OTX Connection.
Definition:
IConnection.h:17
OpenTestSystem
Namespace containing all objects related to testing inside automotive industry
src
Cpp
otxruntime
OpenTestSystem.Otx.Runtime.Api
include
public
Custom
SqlImplementation
IConnection.h
Generated on Thu Nov 14 2024 11:33:59 for OTX-Runtime for C++ by
EMOTIVE
(Version 7.99.0.51718)