mql

package
v0.0.0-...-25c693f Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plan

type Plan interface {
	// contains filtered or unexported methods
}

Plan is the interface of SQL execution

type Result

type Result struct {
	ErrorCode int
	ErrorText string
	ResultSet map[string]string
}

Result embeds error message and results

func ExecuteQuery

func ExecuteQuery(c *rpc.Client, query string) Result

ExecuteQuery first compile query and execute it

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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