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

Struct aliasExpr

expr.go:115–118  ·  view source on GitHub ↗

aliasExpr helps to alias part of SQL query generated with underlying "expr"

Source from the content-addressed store, hash-verified

113
114// aliasExpr helps to alias part of SQL query generated with underlying "expr"
115type aliasExpr struct {
116 expr Sqlizer
117 alias string
118}
119
120// Alias allows to define alias for column in SelectBuilder. Useful when column is
121// defined as complex expression like IF or CASE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected