Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IterateQuery ¶
Types ¶
type IterateOpt ¶
type IterateOpt struct { ExtraSQL string Args []interface{} }
func NewIterateOpt ¶
func NewIterateOpt(q string, args ...interface{}) *IterateOpt
type QueryResult ¶
type QueryResult struct { Columns []string Rows [][]interface{} }
func QueryGeneric ¶
func QueryGeneric(con Con, q string, args ...interface{}) (*QueryResult, error)
Click to show internal directories.
Click to hide internal directories.