RowsColumnTypeLength
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 | RowsColumnTypeLength
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)
ColumnTypeLength
func ColumnTypeLength(_ index: int) -> (int64, Boolean)
Function ColumnTypeLength(index As int) As Tuple (Of int64, Boolean)
Parameters:
- index:
Next (declared in Rows)
func Next(dest Slice<interface{}>) error
Parameters:
- dest: