Documentation ¶
Index ¶
- type Base
- func (b *Base) BuildCondition(condition map[string]string) (string, []interface{})
- func (b *Base) BuildQuerySQL(condition map[string]string, other map[string]string) (string, []interface{})
- func (b *Base) FetchResult(rows *sql.Rows) []map[string]interface{}
- func (b *Base) FetchRow(fields string, condition map[string]string) map[string]interface{}
- func (b *Base) SetTablename(tablename string)
- type Jiafu
- type Open
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
func (*Base) BuildCondition ¶
func (*Base) BuildQuerySQL ¶
func (*Base) SetTablename ¶
Click to show internal directories.
Click to hide internal directories.