summaryrefslogtreecommitdiff
path: root/odb/relational/pgsql/header.cxx
diff options
context:
space:
mode:
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_;