MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / TransactionStatement

Enum TransactionStatement

graphlite/src/ast/ast.rs:1622–1627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1620/// Transaction control statements
1621#[derive(Debug, Clone, Serialize, Deserialize)]
1622pub enum TransactionStatement {
1623 StartTransaction(StartTransactionStatement),
1624 Commit(CommitStatement),
1625 Rollback(RollbackStatement),
1626 SetTransactionCharacteristics(SetTransactionCharacteristicsStatement),
1627}
1628
1629/// START TRANSACTION statement
1630#[derive(Debug, Clone, Serialize, Deserialize)]

Callers 1

parse_queryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected