add comment for Name method in OrderBy struct
This commit is contained in:
parent
4817f2c3d3
commit
06bcac70aa
@ -17,6 +17,7 @@ type OrderBy struct {
|
|||||||
Exprs []Expression
|
Exprs []Expression
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Name where clause name
|
||||||
func (orderBy OrderBy) Name() string {
|
func (orderBy OrderBy) Name() string {
|
||||||
return "ORDER BY"
|
return "ORDER BY"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user