sql

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2019 License: MIT Imports: 12 Imported by: 1

Documentation

Index

Constants

View Source
const FromSQLKind = "fromSQL"

Variables

This section is empty.

Functions

This section is empty.

Types

type FromSQLOpSpec

type FromSQLOpSpec struct {
	DriverName     string `json:"driverName,omitempty"`
	DataSourceName string `json:"dataSourceName,omitempty"`
	Query          string `json:"query,omitempty"`
}

func (*FromSQLOpSpec) Kind

func (s *FromSQLOpSpec) Kind() flux.OperationKind

type FromSQLProcedureSpec

type FromSQLProcedureSpec struct {
	plan.DefaultCost
	DriverName     string
	DataSourceName string
	Query          string
}

func (*FromSQLProcedureSpec) Copy

func (*FromSQLProcedureSpec) Kind

type SQLIterator

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

func (*SQLIterator) Close added in v0.18.0

func (c *SQLIterator) Close() error

func (*SQLIterator) Connect

func (c *SQLIterator) Connect() error

func (*SQLIterator) Decode

func (c *SQLIterator) Decode() (flux.Table, error)

func (*SQLIterator) Fetch

func (c *SQLIterator) Fetch() (bool, error)

Jump to

Keyboard shortcuts

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