Documentation
¶
Index ¶
- func SqlRows2StructList(rows *sql.Rows, out interface{}, tagName string) (list []interface{}, err error)
- type Row
- func (r Row) Bool(key string) bool
- func (r Row) Convert(out interface{}) (err error)
- func (r Row) ConvertByTag(out interface{}, tagName string) (err error)
- func (r Row) Exists(key string) bool
- func (r Row) Float32(key string) float32
- func (r Row) Float64(key string) float64
- func (r Row) Int(key string) int
- func (r Row) Int16(key string) int16
- func (r Row) Int32(key string) int32
- func (r Row) Int64(key string) int64
- func (r Row) Int8(key string) int8
- func (r Row) String(key string) string
- func (r Row) Uint(key string) uint
- func (r Row) Uint16(key string) uint16
- func (r Row) Uint32(key string) uint32
- func (r Row) Uint64(key string) uint64
- func (r Row) Uint8(key string) uint8
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Row ¶
func (Row) ConvertByTag ¶
Click to show internal directories.
Click to hide internal directories.