Oracle ODB Runtime Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
prepared-query.hxx
Go to the documentation of this file.
1 // file : odb/oracle/prepared-query.hxx
2 // copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
3 // license : ODB NCUEL; see accompanying LICENSE file
4 
5 #ifndef ODB_ORACLE_PREPARED_QUERY_HXX
6 #define ODB_ORACLE_PREPARED_QUERY_HXX
7 
8 #include <odb/pre.hxx>
9 
10 #include <odb/prepared-query.hxx>
11 
12 #include <odb/oracle/version.hxx>
13 #include <odb/oracle/query.hxx>
14 
15 #include <odb/oracle/details/export.hxx>
16 
17 namespace odb
18 {
19  namespace oracle
20  {
21  struct LIBODB_ORACLE_EXPORT prepared_query_impl: odb::prepared_query_impl
22  {
23  virtual
25 
27 
29  };
30  }
31 }
32 
33 #include <odb/post.hxx>
34 
35 #endif // ODB_ORACLE_PREPARED_QUERY_HXX
Definition: prepared-query.hxx:21
Definition: query.hxx:165
oracle::query_base query
Definition: prepared-query.hxx:28
prepared_query_impl(odb::connection &c)
Definition: prepared-query.hxx:26