diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-29 01:59:25 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-29 06:00:07 +0000 |
commit | 721ea9d59c69522573526a5a876d299ffea11d25 (patch) | |
tree | 7fcf41d89b2637c35c1bb6e08cd9ee9b2bdff2c3 | |
parent | Support double quote strings (diff) | |
download | libdbpp-721ea9d59c69522573526a5a876d299ffea11d25.tar.bz2 libdbpp-721ea9d59c69522573526a5a876d299ffea11d25.tar.xz libdbpp-721ea9d59c69522573526a5a876d299ffea11d25.zip |
Remove rebind
-rw-r--r-- | libdbpp/column.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libdbpp/column.h b/libdbpp/column.h index 8c86c51..8a4e203 100644 --- a/libdbpp/column.h +++ b/libdbpp/column.h @@ -52,8 +52,6 @@ namespace DB { virtual bool isNull() const = 0; /// Apply a field handler (any sub-class of HandleField) virtual void apply(HandleField &) const = 0; - /// Rebind this field to another command (limited support). - virtual void rebind(Command *, unsigned int) const = 0; /// STL like string extractor. void operator>>(std::string &) const; |