Documentation ¶
Index ¶
- type Dao
- func (this *Dao) Add(row map[string]interface{}) int64
- func (this *Dao) AddList(rowList []map[string]interface{}) int64
- func (this *Dao) Count() int64
- func (this *Dao) Debug(debug bool) *Dao
- func (this *Dao) Del() int64
- func (this *Dao) Exists() bool
- func (this *Dao) Field(field string) *Dao
- func (this *Dao) Get() map[string]string
- func (this *Dao) GetList() []map[string]string
- func (this *Dao) Index(index string) *Dao
- func (this *Dao) Limit(limit int) *Dao
- func (this *Dao) Offset(offset int) *Dao
- func (this *Dao) Order(order string) *Dao
- func (this *Dao) Parameter(parameter []interface{}) *Dao
- func (this *Dao) Set(row map[string]interface{}) int64
- func (this *Dao) Sql(statement string) interface{}
- func (this *Dao) Table(table string) *Dao
- func (this *Dao) Tx(tx *sql.Tx) *Dao
- func (this *Dao) Where(where string) *Dao
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.