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