MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / isDml

Method isDml

src/dsql/DsqlStatements.h:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142public:
143 virtual bool isDml() const
144 {
145 return false;
146 }
147
148 virtual Statement* getStatement() const
149 {

Callers 3

prepareStatementFunction · 0.45
putStatementMethod · 0.45
fillParamsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected