summaryrefslogtreecommitdiff
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:27:21 +0200
commit0efbd383bf4b9d6c1a884ff0249412567b329fce (patch)
tree3750dab9a638aedea8fb6e592a2009a21fd07ef8 /odb/relational/source.hxx
parent9c822ec823fb8a11745f09b5e45e43b405432ae0 (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 0b50788..37328c8 100644
--- a/odb/relational/source.hxx
+++ b/odb/relational/source.hxx
@@ -3873,7 +3873,8 @@ namespace relational
semantics::scope& start_scope,
location_t loc,
string const& prag,
- bool* placeholder = 0);
+ bool* placeholder = 0,
+ bool predicate = true);
//
// composite
//