MCPcopy Index your code
hub / github.com/Masterminds/squirrel / Insert

Method Insert

statement.go:14–16  ·  view source on GitHub ↗

Insert returns a InsertBuilder for this StatementBuilderType.

(into string)

Source from the content-addressed store, hash-verified

12
13// Insert returns a InsertBuilder for this StatementBuilderType.
14func (b StatementBuilderType) Insert(into string) InsertBuilder {
15 return InsertBuilder(b).Into(into)
16}
17
18// Replace returns a InsertBuilder for this StatementBuilderType with the
19// statement keyword set to "REPLACE".

Callers 1

InsertFunction · 0.80

Calls 2

InsertBuilderTypeAlias · 0.85
IntoMethod · 0.80

Tested by

no test coverage detected