Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
public:
143
virtual bool isDml() const
144
{
145
return false;
146
}
147
148
virtual Statement* getStatement() const
149
{
Callers
3
prepareStatement
Function · 0.45
putStatement
Method · 0.45
fillParams
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected