summaryrefslogtreecommitdiff
path: root/odb/oracle/query-dynamic.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-02-01 15:47:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-02-01 15:47:37 +0300
commit62e234c114d2b6ead93a1d39593c66b648c3d0a6 (patch)
treece6740b4508eb29400490b20efc8e100e38a7b7f /odb/oracle/query-dynamic.hxx
parent9072842a023c4b65ecb141292c4b63417fee1b98 (diff)
Turn libodb-oracle repository into package for muti-package repositorylibodb-oracle
Diffstat (limited to 'odb/oracle/query-dynamic.hxx')
-rw-r--r--odb/oracle/query-dynamic.hxx32
1 files changed, 0 insertions, 32 deletions
diff --git a/odb/oracle/query-dynamic.hxx b/odb/oracle/query-dynamic.hxx
deleted file mode 100644
index eceac44..0000000
--- a/odb/oracle/query-dynamic.hxx
+++ /dev/null
@@ -1,32 +0,0 @@
-// file : odb/oracle/query-dynamic.hxx
-// license : ODB NCUEL; see accompanying LICENSE file
-
-#ifndef ODB_ORACLE_QUERY_DYNAMIC_HXX
-#define ODB_ORACLE_QUERY_DYNAMIC_HXX
-
-#include <odb/pre.hxx>
-
-#include <odb/query.hxx>
-#include <odb/query-dynamic.hxx>
-
-#include <odb/oracle/query.hxx>
-
-namespace odb
-{
- namespace oracle
- {
- typedef details::shared_ptr<query_param> (*query_param_factory) (
- const void* val, const query_column_base&, bool by_ref);
-
- template <typename T, database_type_id ID>
- details::shared_ptr<query_param>
- query_param_factory_impl (const void*, const query_column_base&, bool);
- }
-}
-
-#include <odb/oracle/query-dynamic.ixx>
-#include <odb/oracle/query-dynamic.txx>
-
-#include <odb/post.hxx>
-
-#endif // ODB_ORACLE_QUERY_DYNAMIC_HXX