Skip to main content

delete_document_statement

Function delete_document_statement 

Source
pub fn delete_document_statement(
    table: &str,
    namespace: &str,
    subject_id: Uuid,
) -> SqlStatement
Expand description

The exact DELETE this store’s delete_document issues, for a given FTS table (ADR-099 B3 r6 structural cut — see entity.rs’s sibling block). table must already be a trusted, sanitized table name (this mirrors delete_document’s own pre-existing lack of a placeholder for table names — format! is required since table identifiers cannot be bound as SQL parameters).