mysql

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MySQL

type MySQL struct {
	Host     string
	Port     int
	User     string
	Password string
	Schema   string
	Query    string
	Path     string
}

func (*MySQL) Execute

func (m *MySQL) Execute() (int, map[string]string, error)

func (*MySQL) SaveCSVRow

func (m *MySQL) SaveCSVRow(columns []string, ch <-chan []string) error

func (*MySQL) ToCSV

func (m *MySQL) ToCSV(columns []string, totalValues [][]string) error

func (*MySQL) ValidPath

func (m *MySQL) ValidPath() bool

Jump to

Keyboard shortcuts

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