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

Method setReceiveMsg

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

Source from the content-addressed store, hash-verified

130 dsql_msg* getReceiveMsg() { return receiveMsg; }
131 const dsql_msg* getReceiveMsg() const { return receiveMsg; }
132 void setReceiveMsg(dsql_msg* value) { receiveMsg = value; }
133
134 dsql_par* getEof() { return eof; }
135 const dsql_par* getEof() const { return eof; }

Callers 3

prepareStatementFunction · 0.80
GEN_statementFunction · 0.80
dsqlPassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected