クエリの自動生成
● 複数の演算子
○ 時間に関する演算子 (固定日時 / 変動日時)
○ 複数の値が入りうる演算子
○ 数値?日時?文字列?
● 複数の結合条件
○ AND/OR/NOT
● これらの条件をどうDBに保存する?
どうオブジェクト指向として表現する?
演算子の例
equal (=)
greater than (>)
less than (<)
greater than or equal to (>=)
less than or equal to (<=)
not equal to (!=)
between
is multiple
is not multiple
in the past of days
in the past of months
in between the past of days
in between the past of manth