Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Definition ¶
type Definition struct {
Name string
Mapper MapperType
IsTx bool
}
type DynamicQuery ¶
type MapperType ¶
type MapperType int8
const ( MapperDefault MapperType = iota MapperBasicType MapperSingle MapperArray )
type Statement ¶
type Statement struct {
Definition *Definition
Query *DynamicQuery
Comment string
}
Click to show internal directories.
Click to hide internal directories.