Documentation ¶
Index ¶
- type Where
- func AND(where *Where) *Where
- func BETWEEN(column string, from, to any) *Where
- func EQ(column string, value any, ignore ...any) *Where
- func FUZZ(column string, value string, escape ...bool) *Where
- func GT(column string, value any, ignore ...any) *Where
- func GTE(column string, value any, ignore ...any) *Where
- func IN(column string, values ...any) *Where
- func LIKE(column string, value string, escape ...bool) *Where
- func LT(column string, value any, ignore ...any) *Where
- func LTE(column string, value any, ignore ...any) *Where
- func NBETWEEN(column string, from, to any) *Where
- func NEQ(column string, value any, ignore ...any) *Where
- func NIN(column 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 ¶
Click to show internal directories.
Click to hide internal directories.