From 9134d603584241135be03ce2e9f2f66a46c44fc6 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 5 Jul 2011 14:12:09 +0200 Subject: Aesthetic changes --- odb/pgsql/statement.hxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'odb/pgsql/statement.hxx') diff --git a/odb/pgsql/statement.hxx b/odb/pgsql/statement.hxx index 09779b4..e248b07 100644 --- a/odb/pgsql/statement.hxx +++ b/odb/pgsql/statement.hxx @@ -39,8 +39,7 @@ namespace odb // Adapt an ODB binding to a native PostgreSQL parameter binding. // static void - bind_param (native_binding&, - const binding&); + bind_param (native_binding&, const binding&); // Populate an ODB binding given a PostgreSQL result. If the truncated // argument is true, then only truncated columns are extracted. Return @@ -141,10 +140,6 @@ namespace odb // splits fetch() into next() and load(). // public: - // Return false if there is no more rows. You should call next() - // until it returns false or, alternatively, call free_result (). - // Otherwise the statement will remain unfinished. - // bool next (); -- cgit v1.1