# Packages
No description provided by the author
# Functions
Call lets you provide a callback visit function that is called for each row.
Return names of fields of struct instance v, recursing into embedded structs (but not named struct members).
Return pointers to fields of struct instance v, recursing into embedded structs (but not named struct members).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LogrusMSSQLLogger returns a basic RowsLogger suitable for the combination of MS SQL and logrus.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Next reads the next result set from `rs`, passing each row to `scanner`; taking care of checking errors and advancing result sets.
No description provided by the author
NextResult reads the next result set from `rs`, into the type/scanner provided in the `typ` argument.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SingleInto set up reading a single row into `target`.
SingleOf declares that you want to enforce that the resultset only has a single row, and scan that single row into a value of type T that is returned.
No description provided by the author
No description provided by the author
SliceInto declares that you want to scan the result into a slice of type T at the given `target`.
SliceOf declares that you want to scan the result into a slice of type T.
No description provided by the author
WithLogger will return the context with a logger registered for use with querysql; during queries, querysql will use Logger() to extract the logger from the context.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
ResultSets is a tiny wrapper around sql.Rows to help managing whether to call NextResultSet or not.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
RowsGoDispatcher takes a sql.Rows and calls a Go function.
RowsLogger takes a sql.Rows and logs it.