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)
method Columns: Slice<string>
Slice<string> Columns()
func Columns() -> Slice<string>
func Columns() Slice<string>
Function Columns() As Slice<string>
ColumnTypeLength
method ColumnTypeLength(index: int): tuple of (length: int64, ok: Boolean)
(int64 length, Boolean ok) ColumnTypeLength(int index)
func ColumnTypeLength(_ index: int) -> tuple of (int64, Boolean)
func ColumnTypeLength(index int) tuple of (|name=length| int64, |name=ok| Boolean)
Function ColumnTypeLength(index As int) As Tuple (Of int64, Boolean)
Parameters:
- index:
Next (declared in Rows)
method Next(dest: Slice<Object>): error
error Next(Slice<Object> dest)
func Next(_ dest: Slice<Object>) -> error
func Next(dest Slice<interface{}>) error
Function Next(dest As Slice<Object>) As error
Parameters:
- dest: