aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/statement.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-05 14:12:09 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-05 14:12:09 +0200
commit9134d603584241135be03ce2e9f2f66a46c44fc6 (patch)
tree1fa4fce57c129ab891b1b17f8c12094070d86bb3 /odb/pgsql/statement.hxx
parent0f04eb5bc2069a63c86489258da06f007d8ac3c7 (diff)
Aesthetic changes
Diffstat (limited to 'odb/pgsql/statement.hxx')
-rw-r--r--odb/pgsql/statement.hxx7
1 files changed, 1 insertions, 6 deletions
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 ();