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

Method getReceiveMsg

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

Source from the content-addressed store, hash-verified

128 void setSendMsg(dsql_msg* value) { sendMsg = value; }
129
130 dsql_msg* getReceiveMsg() { return receiveMsg; }
131 const dsql_msg* getReceiveMsg() const { return receiveMsg; }
132 void setReceiveMsg(dsql_msg* value) { receiveMsg = value; }
133

Callers 15

sql_infoFunction · 0.80
fetchMethod · 0.80
doExecuteMethod · 0.80
GEN_statementFunction · 0.80
executeMethod · 0.80
DsqlCursorMethod · 0.80
genBlrMethod · 0.80
explodeOutputsMethod · 0.80
dsqlFindDbKeyFunction · 0.80
dsqlFindRecordVersionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected