qm

package
v0.10.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Into

func Into(name any, columns ...string) bob.Mod[*sqlite.InsertQuery]

func IntoAs

func IntoAs(name any, alias string, columns ...string) bob.Mod[*sqlite.InsertQuery]

func OnConflict

func OnConflict(columns ...any) mods.Conflict[*sqlite.InsertQuery]

func OrAbort

func OrAbort() bob.Mod[*sqlite.InsertQuery]

func OrFail

func OrFail() bob.Mod[*sqlite.InsertQuery]

func OrIgnore

func OrIgnore() bob.Mod[*sqlite.InsertQuery]

func OrReplace

func OrReplace() bob.Mod[*sqlite.InsertQuery]

func OrRollback

func OrRollback() bob.Mod[*sqlite.InsertQuery]

func Query

func Query(q bob.Query) bob.Mod[*sqlite.InsertQuery]

Insert from a query

func Recursive

func Recursive(r bool) bob.Mod[*sqlite.InsertQuery]

func Returning

func Returning(clauses ...any) bob.Mod[*sqlite.InsertQuery]

func Rows added in v0.3.1

func Rows(rows ...[]any) bob.Mod[*sqlite.InsertQuery]

func Values

func Values(clauses ...any) bob.Mod[*sqlite.InsertQuery]

func With

func With(name string, columns ...string) dialect.CTEChain[*sqlite.InsertQuery]

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL