Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handle ¶
type QueryResult ¶
type QueryResult interface {
RowScanner
Next() bool
Err() error
io.Closer
}
type ReadWriter ¶
type RowScanner ¶
type Transaction ¶
type Transaction interface {
ReadWriter
Transactional
TxHandle() *sql.Tx
}
type Transactional ¶
Click to show internal directories.
Click to hide internal directories.