package sql /* type Where struct { } func (w *Where) And() { } func (w *Where) Or() { } func (w *Where) String() string { } */