ism

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Apply added in v0.4.2

func Apply[T any](f func(a sq.QueryModApply[T])) sq.QueryMod[T]

func Columns

func Columns[T any](names ...string) sq.QueryMod[T]

func ColumnsClause added in v0.8.0

func ColumnsClause[T any](query string, args ...any) sq.QueryMod[T]

func ColumnsExpr added in v0.8.0

func ColumnsExpr[T any](names ...litsql.Expression) sq.QueryMod[T]

func CrossJoin

func CrossJoin[T any](table string) chain.Join[T]

func CrossJoinExpr added in v0.8.0

func CrossJoinExpr[T any](table litsql.Expression) chain.Join[T]

func Distinct

func Distinct[T any](on ...string) sq.QueryMod[T]

func DistinctExpr added in v0.8.0

func DistinctExpr[T any](on ...litsql.Expression) sq.QueryMod[T]

func Except

func Except[T any](q isq.Query[T]) sq.QueryMod[T]

func ExceptAll

func ExceptAll[T any](q isq.Query[T]) sq.QueryMod[T]

func From

func From[T any](table string) chain.From[T]

func FromExpr added in v0.8.0

func FromExpr[T any](table litsql.Expression) chain.From[T]

func FromQuery added in v0.8.0

func FromQuery[T, A any](q isq.Query[A]) chain.From[T]

func FullJoin

func FullJoin[T any](table string) chain.Join[T]

func FullJoinExpr added in v0.8.0

func FullJoinExpr[T any](table litsql.Expression) chain.Join[T]

func GroupBy

func GroupBy[T any](columns ...string) chain.GroupBy[T]

func GroupByExpr added in v0.8.0

func GroupByExpr[T any](columns ...litsql.Expression) chain.GroupBy[T]

func Having

func Having[T any](condition string) sq.QueryMod[T]

func HavingClause added in v0.8.0

func HavingClause[T any](query string, args ...any) sq.QueryMod[T]

func HavingExpr added in v0.8.0

func HavingExpr[T any](condition litsql.Expression) sq.QueryMod[T]

func InnerJoin

func InnerJoin[T any](table string) chain.Join[T]

func InnerJoinExpr added in v0.8.0

func InnerJoinExpr[T any](table litsql.Expression) chain.Join[T]

func Intersect

func Intersect[T any](q isq.Query[T]) sq.QueryMod[T]

func IntersectAll

func IntersectAll[T any](q isq.Query[T]) sq.QueryMod[T]

func LeftJoin

func LeftJoin[T any](table string) chain.Join[T]

func LeftJoinExpr added in v0.8.0

func LeftJoinExpr[T any](table litsql.Expression) chain.Join[T]

func Limit

func Limit[T any](count int) sq.QueryMod[T]

func LimitArg added in v0.8.0

func LimitArg[T any](arg any) sq.QueryMod[T]

func LimitArgNamed added in v0.8.0

func LimitArgNamed[T any](argumentName string) sq.QueryMod[T]

func LimitExpr added in v0.8.0

func LimitExpr[T any](count litsql.Expression) sq.QueryMod[T]

func Offset

func Offset[T any](count int) sq.QueryMod[T]

func OffsetArg added in v0.8.0

func OffsetArg[T any](arg any) sq.QueryMod[T]

func OffsetArgNamed added in v0.8.0

func OffsetArgNamed[T any](argumentName string) sq.QueryMod[T]

func OffsetExpr added in v0.8.0

func OffsetExpr[T any](count litsql.Expression) sq.QueryMod[T]

func OrderBy

func OrderBy[T any](names ...string) sq.QueryMod[T]

func OrderByExpr added in v0.8.0

func OrderByExpr[T any](names ...litsql.Expression) sq.QueryMod[T]

func RawQuery added in v0.8.1

func RawQuery[T any](rawQuery string, args ...any) sq.QueryMod[T]

func RawQueryExpr added in v0.8.1

func RawQueryExpr[T any](rawQuery litsql.Expression) sq.QueryMod[T]

func RightJoin

func RightJoin[T any](table string) chain.Join[T]

func RightJoinExpr added in v0.8.0

func RightJoinExpr[T any](table litsql.Expression) chain.Join[T]

func Select

func Select[T any](dialect litsql.Dialect, mods ...sq.QueryMod[T]) sq.Query[T]

func StraightJoin

func StraightJoin[T any](table string) chain.Join[T]

func StraightJoinExpr added in v0.8.0

func StraightJoinExpr[T any](table litsql.Expression) chain.Join[T]

func Union

func Union[T any](q isq.Query[T]) sq.QueryMod[T]

func UnionAll

func UnionAll[T any](q isq.Query[T]) sq.QueryMod[T]

func Where

func Where[T any](condition string) sq.QueryMod[T]

func WhereClause added in v0.8.0

func WhereClause[T any](query string, args ...any) sq.QueryMod[T]

func WhereExpr added in v0.8.0

func WhereExpr[T any](condition litsql.Expression) sq.QueryMod[T]

func Window

func Window[T any](name string) chain.Window[T]

func With

func With[T any](name string, columns ...string) chain.With[T]

func WithExpr added in v0.8.0

func WithExpr[T any](name string, columns ...litsql.Expression) chain.With[T]

Types

type SelectQuery

type SelectQuery[T any] struct {
	*isq.DefaultQuery[T]
}

Jump to

Keyboard shortcuts

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