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

Method setBlobSubType

src/common/dsc.h:243–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 }
242
243 void setBlobSubType(SSHORT subType)
244 {
245 if (isBlob())
246 dsc_sub_type = subType;
247 }
248
249 UCHAR getCharSet() const
250 {

Callers 9

makeOverlayFunction · 0.80
makePadFunction · 0.80
makeReplaceFunction · 0.80
evlOverlayFunction · 0.80
evlPadFunction · 0.80
evlReplaceFunction · 0.80
makeConcatenateMethod · 0.80
makeSubstrMethod · 0.80
coerceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected