Package internal
Overview ▸
Index ▸
func ScanContextValue
func ScanContextValue(c ScanContext) any
type ScanContext
ScanContext is database/sql/driver.ScanContext. We define it here so driver.ScanContext can be opaque to users but visible to database/sql.
type ScanContext struct {
// contains filtered or unexported fields
}
func NewScanContext
func NewScanContext(v any) ScanContext