Documentation ¶
Index ¶
- Variables
- type Wrapper
- func (self *Wrapper) Each(callback func(*Wrapper) bool) *Wrapper
- func (self *Wrapper) Execute(query string, args ...interface{}) *Wrapper
- func (self *Wrapper) One(data ...interface{}) *Wrapper
- func (self *Wrapper) Query(query string, args ...interface{}) *Wrapper
- func (self *Wrapper) Scan(dest ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDriverNotReady = errors.New("driver not ready")
Functions ¶
This section is empty.
Types ¶
type Wrapper ¶
type Wrapper struct { Err error // contains filtered or unexported fields }
func NewWrapper ¶
Click to show internal directories.
Click to hide internal directories.