Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrStatementClosed = errors.New("statement is closed") ErrExecUnsupported = errors.New("exec is unsupported - use ExecContext") ErrQueryUnsupported = errors.New("query is unsupported - use QueryContext") )
View Source
var ErrConnectionClosed = errors.New("connection closed")
View Source
var ErrRowsClosed = errors.New("rows closed")
View Source
var ErrTransactionsUnsupported = errors.New("transactions are not supported")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.