aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/source.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-06-13 18:25:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-06-13 18:25:00 +0200
commit617407a3353e5bfce0dc9144776015899d7a4e65 (patch)
tree51e550501e657664832acc1d203c27535805c155 /odb/relational/source.hxx
parent70163be20183541e6fc26898d86b15b929d8b800 (diff)
Add support for native views that call stored procedures
Diffstat (limited to 'odb/relational/source.hxx')
-rw-r--r--odb/relational/source.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx
index f8987a8..d27110e 100644
--- a/odb/relational/source.hxx
+++ b/odb/relational/source.hxx
@@ -3874,7 +3874,8 @@ namespace relational
semantics::scope& start_scope,
location_t loc,
string const& prag,
- bool* placeholder = 0);
+ bool* placeholder = 0,
+ bool predicate = true);
//
// composite
//