MCPcopy Create free account
hub / github.com/anse1/sqlsmith / syntax

Class syntax

dut.hh:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35};
36
37struct syntax : failure {
38 syntax(const char *s, const char *sqlstate_ = "") throw()
39 : failure(s, sqlstate_) { }
40};
41
42}
43

Callers 4

testMethod · 0.85
commandMethod · 0.85
testMethod · 0.85
testMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected