Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterSet ¶
func NewFilterSet ¶
NewFilterSet returns new filters for expression: table_name(field == "val"),table02(field02 != "val2" AND field03 == 123)
type OpIsNull ¶
type OpIsNull struct {
// contains filtered or unexported fields
}
OpIsNull - IS NULL
type OpLike ¶
type OpLike struct {
// contains filtered or unexported fields
}
OpLike - "field LIKE '%ww_ww%'"
Click to show internal directories.
Click to hide internal directories.