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

Struct updateStatementImpl

database/sqlbuilder/statement.go:659–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659type updateStatementImpl struct {
660 table WritableTable
661 updateValues map[NonAliasColumn]Expression
662 where BoolExpression
663 order *listClause
664 limit int64
665 comment string
666}
667
668func (u *updateStatementImpl) Set(
669 column NonAliasColumn,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected