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

Struct inExpression

database/sqlbuilder/expression.go:549–557  ·  view source on GitHub ↗

in expression representation

Source from the content-addressed store, hash-verified

547
548// in expression representation
549type inExpression struct {
550 isExpression
551 isBoolExpression
552
553 lhs Expression
554 rhs *listClause
555
556 err error
557}
558
559func (c *inExpression) SerializeSql(out *bytes.Buffer) error {
560 if c.err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected