export OrderByClause type through alias

enables e.g. creating a collection of clauses beforehand and dynamically adding to it.
this resolves #48.
This commit is contained in:
Richard 2020-09-03 13:25:23 +02:00
parent fdde2ab9b4
commit 1c435f5c7f
7 changed files with 16 additions and 10 deletions

View file

@ -17,5 +17,8 @@ type ColumnAssigment = jet.ColumnAssigment
// PrintableStatement is a statement which sql query can be logged
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
// SetLogger sets automatic statement logging
var SetLogger = jet.SetLoggerFunc