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

Function isStr

src/common/utils_proto.h:181–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 inline bool isStr(const ISC_STATUS v) throw()
182 {
183 switch (v)
184 {
185 case isc_arg_cstring:
186 case isc_arg_string:
187 case isc_arg_interpreted:
188 case isc_arg_sql_state:
189 return true;
190 }
191
192 return false;
193 }
194
195 // Check does vector contain particular code or not
196 bool containsErrorCode(const ISC_STATUS* v, ISC_STATUS code);

Callers 4

cmpStatusFunction · 0.85
subStatusFunction · 0.85
putStrArgMethod · 0.85
setStrPointersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected