export GroupByClause type through alias
This commit is contained in:
parent
f0bf2c36b3
commit
c47d79ffd7
4 changed files with 12 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue