MCPcopy Create free account
hub / github.com/araddon/qlbridge / String

Method String

rel/sql.go:1819–1823  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1817 }
1818}
1819func (m *SqlInsert) String() string {
1820 w := expr.NewDefaultWriter()
1821 m.WriteDialect(w)
1822 return w.String()
1823}
1824
1825// RewriteAsPrepareable rewite the insert as a ? substituteable query
1826// INSERT INTO user (name) VALUES ("wonder-woman") ->

Callers

nothing calls this directly

Calls 3

WriteDialectMethod · 0.95
NewDefaultWriterFunction · 0.92
StringMethod · 0.65

Tested by

no test coverage detected