summaryrefslogtreecommitdiff
path: root/odb/relational/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/context.hxx')
-rw-r--r--odb/relational/context.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/relational/context.hxx b/odb/relational/context.hxx
index ba633d7..3658f29 100644
--- a/odb/relational/context.hxx
+++ b/odb/relational/context.hxx
@@ -132,6 +132,8 @@ namespace relational
data (std::ostream& os): root_context::data (os) {}
bool generate_grow_;
+ bool use_as_;
+
string bind_vector_;
string truncated_vector_;
};
@@ -139,6 +141,8 @@ namespace relational
public:
bool generate_grow;
+ bool use_as;
+
string const& bind_vector;
string const& truncated_vector;
};