MCPcopy Create free account
hub / github.com/Masterminds/squirrel / StatementBuilderType

TypeAlias StatementBuilderType

statement.go:6–6  ·  view source on GitHub ↗

StatementBuilderType is the type of StatementBuilder.

Source from the content-addressed store, hash-verified

4
5// StatementBuilderType is the type of StatementBuilder.
6type StatementBuilderType builder.Builder
7
8// Select returns a SelectBuilder for this StatementBuilderType.
9func (b StatementBuilderType) Select(columns ...string) SelectBuilder {

Callers 1

statement.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected