RowsNextResultSet
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.database.sql.driver
- Platforms: .NET, .NET Standard 2.0, Island
- Ancestry: Rows | RowsNextResultSet
Required Methods
Close (declared in Rows)
method Close: error
error Close()
func Close() -> error
func Close() error
Function Close() As error
Columns (declared in Rows)
HasNextResultSet
method HasNextResultSet: bool
bool HasNextResultSet()
func HasNextResultSet() -> bool
func HasNextResultSet() bool
Function HasNextResultSet() As bool
Next (declared in Rows)
func Next(dest Slice<interface{}>) error
Parameters:
- dest:
NextResultSet
method NextResultSet: error
error NextResultSet()
func NextResultSet() -> error
func NextResultSet() error
Function NextResultSet() As error