summaryrefslogtreecommitdiff
path: root/odb/pgsql/prepared-query.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-01-25 17:28:38 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-01-25 17:28:38 +0300
commitd9f372d7b1bc1abbff5fdf9735118290cd024d5e (patch)
tree49bc3160ea184e19cd5cb6a7404dee42311c0fd7 /odb/pgsql/prepared-query.hxx
parent55e14d8f9697adeeb05fcd23cf8f19c33452bb56 (diff)
Turn libodb-pgsql repository into package for muti-package repositorylibodb-pgsql
Diffstat (limited to 'odb/pgsql/prepared-query.hxx')
-rw-r--r--odb/pgsql/prepared-query.hxx34
1 files changed, 0 insertions, 34 deletions
diff --git a/odb/pgsql/prepared-query.hxx b/odb/pgsql/prepared-query.hxx
deleted file mode 100644
index 3622226..0000000
--- a/odb/pgsql/prepared-query.hxx
+++ /dev/null
@@ -1,34 +0,0 @@
-// file : odb/pgsql/prepared-query.hxx
-// license : GNU GPL v2; see accompanying LICENSE file
-
-#ifndef ODB_PGSQL_PREPARED_QUERY_HXX
-#define ODB_PGSQL_PREPARED_QUERY_HXX
-
-#include <odb/pre.hxx>
-
-#include <odb/prepared-query.hxx>
-
-#include <odb/pgsql/version.hxx>
-#include <odb/pgsql/query.hxx>
-
-#include <odb/pgsql/details/export.hxx>
-
-namespace odb
-{
- namespace pgsql
- {
- struct LIBODB_PGSQL_EXPORT prepared_query_impl: odb::prepared_query_impl
- {
- virtual
- ~prepared_query_impl ();
-
- prepared_query_impl (odb::connection& c): odb::prepared_query_impl (c) {}
-
- pgsql::query_base query;
- };
- }
-}
-
-#include <odb/post.hxx>
-
-#endif // ODB_PGSQL_PREPARED_QUERY_HXX