Documentation ¶
Index ¶
- func Into(name any, columns ...string) bob.Mod[*psql.InsertQuery]
- func IntoAs(name any, alias string, columns ...string) bob.Mod[*psql.InsertQuery]
- func OnConflict(columns ...any) mods.Conflict[*psql.InsertQuery]
- func OnConflictOnConstraint(constraint string) mods.Conflict[*psql.InsertQuery]
- func OverridingSystem() bob.Mod[*psql.InsertQuery]
- func OverridingUser() bob.Mod[*psql.InsertQuery]
- func Query(q bob.Query) bob.Mod[*psql.InsertQuery]
- func Recursive(r bool) bob.Mod[*psql.SelectQuery]
- func Returning(clauses ...any) bob.Mod[*psql.InsertQuery]
- func Rows(rows ...[]any) bob.Mod[*psql.InsertQuery]
- func Values(clauses ...any) bob.Mod[*psql.InsertQuery]
- func With(name string, columns ...string) dialect.CTEChain[*psql.InsertQuery]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OnConflict ¶
func OnConflict(columns ...any) mods.Conflict[*psql.InsertQuery]
The column to target. Will auto add brackets
func OnConflictOnConstraint ¶
func OnConflictOnConstraint(constraint string) mods.Conflict[*psql.InsertQuery]
func OverridingSystem ¶
func OverridingSystem() bob.Mod[*psql.InsertQuery]
func OverridingUser ¶
func OverridingUser() bob.Mod[*psql.InsertQuery]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.