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

Method getEof

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

Source from the content-addressed store, hash-verified

132 void setReceiveMsg(dsql_msg* value) { receiveMsg = value; }
133
134 dsql_par* getEof() { return eof; }
135 const dsql_par* getEof() const { return eof; }
136 void setEof(dsql_par* value) { eof = value; }
137

Callers 3

fetchMethod · 0.80
genBlrMethod · 0.80
dsqlGenEofAssignmentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected