Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLHandler ¶
SQLHandler ...
func (*SQLHandler) Prepare ¶
func (s *SQLHandler) Prepare(query string) (*sql.Stmt, error)
Prepare ...
func (*SQLHandler) Select ¶
func (s *SQLHandler) Select(dest interface{}, query string, args ...interface{}) error
Select ...
Click to show internal directories.
Click to hide internal directories.