Versions in this module Expand all Collapse all v1 v1.12.3 Jun 6, 2021 Changes in this version + const KeyForUpdate + const KeyForceIndex + const KeyIgnoreIndex + const KeyLimit + const KeyOffset + const KeyOrderBy + const KeyRelDepth + const KeyUseIndex + type Hint struct + func DefaultRelDepth() *Hint + func ForUpdate() *Hint + func ForceIndex(indexes ...string) *Hint + func IgnoreIndex(indexes ...string) *Hint + func Limit(d int64) *Hint + func NewHint(key interface{}, value interface{}) *Hint + func Offset(d int64) *Hint + func OrderBy(s string) *Hint + func RelDepth(d int) *Hint + func UseIndex(indexes ...string) *Hint + func (s *Hint) GetKey() interface{} + func (s *Hint) GetValue() interface{} Other modules containing this package github.com/cyannuk/beego_orm/v2