summaryrefslogtreecommitdiff
path: root/odb/relational/pgsql/header.cxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-04 09:56:14 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-05 14:43:38 +0200
commitd411d1ce304500b0204e0403b412271099fd5a7f (patch)
treef7a00762b68258ecc4239345d5582d30c32bb4b5 /odb/relational/pgsql/header.cxx
parent2fa77da0e9f4fbb6cb8948108f2f5e510b2c5206 (diff)
Generate PostgreSQL query statement name
Diffstat (limited to 'odb/relational/pgsql/header.cxx')
-rw-r--r--odb/relational/pgsql/header.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/relational/pgsql/header.cxx b/odb/relational/pgsql/header.cxx
index 10c910b..85b9030 100644
--- a/odb/relational/pgsql/header.cxx
+++ b/odb/relational/pgsql/header.cxx
@@ -41,6 +41,11 @@ namespace relational
<< "static const unsigned int update_statement_types[];"
<< "static const unsigned int erase_statement_types[];"
<< endl;
+
+ // Query statement name.
+ //
+ os << "static const char* const query_statement_name;"
+ << endl;
}
};
entry<class_> class_entry_;