MCPcopy
hub / github.com/go-gorm/gorm / WriteQuoted

Method WriteQuoted

statement.go:80–82  ·  view source on GitHub ↗

WriteQuoted write quoted value

(value interface{})

Source from the content-addressed store, hash-verified

78
79// WriteQuoted write quoted value
80func (stmt *Statement) WriteQuoted(value interface{}) {
81 stmt.QuoteTo(&stmt.SQL, value)
82}
83
84// QuoteTo write quoted value to writer
85func (stmt *Statement) QuoteTo(writer clause.Writer, field interface{}) {

Callers

nothing calls this directly

Calls 1

QuoteToMethod · 0.95

Tested by

no test coverage detected