Documentation
¶
Index ¶
Constants ¶
View Source
const ( SqlModeNormal sqlmode = iota SqlModeBatch )
SqlMode is an identifier that determines in what way the template is replaced before the SQL is executed.
Variables ¶
View Source
var ErrTooManyResults = errors.New("expected one result (or nil), but found multiple")
ErrTooManyResults triggered when sql result rows more than one and no more variable to scan
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.