RowsColumnTypePrecisionScale
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 | RowsColumnTypePrecisionScale
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)
ColumnTypePrecisionScale
func ColumnTypePrecisionScale(_ index: int) -> (int64, int64, Boolean)
func ColumnTypePrecisionScale(index int) tuple of (|name=precision| int64, |name=scale| int64, |name=ok| Boolean)
Function ColumnTypePrecisionScale(index As int) As Tuple (Of int64, int64, Boolean)
Parameters:
- index:
Next (declared in Rows)
func Next(dest Slice<interface{}>) error
Parameters:
- dest: