jet/mysql/types.go

9 lines
157 B
Go
Raw Normal View History

2019-08-15 13:54:05 +02:00
package mysql
import "github.com/go-jet/jet/internal/jet"
type Statement jet.Statement
type Projection jet.Projection
var NewEnumValue = jet.NewEnumValue