From fef380f6c9a5fb9904d551478fe180a9c5d24b37 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Oct 2012 17:24:44 +0200 Subject: Completion of prepared query support --- odb/pgsql/query.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odb/pgsql/query.hxx') diff --git a/odb/pgsql/query.hxx b/odb/pgsql/query.hxx index 0c5e8f4..2a1c6b8 100644 --- a/odb/pgsql/query.hxx +++ b/odb/pgsql/query.hxx @@ -175,6 +175,11 @@ namespace odb const char* clause_prefix () const; + // Initialize the by-reference parameters from bound variables. + // + void + init_parameters () const; + native_binding& parameters_binding () const; -- cgit v1.1