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

Method Select

statement.go:9–11  ·  view source on GitHub ↗

Select returns a SelectBuilder for this StatementBuilderType.

(columns ...string)

Source from the content-addressed store, hash-verified

7
8// Select returns a SelectBuilder for this StatementBuilderType.
9func (b StatementBuilderType) Select(columns ...string) SelectBuilder {
10 return SelectBuilder(b).Columns(columns...)
11}
12
13// Insert returns a InsertBuilder for this StatementBuilderType.
14func (b StatementBuilderType) Insert(into string) InsertBuilder {

Callers 1

SelectFunction · 0.45

Calls 2

SelectBuilderTypeAlias · 0.85
ColumnsMethod · 0.45

Tested by

no test coverage detected