Documentation ¶
Index ¶
- type Number
- type Where
- func AND(Where *Where) *Where
- func BETWEEN(field string, from, to any) *Where
- func EQ(field string, value any, ignore ...any) *Where
- func GT(field string, value any, ignore ...any) *Where
- func GTE(field string, value any, ignore ...any) *Where
- func IN(field string, values ...any) *Where
- func LIKE(field string, value string) *Where
- func LT(field string, value any, ignore ...any) *Where
- func LTE(field string, value any, ignore ...any) *Where
- func NEQ(field string, value any, ignore ...any) *Where
- func NOTBETWEEN(field string, from, to any) *Where
- func NOTIN(field string, values ...any) *Where
- func OR(Where *Where) *Where
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Where ¶
func NOTBETWEEN ¶
(field NOT BETWEEN from AND to)
Click to show internal directories.
Click to hide internal directories.