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

Method getSendMsg

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

Source from the content-addressed store, hash-verified

124 Firebird::Array<dsql_msg*>& getPorts() { return ports; }
125
126 dsql_msg* getSendMsg() { return sendMsg; }
127 const dsql_msg* getSendMsg() const { return sendMsg; }
128 void setSendMsg(dsql_msg* value) { sendMsg = value; }
129

Callers 13

sql_infoFunction · 0.80
doExecuteMethod · 0.80
executeMethod · 0.80
dsqlPassMethod · 0.80
setParameterTypeMethod · 0.80
GEN_statementFunction · 0.80
openMethod · 0.80
executeMethod · 0.80
genBlrMethod · 0.80
dsqlPassCursorReferenceFunction · 0.80
initMethod · 0.80
doPrepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected