Versions in this module Expand all Collapse all v1 v1.0.1 Jun 3, 2013 Changes in this version + func DeregisterLocalFile(filepath string) + func DeregisterReaderHandler(name string) + func RegisterLocalFile(filepath string) + func RegisterReaderHandler(name string, handler func() io.Reader) + type MySQLError struct + Message string + Number uint16 + func (me *MySQLError) Error() string + type MySQLWarnings []mysqlWarning + func (mws MySQLWarnings) Error() string + type NullTime struct + Time time.Time + Valid bool + func (nt *NullTime) Scan(value interface{}) (err error) + func (nt NullTime) Value() (driver.Value, error)