Documentation ¶
Index ¶
- type QB
- func (qb *QB) Begin(baseQuery string, tagKey string) error
- func (qb *QB) ColumnsListFromStruct(structIn interface{}, typeTagKey string) error
- func (qb *QB) SelectListFromStruct(structIn interface{}, selectEmpty bool) error
- func (qb *QB) SetWhereFromStruct(structIn interface{}, whereStruct interface{}, setEmpty bool) error
- func (qb *QB) ValuesFromStruct(structIn interface{}) error
- func (qb *QB) WhereAndFromStruct(structIn interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QB ¶
type QB struct { Query string QueryX string Args []interface{} ArgsX map[string]interface{} // contains filtered or unexported fields }
func (*QB) ColumnsListFromStruct ¶
func (*QB) SelectListFromStruct ¶
func (*QB) SetWhereFromStruct ¶
func (*QB) ValuesFromStruct ¶
func (*QB) WhereAndFromStruct ¶
Click to show internal directories.
Click to hide internal directories.