sql

package
v0.0.0-...-fa029a3 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2015 License: BSD-2-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Select

type Select struct {
	Distinct    string
	SelectExprs StrArr
	From        string
	Where       Wheres
	GroupBy     string
}

func New

func New(n *query.Node) (s Select)

func (*Select) String

func (node *Select) String() string

type StrArr

type StrArr []string

func (StrArr) String

func (s StrArr) String() (str string)

type Wheres

type Wheres []string

func (Wheres) String

func (s Wheres) String() (str string)

Jump to

Keyboard shortcuts

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