rqliter

package
v0.0.0-...-d4c7a2f Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Rows

type Rows interface {
	Columns() []string
	ColumnTypes() []string
	Next() bool
	NextResultSet() bool
	HasNextResultSet() bool
	Scan(...interface{}) error
	Err() error
}

func NewRqlRows

func NewRqlRows(response *frunk.QueryResponse) Rows

Jump to

Keyboard shortcuts

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