Documentation ¶
Index ¶
- func Between[FieldType any, Selector any](field *FieldType, start, end Selector) (string, Selector, Selector)
- func Eq[FieldType any, Selector any](field *FieldType, query Selector) (string, Selector)
- func Field[T any](fieldPointer *T) string
- func Ge[FieldType any, Selector any](field *FieldType, query Selector) (string, Selector)
- func Gt[FieldType any, Selector any](field *FieldType, query Selector) (string, Selector)
- func In[FieldType any, Selector any](field *FieldType, query []Selector) (string, []Selector)
- func InitField(model Tabler)
- func IsNil[FieldType any](field *FieldType) string
- func Le[FieldType any, Selector any](field *FieldType, query Selector) (string, Selector)
- func LeftOn[LeftField any, RightField any](tabler Tabler, left *LeftField, right *RightField) string
- func Like[FieldType any](field *FieldType, str string) (string, string)
- func LikeLeft[FieldType any](field *FieldType, str string) (string, string)
- func LikeRight[FieldType any](field *FieldType, str string) (string, string)
- func Lt[FieldType any, Selector any](field *FieldType, query Selector) (string, Selector)
- func Ne[FieldType any, Selector any](field *FieldType, query Selector) (string, Selector)
- func On[LeftField any, RightField any](tabler Tabler, left *LeftField, right *RightField) string
- func RightOn[LeftField any, RightField any](tabler Tabler, left *LeftField, right *RightField) string
- type Tabler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.