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

Method ToSql

case.go:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func (b *sqlizerBuffer) ToSql() (string, []interface{}, error) {
42 return b.String(), b.args, b.err
43}
44
45// whenPart is a helper structure to describe SQLs "WHEN ... THEN ..." expression
46type whenPart struct {

Callers 1

ToSqlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected