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

Method Options

select.go:252–254  ·  view source on GitHub ↗

Options adds select option to the query

(options ...string)

Source from the content-addressed store, hash-verified

250
251// Options adds select option to the query
252func (b SelectBuilder) Options(options ...string) SelectBuilder {
253 return builder.Extend(b, "Options", options).(SelectBuilder)
254}
255
256// Columns adds result columns to the query.
257func (b SelectBuilder) Columns(columns ...string) SelectBuilder {

Callers 1

DistinctMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected