Documentation ¶
Index ¶
- func CastInt64ToChar(db *gorm.DB, column string, operator, val string) *gorm.DB
- func Order(conn *gorm.DB, orderBy *pagex.OrderBy, orderKeys map[string]string) *gorm.DB
- func WhereInt64(db *gorm.DB, whereStr string, val int64) *gorm.DB
- func WhereInt64s(db *gorm.DB, whereStr string, val []int64) *gorm.DB
- func WhereOptionalBool(db *gorm.DB, whereStr string, b *bool) *gorm.DB
- func WhereOptionalInt64(db *gorm.DB, whereStr string, val *int64) *gorm.DB
- func WhereString(db *gorm.DB, whereStr string, fuzz string) *gorm.DB
- func WhereUint64(db *gorm.DB, whereStr string, val uint64) *gorm.DB
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CastInt64ToChar ¶ added in v1.3.0
func WhereInt64s ¶ added in v1.3.0
func WhereOptionalBool ¶ added in v1.3.0
func WhereOptionalInt64 ¶ added in v1.3.0
func WhereString ¶ added in v1.3.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.