Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadRows ¶
ReadRows extracts all the data from a single SQL result set into a slice of the specified type. This function attempts to map each column in the result set to an associated field on the item, based on the value of an "sql" tag, a "json" tag or the field name in that order. The mapping is case-insensitive. If any column can't be mapped then an error will be returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.