Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operator ¶
type Operator string
const ( Equal Operator = "eq" NotEqual Operator = "ne" GreaterThan Operator = "gt" GreaterThanOrEqual Operator = "ge" LessThan Operator = "lt" LessThanOrEqual Operator = "le" In Operator = "in" NotIn Operator = "notIn" IsNull Operator = "isNull" IsNotNull Operator = "isNotNull" Contains Operator = "contains" StartsWith Operator = "startswith" EndsWith Operator = "endswith" )
type Relation ¶
type Relation struct {
// contains filtered or unexported fields
}
func NewRelation ¶
type Where ¶
func NewWhereFrom ¶
NewWhereFrom parses an Expression filter string into a slice of expression structs
func NewWhereWithTable ¶
Click to show internal directories.
Click to hide internal directories.