MCPcopy
hub / github.com/gocraft/dbr / WriteString

Method WriteString

buffer.go:8–8  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

6// This is used internally to efficiently build SQL statement.
7type Buffer interface {
8 WriteString(string) (int, error)
9 String() string
10
11 WriteValue(v ...interface{}) (err error)

Callers 15

orderFunction · 0.80
WhenFunction · 0.80
ElseFunction · 0.80
CaseFunction · 0.80
AsMethod · 0.80
BuildMethod · 0.80
BuildMethod · 0.80
BuildMethod · 0.80
BuildMethod · 0.80
BuildMethod · 0.80
BuildMethod · 0.80
asFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected