cursor

package
v0.43.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 5, 2026 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cursor

type Cursor struct {
	// contains filtered or unexported fields
}

Cursor represents a database cursor for streaming results.

func NewCursor

func NewCursor(rows *sql.Rows) *Cursor

NewCursor creates a new Cursor instance.

func (*Cursor) Close

func (c *Cursor) Close() error

Close closes the cursor.

func (*Cursor) Columns

func (c *Cursor) Columns() ([]string, error)

Columns returns the column names.

func (*Cursor) Err

func (c *Cursor) Err() error

Err returns any error encountered by the cursor.

func (*Cursor) Next

func (c *Cursor) Next() bool

Next advances the cursor to the next row.

func (*Cursor) Scan

func (c *Cursor) Scan(dest any) error

Scan scans the current row into dest.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL