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 ...[]any) bob.Mod[*dialect.InsertQuery]
- func Values(clauses ...any) bob.Mod[*dialect.InsertQuery]
- 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]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.