builder

package
v0.5.6 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SqlQuery

type SqlQuery interface {
	Select(columns ...string) SqlQuery
	From(tables ...string) SqlQuery
	Where(conditions ...string) SqlQuery
	OrderBy(columns ...string) SqlQuery
	Join(tables ...string) SqlQuery
	On(conditions ...string) SqlQuery
	Build() string
}

func NewSqlQuery

func NewSqlQuery() SqlQuery

Jump to

Keyboard shortcuts

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