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:
parent
fdde2ab9b4
commit
1c435f5c7f
7 changed files with 16 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue