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
|
||||
}
|
||||
|
||||
// Name where clause name
|
||||
func (orderBy OrderBy) Name() string {
|
||||
return "ORDER BY"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user