Documentation ¶
Index ¶
- func IsNotFound(err error) bool
- type Cond
- func (ths Cond) And(key string, value interface{}) *Cond
- func (ths Cond) Build() string
- func (ths Cond) Eq(key string, value interface{}) *Cond
- func (ths Cond) Ge(key string, value interface{}) *Cond
- func (ths Cond) Gt(key string, value interface{}) *Cond
- func (ths Cond) Le(key string, value interface{}) *Cond
- func (ths Cond) Like(key string, value interface{}) *Cond
- func (ths Cond) Lt(key string, value interface{}) *Cond
- func (ths Cond) Or(key string, value interface{}) *Cond
- func (ths Cond) Where(wh string, args ...interface{}) *Cond
- type QueryID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.