RowsColumnTypeNullable

Overview

Location

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>

ColumnTypeNullable

 

method ColumnTypeNullable(index: int): tuple of (nullable: Boolean, ok: Boolean)

 

(Boolean nullable, Boolean ok) ColumnTypeNullable(int index)

 

func ColumnTypeNullable(_ index: int) -> (Boolean, Boolean)

 

func ColumnTypeNullable(index int) tuple of (|name=nullable| Boolean, |name=ok| Boolean)

 

Function ColumnTypeNullable(index As int) As Tuple (Of Boolean, Boolean)

Parameters:

  • index:

 

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: