Documentation
¶
Index ¶
- type OrClauses
- type Query
- func (q *Query) AddWhereClause(clause string, args ...interface{}) *Query
- func (q *Query) Build() (string, []interface{})
- func (q *Query) SetGroupBy(groupByField string) *Query
- func (q *Query) SetLimit(limit int64) *Query
- func (q *Query) SetOffset(offset int64) *Query
- func (q *Query) SetOrderBy(orderByField string, ascending bool) *Query
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Query ¶
type Query struct {
// contains filtered or unexported fields
}
func (*Query) AddWhereClause ¶
func (*Query) SetGroupBy ¶ added in v1.4.4
Click to show internal directories.
Click to hide internal directories.