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

Struct tupleExpression

database/sqlbuilder/expression.go:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161type tupleExpression struct {
162 isExpression
163 elements listClause
164}
165
166func (tuple *tupleExpression) SerializeSql(out *bytes.Buffer) error {
167 if len(tuple.elements.clauses) < 1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected