summaryrefslogtreecommitdiff
path: root/odb/mysql/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-11-25 11:19:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-11-25 11:19:03 +0200
commit1f3fcd13efb06a49bc7363fb58dd1f8d41a069ee (patch)
tree1aa8fa2e453bc0984750faabab7c90b6a3d41fa1 /odb/mysql/common.hxx
parente7892161b62d0f7f2ccf984d163a91025a3ddf78 (diff)
Add support for object pointers in query
Diffstat (limited to 'odb/mysql/common.hxx')
-rw-r--r--odb/mysql/common.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/odb/mysql/common.hxx b/odb/mysql/common.hxx
index 3044aa9..4e9d427 100644
--- a/odb/mysql/common.hxx
+++ b/odb/mysql/common.hxx
@@ -250,15 +250,17 @@ namespace mysql
query_columns (context&, semantics::class_&);
virtual void
- composite (semantics::data_member&, semantics::type&);
+ composite (semantics::data_member&, semantics::class_&);
virtual bool
column (semantics::data_member&, string const&, bool);
private:
+ bool ptr_;
+ bool decl_;
+
string scope_;
string table_;
- bool decl_;
member_image_type member_image_type_;
member_database_type member_database_type_;