Documentation ¶
Index ¶
- type Helper
- func (h Helper) CreateWithID(tx *sqlx.Tx, sql string, arg interface{}) (int64, error)
- func (h Helper) RetryableErr(err error) bool
- func (h Helper) SQL() db.SqlStmts
- func (h *Helper) Set(override db.SqlStmts)
- func (h Helper) Upgrade(db *db.DB, old, new int) error
- func (h Helper) WhereMultipleORs(column, prefix string, length int, equal bool) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Helper ¶
type Helper struct {
// contains filtered or unexported fields
}
func (Helper) CreateWithID ¶
func (Helper) RetryableErr ¶
Click to show internal directories.
Click to hide internal directories.