MCPcopy
hub / github.com/go-gorp/gorp / SqliteDialect

Struct SqliteDialect

dialect_sqlite.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type SqliteDialect struct {
13 suffix string
14}
15
16func (d SqliteDialect) QuerySuffix() string { return ";" }
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected