core/db/sql/where.go

16 lines
131 B
Go

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