package
0.0.0-20200413232442-a2dcc5655e0f
Repository: https://github.com/gnawnom/sqlinternals.git
Documentation: pkg.go.dev

# README

Sqlinternals: github.com/go-sql-driver/mysql support

Build Status

Provide a way to get column metadata for results.

This has to use unsafe, so it can't be used in some contexts.

Documentation lives at godoc.org.

License: MPL2.

# Functions

Columns retrieves a []Column for sql.Rows or sql.Row with type inspection abilities.
IsBinary reports whether the row value was retrieved using the binary protocol.

# Constants

requires no parameters or length (int > 0) in MySQL declaration.
requires length (int > 0) in MySQL declaration.
requires no parameters in MySQL declaration.
unknown type, no information about parameter requirements.
requires valid values as parameters in MySQL declaration.

# Interfaces

Column represents the column of a MySQL result.