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

Method addFlags

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

Source from the content-addressed store, hash-verified

110 ULONG getFlags() const { return flags; }
111 void setFlags(ULONG value) { flags = value; }
112 void addFlags(ULONG value) { flags |= value; }
113
114 unsigned getBlrVersion() const { return blrVersion; }
115 void setBlrVersion(unsigned value) { blrVersion = value; }

Callers 2

destroyMethod · 0.80
dsqlPassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected