aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-08-30 06:05:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-08-30 06:05:32 +0200
commitb5ed13549a87dccb56f756d6fbc5f7bf537e9640 (patch)
treefbd04a8212da865758db44b6f41c2d4818eea359 /odb/pgsql/forward.hxx
parent0745f84e2d5c7133f6ee6608487089d69d7ad519 (diff)
Statement processing/optimization base work
Diffstat (limited to 'odb/pgsql/forward.hxx')
-rw-r--r--odb/pgsql/forward.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/pgsql/forward.hxx b/odb/pgsql/forward.hxx
index 470462e..95c59bd 100644
--- a/odb/pgsql/forward.hxx
+++ b/odb/pgsql/forward.hxx
@@ -43,7 +43,8 @@ namespace odb
{
statement_select,
statement_insert,
- statement_update
+ statement_update,
+ statement_delete
};
class binding;