MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / DML

Enum DML

crates/expr/src/statement.rs:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36pub enum DML {
37 Insert(TableInsert),
38 Update(TableUpdate),
39 Delete(TableDelete),
40}
41
42impl DML {
43 /// Returns the schema of the table on which this mutation applies

Callers 1

parse_and_type_sqlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected