Documentation
¶
Index ¶
- func Asc(field string) string
- func Desc(field string) string
- func Eq(field, value any) (string, any)
- func Ge(field, value any) (string, any)
- func Gt(field, value any) (string, any)
- func In(field string, list any) (string, any)
- func IsNotNull(field string) string
- func IsNull(field string) string
- func Le(field, value any) (string, any)
- func LeftLike(field, value string) (string, string)
- func Like(field, value string) (string, string)
- func Lt(field, value any) (string, any)
- func Ne(field, value any) (string, any)
- func NotIn(field string, list any) (string, any)
- func RightLike(field, value string) (string, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.