Stroika Library
3.0d18
Help-Home
Loading...
Searching...
No Matches
SQL/Sources/ComputerNetwork.h
1
/*
2
* Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3
*/
4
#ifndef _Samples_SQL_ComputerNetwork_h_
5
#define _Samples_SQL_ComputerNetwork_h_ 1
6
7
#include "Stroika/Foundation/StroikaPreComp.h"
8
9
#include <functional>
10
11
#include "
Stroika/Foundation/Database/SQL/Connection.h
"
12
13
namespace
Stroika::Samples::SQL {
14
15
using namespace
Stroika::Foundation::Database::SQL;
16
17
/**
18
* \brief Simple test of using threads with SQL - one thread updates employees table, and one writes paychecks
19
*/
20
void
ComputerNetworksModel (
const
std::function<
Connection::Ptr
()>& connectionFactory);
21
22
}
23
24
/*
25
********************************************************************************
26
***************************** Implementation Details ***************************
27
********************************************************************************
28
*/
29
30
#endif
/*_Samples_SQL_ComputerNetwork_h_*/
Connection.h
Stroika::Foundation::Database::SQL::Connection::Ptr
Definition
Foundation/Database/SQL/Connection.h:50
Samples
SQL
Sources
ComputerNetwork.h
Generated by
1.9.8