cli

package
v0.0.0-...-490872b Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2015 License: MIT, MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandLine

type CommandLine struct {
	Client           *client.Client
	Line             *liner.State
	Host             string
	Port             int
	Username         string
	Password         string
	Database         string
	Ssl              bool
	RetentionPolicy  string
	ClientVersion    string
	ServerVersion    string
	Pretty           bool   // controls pretty print for json
	Format           string // controls the output format.  Valid values are json, csv, or column
	Precision        string
	WriteConsistency string
	Execute          string
	ShowVersion      bool
	Import           bool
	PPS              int // Controls how many points per second the import will allow via throttling
	Path             string
	Compressed       bool
}

func New

func New(version string) *CommandLine

func (*CommandLine) Connect

func (c *CommandLine) Connect(cmd string) error

Connect connects client to a server

func (*CommandLine) DatabaseToken

func (c *CommandLine) DatabaseToken() (string, error)

func (*CommandLine) ExecuteQuery

func (c *CommandLine) ExecuteQuery(query string) error

func (*CommandLine) FormatResponse

func (c *CommandLine) FormatResponse(response *client.Response, w io.Writer)

func (*CommandLine) Insert

func (c *CommandLine) Insert(stmt string) error

func (*CommandLine) ParseCommand

func (c *CommandLine) ParseCommand(cmd string) bool

func (*CommandLine) Run

func (c *CommandLine) Run()

func (*CommandLine) SetAuth

func (c *CommandLine) SetAuth(cmd string)

func (*CommandLine) SetFormat

func (c *CommandLine) SetFormat(cmd string)

func (*CommandLine) SetPrecision

func (c *CommandLine) SetPrecision(cmd string)

func (*CommandLine) SetWriteConsistency

func (c *CommandLine) SetWriteConsistency(cmd string)

func (*CommandLine) Settings

func (c *CommandLine) Settings()

func (*CommandLine) Version

func (c *CommandLine) Version()

Jump to

Keyboard shortcuts

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