MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / requireTransaction

Method requireTransaction

src/include/parser/statement.h:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 double getParsingTime() const { return parsingTime; }
21
22 bool requireTransaction() const {
23 switch (statementType) {
24 case common::StatementType::TRANSACTION:
25 return false;
26 default:
27 return true;
28 }
29 }
30
31 template<class TARGET>
32 TARGET& cast() {

Callers 1

prepareNoLockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected