core/db/sql/where.go

16 lines
131 B
Go
Raw Permalink Normal View History

2024-01-01 16:55:54 +00:00
package sql
/*
type Where struct {
}
func (w *Where) And() {
}
func (w *Where) Or() {
}
func (w *Where) String() string {
}
*/