ANNA Suite  2020b
Multipurpose development suite for Telco applications
functions.hpp
Go to the documentation of this file.
1 // ANNA - Anna is Not Nothingness Anymore //
2 // //
3 // (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo //
4 // //
5 // See project site at http://redmine.teslayout.com/projects/anna-suite //
6 // See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
7 
8 
9 #ifndef anna_dbms_functions_hpp
10 #define anna_dbms_functions_hpp
11 
13 
14 namespace anna {
15 namespace dbms {
16 class Connection;
17 }
18 }
19 
20 namespace anna {
21 namespace dbms {
22 
23 using namespace anna;
24 
25 
29 struct functions {
30 public:
89  static void verifyDataScheme(dbms::Connection& connection, const char* tableName, const char* requiredPatch, const char* columnID = "id", const char* columnDate = "installation_date")
90  noexcept(false);
91 };
92 
93 }
94 }
95 
96 #endif
Definition: Connection.hpp:38
Definition: functions.hpp:65
Definition: app.hpp:12