Documentation
¶
Index ¶
- type Column
- type DeleteQuery
- type Exists
- type FullText
- type FullTextOptions
- type GroupBy
- type Having
- type InsertQuery
- type Join
- type JoinClause
- type Joins
- type JsonContains
- type JsonLength
- type Limit
- type Lock
- type Offset
- type On
- type Order
- type Orders
- type Query
- type SelectQuery
- type Table
- type Union
- type UpdateQuery
- type Upsert
- type Where
- type WhereBetween
- type WhereGroup
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteQuery ¶
type FullTextOptions ¶
type InsertQuery ¶
type JoinClause ¶
type JsonContains ¶
type JsonContains struct {
Values []interface{}
}
type JsonLength ¶
type JsonLength struct {
Operator string
Value interface{}
}
type SelectQuery ¶
type UpdateQuery ¶
type Where ¶
type Where struct {
Column string
Condition string
Value []interface{}
ValueColumn string
ValueMap map[string]any
Operator int
Query *Query
Between *WhereBetween
Exists *Exists
FullText *FullText
JsonContains *JsonContains
JsonLength *JsonLength
Raw string
Function string
}
type WhereBetween ¶
Click to show internal directories.
Click to hide internal directories.