Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoRows = fmt.Errorf("no rows")
Functions ¶
func ScanIntoRows ¶
func VisitRows ¶
func VisitRows(scanner RowScanner, visitor VisitorFunc) error
Types ¶
type MarkRestorer ¶
type MarkRestorer interface { Mark() Restore() }
type RowScanner ¶
type RowScannerFunc ¶
type TIDScanner ¶
type TIDScannerFunc ¶
func (TIDScannerFunc) Scan ¶
func (f TIDScannerFunc) Scan() (int64, error)
Click to show internal directories.
Click to hide internal directories.