Updated on 2024-05-07 GMT+08:00

type Row

The following table describes type Row.

Method

Description

Return Value

(r *Row)Scan(dest ...interface{})

Copies the columns in the current row of data to the value specified by dest.

error

(r *Row)Err()

Returns errors that occur during execution.

error

Parameter Description

Parameter

Description

dest

The column to be queried needs to be copied to the value specified by this parameter.