MCPcopy
hub / github.com/writefreely/writefreely / SQLBuilder

Interface SQLBuilder

db/create.go:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type SQLBuilder interface {
31 ToSQL() (string, error)
32}
33
34type Column struct {
35 Dialect DialectType

Callers 6

oauthInvitesFunction · 0.65
oauthAttachFunction · 0.65
oauthFunction · 0.65
oauthSlackFunction · 0.65

Implementers 5

RawSqlBuilderdb/raw.go

Calls

no outgoing calls

Tested by

no test coverage detected