Bool expression refactoring.
This commit is contained in:
parent
5a7563d4af
commit
38007810c1
15 changed files with 818 additions and 583 deletions
7
sqlbuilder/clause.go
Normal file
7
sqlbuilder/clause.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package sqlbuilder
|
||||
|
||||
import "bytes"
|
||||
|
||||
type Clause interface {
|
||||
SerializeSql(out *bytes.Buffer) error
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue