MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / exec_delete_only

Function exec_delete_only

src/executor/delete.rs:113–118  ·  view source on GitHub ↗
(query: DeleteStatement, db: &C)

Source from the content-addressed store, hash-verified

111}
112
113async fn exec_delete_only<C>(query: DeleteStatement, db: &C) -> Result<DeleteResult, DbErr>
114where
115 C: ConnectionTrait,
116{
117 Deleter::new(query).exec(db).await
118}
119
120async fn exec_delete<C>(query: DeleteStatement, db: &C) -> Result<DeleteResult, DbErr>
121where

Callers 1

execMethod · 0.85

Calls 2

newFunction · 0.50
execMethod · 0.45

Tested by

no test coverage detected