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

Method setSendMsg

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

Source from the content-addressed store, hash-verified

126 dsql_msg* getSendMsg() { return sendMsg; }
127 const dsql_msg* getSendMsg() const { return sendMsg; }
128 void setSendMsg(dsql_msg* value) { sendMsg = value; }
129
130 dsql_msg* getReceiveMsg() { return receiveMsg; }
131 const dsql_msg* getReceiveMsg() const { return receiveMsg; }

Callers 4

prepareStatementFunction · 0.80
GEN_statementFunction · 0.80
dsqlPassMethod · 0.80
genBlrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected