Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
pub enum DML {
37
Insert(TableInsert),
38
Update(TableUpdate),
39
Delete(TableDelete),
40
}
41
42
impl DML {
43
/// Returns the schema of the table on which this mutation applies
Callers
1
parse_and_type_sql
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected