sqlQuery

package
v0.0.0-...-3e1e274 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2016 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func S

func S(data interface{}, isRaw bool) (s string)

func TypeToString

func TypeToString(s interface{}) string

Types

type Insert

type Insert Query

type Query

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

func CreateInsert

func CreateInsert(table string) *Query

func (*Query) AddColumn

func (q *Query) AddColumn(ss ...string)

func (*Query) AddData

func (q *Query) AddData(s interface{})

func (*Query) AddDataWithNull

func (q *Query) AddDataWithNull(ss ...string)

func (*Query) AddOutput

func (q *Query) AddOutput(ss ...string)

func (*Query) AddRawData

func (q *Query) AddRawData(s interface{})

func (*Query) ClearData

func (q *Query) ClearData()

func (*Query) ToInsertString

func (q *Query) ToInsertString() string

type Update

type Update Query

type Where

type Where Query

Jump to

Keyboard shortcuts

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