MCPcopy
hub / github.com/Masterminds/squirrel / Options

Method Options

insert.go:240–242  ·  view source on GitHub ↗

Options adds keyword options before the INTO clause of the query.

(options ...string)

Source from the content-addressed store, hash-verified

238
239// Options adds keyword options before the INTO clause of the query.
240func (b InsertBuilder) Options(options ...string) InsertBuilder {
241 return builder.Extend(b, "Options", options).(InsertBuilder)
242}
243
244// Into sets the INTO clause of the query.
245func (b InsertBuilder) Into(from string) InsertBuilder {

Callers 2

TestInsertBuilderToSqlFunction · 0.45
TestSelectWithOptionsFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestInsertBuilderToSqlFunction · 0.36
TestSelectWithOptionsFunction · 0.36