idm

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 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 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 Delete

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

func From

func From[T any](table string) sq.QueryMod[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 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 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 Only

func Only[T any]() 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 Returning

func Returning[T any](clauses ...string) 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 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 Using

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

func UsingExpr added in v0.8.0

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

func UsingQuery added in v0.8.0

func UsingQuery[T, A any](q isq.Query[A]) chain.From[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 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 DeleteQuery

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

Jump to

Keyboard shortcuts

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