Types rename.

This commit is contained in:
go-jet 2019-07-08 10:48:03 +02:00
parent db43f471ec
commit 18bbf1b5fb
32 changed files with 98 additions and 97 deletions

View file

@ -1,7 +1,7 @@
package jet
type groupByClause interface {
serializeForGroupBy(statement statementType, out *queryData) error
serializeForGroupBy(statement statementType, out *sqlBuilder) error
}
// TODO: GROUPING SETS, CUBE, and ROLLUP