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

Method getBlrVersion

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

Source from the content-addressed store, hash-verified

112 void addFlags(ULONG value) { flags |= value; }
113
114 unsigned getBlrVersion() const { return blrVersion; }
115 void setBlrVersion(unsigned value) { blrVersion = value; }
116
117 Firebird::RefStrPtr& getSqlText() { return sqlText; }

Callers 2

isVersion4Method · 0.80
GEN_statementFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected