Documentation ¶
Index ¶
- func From(name any) dialect.FromChain[*sqlite.DeleteQuery]
- func Recursive(r bool) bob.Mod[*sqlite.DeleteQuery]
- func Returning(clauses ...any) bob.Mod[*sqlite.DeleteQuery]
- func Where(e bob.Expression) bob.Mod[*sqlite.DeleteQuery]
- func WhereClause(clause string, args ...any) bob.Mod[*sqlite.DeleteQuery]
- func With(name string, columns ...string) dialect.CTEChain[*sqlite.DeleteQuery]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Where ¶
func Where(e bob.Expression) bob.Mod[*sqlite.DeleteQuery]
func WhereClause ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.