Documentation ¶
Index ¶
- func Into(name any, columns ...string) bob.Mod[*dialect.InsertQuery]
- func IntoAs(name any, alias string, columns ...string) bob.Mod[*dialect.InsertQuery]
- func OnConflict(columns ...any) mods.Conflict[*dialect.InsertQuery]
- func OrAbort() bob.Mod[*dialect.InsertQuery]
- func OrFail() bob.Mod[*dialect.InsertQuery]
- func OrIgnore() bob.Mod[*dialect.InsertQuery]
- func OrReplace() bob.Mod[*dialect.InsertQuery]
- func OrRollback() bob.Mod[*dialect.InsertQuery]
- func Query(q bob.Query) bob.Mod[*dialect.InsertQuery]
- func Recursive(r bool) bob.Mod[*dialect.InsertQuery]
- func Returning(clauses ...any) bob.Mod[*dialect.InsertQuery]
- func Rows(rows ...[]bob.Expression) bob.Mod[*dialect.InsertQuery]
- func Set(sets ...bob.Expression) bob.Mod[*clause.Conflict]
- func SetCol(from string) mods.Set[*clause.Conflict]
- func SetExcluded(cols ...string) bob.Mod[*clause.Conflict]
- func Values(clauses ...bob.Expression) bob.Mod[*dialect.InsertQuery]
- func Where(e bob.Expression) bob.Mod[*clause.Conflict]
- func With(name string, columns ...string) dialect.CTEChain[*dialect.InsertQuery]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OnConflict ¶
func OnConflict(columns ...any) mods.Conflict[*dialect.InsertQuery]
func OrRollback ¶
func OrRollback() bob.Mod[*dialect.InsertQuery]
func Rows ¶
func Rows(rows ...[]bob.Expression) bob.Mod[*dialect.InsertQuery]
func Values ¶
func Values(clauses ...bob.Expression) bob.Mod[*dialect.InsertQuery]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.