Documentation
¶
Index ¶
- type And
- type BeginWith
- type Between
- type Condition
- type Contains
- type Empty
- type Equal
- type Gt
- type Gte
- type In
- type Int16In
- type Int32In
- type Int64In
- type Int8In
- type IntIn
- type Lt
- type Lte
- type Not
- type NotEmpty
- type NotEqual
- type NotIn
- type NotInt16In
- type NotInt32In
- type NotInt64In
- type NotInt8In
- type NotIntIn
- type NotNull
- type NotStringIn
- type NotUint16In
- type NotUint32In
- type NotUint64In
- type NotUint8In
- type NotUintIn
- type Null
- type Or
- type StringIn
- type Uint16In
- type Uint32In
- type Uint64In
- type Uint8In
- type UintIn
- type Values
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Between ¶
type Between struct { Field string `json:"field"` Start interface{} `json:"start"` End interface{} `json:"end"` }
type NotInt16In ¶ added in v1.2.27
func (NotInt16In) Build ¶ added in v1.2.27
func (ni16i NotInt16In) Build() (sql string, args []interface{})
type NotInt32In ¶ added in v1.2.27
func (NotInt32In) Build ¶ added in v1.2.27
func (ni32i NotInt32In) Build() (sql string, args []interface{})
type NotInt64In ¶ added in v1.2.27
func (NotInt64In) Build ¶ added in v1.2.27
func (ni64i NotInt64In) Build() (sql string, args []interface{})
type NotStringIn ¶ added in v1.2.27
func (NotStringIn) Build ¶ added in v1.2.27
func (nsi NotStringIn) Build() (sql string, args []interface{})
type NotUint16In ¶ added in v1.2.27
func (NotUint16In) Build ¶ added in v1.2.27
func (nu16i NotUint16In) Build() (sql string, args []interface{})
type NotUint32In ¶ added in v1.2.27
func (NotUint32In) Build ¶ added in v1.2.27
func (nu32i NotUint32In) Build() (sql string, args []interface{})
type NotUint64In ¶ added in v1.2.27
func (NotUint64In) Build ¶ added in v1.2.27
func (nu64i NotUint64In) Build() (sql string, args []interface{})
type NotUint8In ¶ added in v1.2.27
func (NotUint8In) Build ¶ added in v1.2.27
func (nu8i NotUint8In) Build() (sql string, args []interface{})
Click to show internal directories.
Click to hide internal directories.