Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ScanIter ¶
type ScanIter interface {
// New a ptr value for scanning
New() any
// Next for receive scanned value
Next(v any) error
}
func ScanIterFor ¶
type SingleScanIter ¶
type SingleScanIter struct {
// contains filtered or unexported fields
}
func (*SingleScanIter) MustHasRecord ¶
func (s *SingleScanIter) MustHasRecord() bool
func (*SingleScanIter) New ¶
func (s *SingleScanIter) New() any
func (*SingleScanIter) Next ¶
func (s *SingleScanIter) Next(v any) error
type SliceScanIter ¶
type SliceScanIter struct {
// contains filtered or unexported fields
}
func (*SliceScanIter) New ¶
func (s *SliceScanIter) New() any
func (*SliceScanIter) Next ¶
func (s *SliceScanIter) Next(v any) error
type WithColumnReceivers ¶
Click to show internal directories.
Click to hide internal directories.