MCPcopy Index your code
hub / github.com/belchior/sql_query_builder / WithQuery

Interface WithQuery

src/behavior.rs:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6/// Represents all commands that can be used inside the with method
7#[cfg(any(feature = "postgresql", feature = "sqlite", feature = "mysql"))]
8pub trait WithQuery: Concat {}

Callers

nothing calls this directly

Implementers 5

delete.rssrc/delete/delete.rs
insert.rssrc/insert/insert.rs
values.rssrc/values/values.rs
update.rssrc/update/update.rs
select.rssrc/select/select.rs

Calls

no outgoing calls

Tested by

no test coverage detected