Versions in this module Expand all Collapse all v0 v0.0.2 Apr 7, 2024 v0.0.1 Apr 5, 2024 v0.0.0 Apr 5, 2024 Changes in this version + const Between + const Eq + const EsFuzzy + const EsTerm + const Ge + const Gt + const In + const Le + const Like + const Lt + const Ne + const NotBetween + const NotIn + const NotLike + var OpSign = map[int]FieldSign + type FieldSign string + type IchubQueryField struct + Field string + OpType FieldSign + Values []interface{} + func NewFields(field string, opType int, opValues []interface{}) *IchubQueryField + func NewQueryFields() *IchubQueryField + func (this *IchubQueryField) CheckType() string + func (this *IchubQueryField) SetField(field string) + func (this *IchubQueryField) Values2InStr() string + type OrderByDto struct + Field string + Sort string + func NewOrderByDto() *OrderByDto + func OrderBy(field, sort string) *OrderByDto + func (this *OrderByDto) SetField(field string) + func (this *OrderByDto) SetSort(sort string) + func (this *OrderByDto) ToOrderBy() string