MCPcopy Create free account
hub / github.com/TypicalDefender/entangleDB / mutation.rs

File mutation.rs

src/sql/execution/mutation.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use super::super::engine::Transaction;
2use super::super::schema::Table;
3use super::super::types::{Expression, Row, Value};
4use super::{Executor, ResultSet};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected