Documentation ¶
Index ¶
- func AddValueCount(query string, iMax int) string
- func GetRowFunc(rows *sqlx.Rows, err error, fnc func(r *sqlx.Rows) error) *godd.Error
- func GetRowOne(rows *sqlx.Rows, err error, template interface{}) (interface{}, *godd.Error)
- func IsRollback(tx *sqlx.Tx, isRollback bool) bool
- func IsRollbackByError(tx *sqlx.Tx, goddErr *godd.Error) bool
- func QueryFunc(tx *sqlx.Tx, query string, argList []interface{}, fnc func(r *sqlx.Rows) error) *godd.Error
- func QueryOne(tx *sqlx.Tx, query string, argList []interface{}, responseStuct interface{}) (interface{}, *godd.Error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddValueCount ¶
func GetRowFunc ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.