build

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SQL

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

func New

func New() *SQL

func (*SQL) AND

func (s *SQL) AND()

func (*SQL) FROM

func (s *SQL) FROM(table ...string)

func (*SQL) GROUP_BY

func (s *SQL) GROUP_BY(group ...string)

func (*SQL) HAVING

func (s *SQL) HAVING()

func (*SQL) LEFT_JOIN

func (s *SQL) LEFT_JOIN(join ...string)

func (*SQL) LIMIT

func (s *SQL) LIMIT(limit string)

func (*SQL) OFFSET

func (s *SQL) OFFSET(offset string)

func (*SQL) ON

func (s *SQL) ON(on ...string)

func (*SQL) OR

func (s *SQL) OR()

func (*SQL) ORDER_BY

func (s *SQL) ORDER_BY()

func (*SQL) RIGHT_JOIN

func (s *SQL) RIGHT_JOIN(join ...string)

func (*SQL) SELECT

func (s *SQL) SELECT(column ...string)

func (*SQL) Sql

func (s *SQL) Sql() string

func (*SQL) WHERE

func (s *SQL) WHERE(sql string, value ...Value)

func (*SQL) WITH

func (s *SQL) WITH()

type Value added in v0.4.8

type Value interface{}

Jump to

Keyboard shortcuts

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