16 lines
251 B
C
16 lines
251 B
C
|
|
#ifndef SQLGENERATOR_H
|
|||
|
|
#define SQLGENERATOR_H
|
|||
|
|
|
|||
|
|
#include "Pgsql_Params.h"
|
|||
|
|
|
|||
|
|
//namespace Pgsql {
|
|||
|
|
|
|||
|
|
//template <typename >
|
|||
|
|
//class AndCondition {
|
|||
|
|
// AndCondition& add(const std::string &expr,)
|
|||
|
|
//};
|
|||
|
|
|
|||
|
|
} // end of namespace Pgsql
|
|||
|
|
|
|||
|
|
#endif // SQLGENERATOR_H
|