Documentation
¶
Index ¶
Constants ¶
View Source
const ( MetaMapper = "sqlmap.Mapper" MetaSelect = "sqlmap.Select" MetaInsert = "sqlmap.Insert" MetaUpdate = "sqlmap.Update" MetaDelete = "sqlmap.Delete" MetaNone = "sqlmap.None" )
Variables ¶
View Source
var (
MetaNames = []string{MetaMapper, MetaSelect, MetaInsert, MetaUpdate, MetaDelete, MetaNone}
)
View Source
var TmplSQL string
Functions ¶
func DefaultPkgGenFactory ¶
func DefaultPkgGenFactory(defaultEngine engine.Engine) meta.PkgGenFactory
func NewFunctions ¶
func NewFunctions(gen *meta.TmplPkgGen, defaultEngine engine.Engine) *functions
Types ¶
Click to show internal directories.
Click to hide internal directories.