Select lock and table lock improvements.
This commit is contained in:
parent
a4feb66692
commit
8a2c34fbd7
19 changed files with 363 additions and 762 deletions
10
sqlbuilder/row_type.go
Normal file
10
sqlbuilder/row_type.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package sqlbuilder
|
||||
|
||||
type rowsType interface {
|
||||
clause
|
||||
hasRows()
|
||||
}
|
||||
|
||||
type isRowsType struct{}
|
||||
|
||||
func (i *isRowsType) hasRows() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue