rset

package
v0.0.0-...-7f9930a Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2015 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Recordset

type Recordset interface {
	// Data filter for input data.
	Do(f func(data []interface{}) (more bool, err error)) error

	// Get result fields.
	Fields() (fields []*field.ResultField, err error)

	// Get first row data.
	FirstRow() (row []interface{}, err error)

	// Get rows data by using limit/offset.
	Rows(limit, offset int) (rows [][]interface{}, err error)
}

Recordset is an abstract result set interface to help get data from Plan.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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