export GroupByClause type through alias

This commit is contained in:
mlaflamm 2021-07-29 09:51:55 -04:00
parent f0bf2c36b3
commit c47d79ffd7
4 changed files with 12 additions and 5 deletions

View file

@ -20,5 +20,8 @@ type PrintableStatement = jet.PrintableStatement
// OrderByClause is the combination of an expression and the wanted ordering to use as input for ORDER BY.
type OrderByClause = jet.OrderByClause
// GroupByClause interface to use as input for GROUP_BY
type GroupByClause = jet.GroupByClause
// SetLogger sets automatic statement logging
var SetLogger = jet.SetLoggerFunc