aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/mysql/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-02 11:43:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-02 11:43:37 +0200
commit1d438c0c211d21e33f3eec833a307416000b32a2 (patch)
tree38789fbe5e0dcae6f61d6f7c41d55459ec6e35e7 /odb/relational/mysql/common.hxx
parentc9531e4140c08dcb45f05698c5ff6d201f319e8f (diff)
C++ type mapping support for container elementsas
Diffstat (limited to 'odb/relational/mysql/common.hxx')
-rw-r--r--odb/relational/mysql/common.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/odb/relational/mysql/common.hxx b/odb/relational/mysql/common.hxx
index cf159c1..38ee0b1 100644
--- a/odb/relational/mysql/common.hxx
+++ b/odb/relational/mysql/common.hxx
@@ -85,7 +85,9 @@ namespace relational
member_base
{
member_image_type (base const&);
- member_image_type (semantics::type* type = 0,
+ member_image_type ();
+ member_image_type (semantics::type* type,
+ const custom_cxx_type*,
string const& fq_type = string (),
string const& key_prefix = string ());
virtual string
@@ -126,8 +128,9 @@ namespace relational
member_base
{
member_database_type_id (base const&);
-
- member_database_type_id (semantics::type* type = 0,
+ member_database_type_id ();
+ member_database_type_id (semantics::type* type,
+ const custom_cxx_type*,
string const& fq_type = string (),
string const& key_prefix = string ());