Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClosableResultSet ¶ added in v3.78.0
type Row ¶
type Row interface { Scan(dst ...interface{}) error ScanNamed(dst ...scanner.NamedDestination) error ScanStruct(dst interface{}, opts ...scanner.ScanStructOption) error }
Click to show internal directories.
Click to hide internal directories.