type database/sql/driver.RowsColumnTypeLength (interface)

Method Implmentations

Close() error *modernc.org/sqlite.rows.Close
ColumnTypeLength(index int) (length int64, ok bool) *modernc.org/sqlite.rows.ColumnTypeLength
Columns() []string *modernc.org/sqlite.rows.Columns
Next(dest []Value) error *modernc.org/sqlite.rows.Next