8 lines
157 B
Go
8 lines
157 B
Go
package mysql
|
|
|
|
import "github.com/go-jet/jet/internal/jet"
|
|
|
|
type Statement jet.Statement
|
|
type Projection jet.Projection
|
|
|
|
var NewEnumValue = jet.NewEnumValue
|