Documentation ¶
Index ¶
- func CrossJoin(e any) bob.Mod[*psql.UpdateQuery]
- func From(table any) dialect.FromChain[*psql.UpdateQuery]
- func FromFunction(funcs ...*dialect.Function) dialect.FromChain[*psql.UpdateQuery]
- func FullJoin(e any) dialect.JoinChain[*psql.UpdateQuery]
- func InnerJoin(e any) dialect.JoinChain[*psql.UpdateQuery]
- func LeftJoin(e any) dialect.JoinChain[*psql.UpdateQuery]
- func Only() bob.Mod[*psql.UpdateQuery]
- func Recursive(r bool) bob.Mod[*psql.UpdateQuery]
- func Returning(clauses ...any) bob.Mod[*psql.UpdateQuery]
- func RightJoin(e any) dialect.JoinChain[*psql.UpdateQuery]
- func Set(a string, b any) bob.Mod[*psql.UpdateQuery]
- func SetArg(a string, b any) bob.Mod[*psql.UpdateQuery]
- func Table(name any) bob.Mod[*psql.UpdateQuery]
- func TableAs(name any, alias string) bob.Mod[*psql.UpdateQuery]
- func Where(e bob.Expression) bob.Mod[*psql.UpdateQuery]
- func WhereClause(clause string, args ...any) bob.Mod[*psql.UpdateQuery]
- func With(name string, columns ...string) dialect.CTEChain[*psql.UpdateQuery]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromFunction ¶
func Where ¶
func Where(e bob.Expression) bob.Mod[*psql.UpdateQuery]
func WhereClause ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.