MCPcopy
hub / github.com/dropbox/godropbox / listClause

Struct listClause

database/sqlbuilder/expression.go:187–190  ·  view source on GitHub ↗

Representation of a tuple enclosed, comma separated list of clauses

Source from the content-addressed store, hash-verified

185
186// Representation of a tuple enclosed, comma separated list of clauses
187type listClause struct {
188 clauses []Clause
189 includeParentheses bool
190}
191
192func (list *listClause) SerializeSql(out *bytes.Buffer) error {
193 if list.includeParentheses {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected