summaryrefslogtreecommitdiff
path: root/odb/relational/mssql/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-08-15 11:40:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-08-15 11:40:39 +0200
commit396cad633b6f0559a39e5111827f9b1125c67506 (patch)
tree58a59204e5fe31bf1c66a8db71efa3dc81311290 /odb/relational/mssql/context.hxx
parent1634bc70227242f12d917e731508a536c890227e (diff)
Factor out check for SQL Server long data
Diffstat (limited to 'odb/relational/mssql/context.hxx')
-rw-r--r--odb/relational/mssql/context.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/relational/mssql/context.hxx b/odb/relational/mssql/context.hxx
index 00bb806..ea451dc 100644
--- a/odb/relational/mssql/context.hxx
+++ b/odb/relational/mssql/context.hxx
@@ -94,6 +94,11 @@ namespace relational
semantics::data_member&,
bool custom = true);
+ // Return true if this type is long data.
+ //
+ bool
+ long_data (sql_type const&);
+
public:
struct invalid_sql_type
{