Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoRows is the driver-agnostic error returned when no record is found ErrNoRows = errors.New("sql: no rows in result set") // ErrManyRows is the driver-agnostic error returned when more than one record is found // while only one was expected ErrManyRows = errors.New("sql: more than one row in result set") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.