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. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.