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

Method setEof

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

Source from the content-addressed store, hash-verified

134 dsql_par* getEof() { return eof; }
135 const dsql_par* getEof() const { return eof; }
136 void setEof(dsql_par* value) { eof = value; }
137
138 Firebird::RefStrPtr getCacheKey() { return cacheKey; }
139 void setCacheKey(Firebird::RefStrPtr& value) { cacheKey = value; }

Callers 2

genBlrMethod · 0.80
dsqlProcessReturningFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected