MCPcopy Create free account
hub / github.com/belchior/sql_query_builder / TransactionQuery

Interface TransactionQuery

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

Represents all commands that can be used in a transaction

Source from the content-addressed store, hash-verified

2
3/// Represents all commands that can be used in a transaction
4pub trait TransactionQuery: Concat {}
5
6/// Represents all commands that can be used inside the with method
7#[cfg(any(feature = "postgresql", feature = "sqlite", feature = "mysql"))]

Callers

nothing calls this directly

Implementers 10

drop_index.rssrc/drop_index/drop_index.rs
alter_table.rssrc/alter_table/alter_table.rs
delete.rssrc/delete/delete.rs
insert.rssrc/insert/insert.rs
update.rssrc/update/update.rs
create_table.rssrc/create_table/create_table.rs
select.rssrc/select/select.rs
drop_table.rssrc/drop_table/drop_table.rs
transaction_internal.rssrc/transaction/transaction_internal.r
create_index.rssrc/create_index/create_index.rs

Calls

no outgoing calls

Tested by

no test coverage detected