Documentation ¶
Index ¶
- type Dao
- type Page
- type SqlQuery
- func (sq *SqlQuery) AND() *SqlQuery
- func (sq *SqlQuery) CONCAT() *SqlQuery
- func (sq *SqlQuery) Concat(concat string) *SqlQuery
- func (sq *SqlQuery) EQ() *SqlQuery
- func (sq *SqlQuery) Exec() *SqlQuery
- func (sq *SqlQuery) IN() *SqlQuery
- func (sq *SqlQuery) IsExec() bool
- func (sq *SqlQuery) IsValid() bool
- func (sq *SqlQuery) OR() *SqlQuery
- func (sq *SqlQuery) Quot(key string) *SqlQuery
- func (sq *SqlQuery) To() string
- func (sq *SqlQuery) Value(v interface{}) *SqlQuery
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dao ¶
type Dao struct { Sql db.SqlDatabase Redis redis.Client }
Click to show internal directories.
Click to hide internal directories.