From 721ea9d59c69522573526a5a876d299ffea11d25 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 29 Dec 2015 01:59:25 +0000 Subject: Remove rebind --- libdbpp/column.h | 2 -- 1 file changed, 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; -- cgit v1.2.3