dm

package
v0.45.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2026 License: MIT Imports: 4 Imported by: 13

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CrossJoin

func CrossJoin(e any) dialect.JoinChain[*dialect.DeleteQuery]

func From

func From(name any) bob.Mod[*dialect.DeleteQuery]

func FromAs

func FromAs(name any, alias string) bob.Mod[*dialect.DeleteQuery]

func FullJoin

func FullJoin(e any) dialect.JoinChain[*dialect.DeleteQuery]

func InnerJoin

func InnerJoin(e any) dialect.JoinChain[*dialect.DeleteQuery]

func LeftJoin

func LeftJoin(e any) dialect.JoinChain[*dialect.DeleteQuery]

func Only

func Only() bob.Mod[*dialect.DeleteQuery]

func Recursive

func Recursive(r bool) bob.Mod[*dialect.DeleteQuery]

func Returning

func Returning(clauses ...any) mods.Returning[*dialect.DeleteQuery]

func RightJoin

func RightJoin(e any) dialect.JoinChain[*dialect.DeleteQuery]

func UsingFunction added in v0.44.0

func UsingFunction(funcs ...*dialect.Function) bob.Expression

UsingFunction returns an expression for dm.Using when the source is one or more table functions (ROWS FROM when multiple).

func WhereCurrentOf added in v0.44.0

func WhereCurrentOf(cursor string) mods.WhereCurrentOf[*dialect.DeleteQuery]

func With

func With(name string, columns ...string) dialect.CTEChain[*dialect.DeleteQuery]

With starts a CTE. The name and column list are quoted as SQL identifiers.

Types

This section is empty.

Jump to

Keyboard shortcuts

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