MCPcopy
hub / github.com/writefreely/writefreely / SetIfNotExists

Method SetIfNotExists

db/create.go:224–227  ·  view source on GitHub ↗
(ine bool)

Source from the content-addressed store, hash-verified

222}
223
224func (b *CreateTableSqlBuilder) SetIfNotExists(ine bool) *CreateTableSqlBuilder {
225 b.IfNotExists = ine
226 return b
227}
228
229func (b *CreateTableSqlBuilder) ToSQL() (string, error) {
230 var str strings.Builder

Callers 2

oauthFunction · 0.80

Calls

no outgoing calls

Tested by 1