MCPcopy Index your code
hub / github.com/dropbox/godropbox / Delete

Method Delete

database/sqlbuilder/table.go:48–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 Insert(columns ...NonAliasColumn) InsertStatement
47 Update() UpdateStatement
48 Delete() DeleteStatement
49}
50
51// Defines a physical table in the database that is both readable and writable.

Callers 4

TestDeleteWithWhereMethod · 0.65
TestDeleteWithOrderByMethod · 0.65
TestDeleteWithLimitMethod · 0.65

Implementers 1

Tabledatabase/sqlbuilder/table.go

Calls

no outgoing calls

Tested by 4

TestDeleteWithWhereMethod · 0.52
TestDeleteWithOrderByMethod · 0.52
TestDeleteWithLimitMethod · 0.52