susumu.yata
null+****@clear*****
Fri May 30 16:33:07 JST 2014
susumu.yata 2014-05-30 16:33:07 +0900 (Fri, 30 May 2014) New Revision: 89c50b916629d228c7f154d59e4dd37a870e80b7 https://github.com/groonga/grnxx/commit/89c50b916629d228c7f154d59e4dd37a870e80b7 Message: Add linked_table() that returns the destination table of a reference column. Modified files: new-interface/column.hpp Modified: new-interface/column.hpp (+2 -0) =================================================================== --- new-interface/column.hpp 2014-05-28 15:58:55 +0900 (8307cfc) +++ new-interface/column.hpp 2014-05-30 16:33:07 +0900 (56249c2) @@ -17,6 +17,8 @@ class Column { virtual IndexID min_index_id() const = 0; // 索引 ID の最大値を取得する. virtual IndexID max_index_id() const = 0; + // 参照先テーブルを取得する. + virtual Table *linked_table() const = 0; // キーカラムかどうかを取得する. virtual bool is_key() const = 0; -------------- next part -------------- HTML����������������������������... ダウンロード