vertica

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromParameters

func FromParameters(parameters map[string]interface{}) (datasource.Driver, error)

Types

type Driver

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

func New

func New(params DriverParameters) *Driver

func (*Driver) Close

func (d *Driver) Close() error

func (*Driver) CopyFrom

func (*Driver) CopyFrom(r io.Reader, table string) error

func (*Driver) CopyTo

func (d *Driver) CopyTo(w io.Writer, query string) error

func (*Driver) Open

func (d *Driver) Open() (err error)

type DriverParameters

type DriverParameters struct {
	Address  string
	Username string
	Password string
	Database string
}

Jump to

Keyboard shortcuts

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