Documentation ¶
Index ¶
- func CrossJoin(e any) bob.Mod[*dialect.UpdateQuery]
- func From(table any) dialect.FromChain[*dialect.UpdateQuery]
- func FullJoin(e any) dialect.JoinChain[*dialect.UpdateQuery]
- func InnerJoin(e any) dialect.JoinChain[*dialect.UpdateQuery]
- func LeftJoin(e any) dialect.JoinChain[*dialect.UpdateQuery]
- func OrAbort() bob.Mod[*dialect.UpdateQuery]
- func OrFail() bob.Mod[*dialect.UpdateQuery]
- func OrIgnore() bob.Mod[*dialect.UpdateQuery]
- func OrReplace() bob.Mod[*dialect.UpdateQuery]
- func OrRollback() bob.Mod[*dialect.UpdateQuery]
- func Recursive(r bool) bob.Mod[*dialect.UpdateQuery]
- func Returning(clauses ...any) bob.Mod[*dialect.UpdateQuery]
- func RightJoin(e any) dialect.JoinChain[*dialect.UpdateQuery]
- func Set(from ...string) mods.Set[*dialect.UpdateQuery]
- func Table(name any) bob.Mod[*dialect.UpdateQuery]
- func TableAs(name any, alias string) bob.Mod[*dialect.UpdateQuery]
- func TableIndexedBy(i string) bob.Mod[*dialect.UpdateQuery]
- func TableNotIndexed() bob.Mod[*dialect.UpdateQuery]
- func Where(e any) bob.Mod[*dialect.UpdateQuery]
- func With(name string, columns ...string) dialect.CTEChain[*dialect.UpdateQuery]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OrRollback ¶
func OrRollback() bob.Mod[*dialect.UpdateQuery]
func TableIndexedBy ¶
func TableIndexedBy(i string) bob.Mod[*dialect.UpdateQuery]
func TableNotIndexed ¶
func TableNotIndexed() bob.Mod[*dialect.UpdateQuery]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.