Documentation
¶
Index ¶
- type Query
- func (q *Query) Build() (stmt string, args []interface{})
- func (q *Query) Desc() *Query
- func (q *Query) Limit(offset int64, limit uint) *Query
- func (q *Query) Order(d string) *Query
- func (q *Query) Where(stmt string, v ...interface{}) *Query
- func (q *Query) WhereArgs() []interface{}
- func (q *Query) WhereStmt() []string
- func (q *Query) WithWhere(stmts []string, args []interface{}) *Query
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.