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

Struct deleteStatementImpl

database/sqlbuilder/statement.go:803–809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801}
802
803type deleteStatementImpl struct {
804 table WritableTable
805 where BoolExpression
806 order *listClause
807 limit int64
808 comment string
809}
810
811func (d *deleteStatementImpl) Where(expression BoolExpression) DeleteStatement {
812 d.where = expression

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected