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

Method setTextType

src/common/dsc.h:287–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 }
286
287 void setTextType(USHORT ttype)
288 {
289 if (isText())
290 dsc_sub_type = ttype;
291 else if (isBlob() && dsc_sub_type == isc_blob_text)
292 {
293 dsc_scale = ttype & 0xFF;
294 dsc_flags = (dsc_flags & 0xFF) | (ttype & 0xFF00);
295 }
296 }
297
298 USHORT getCollation() const
299 {

Callers 15

parse_formatFunction · 0.80
parseMetadataMethod · 0.80
executeMethod · 0.80
dsqlPassMethod · 0.80
setParameterTypeMethod · 0.80
performMethod · 0.80
makeMethod · 0.80
GEN_portFunction · 0.80
composeDescMethod · 0.80
dsqlPassMethod · 0.80
EVL_assign_toFunction · 0.80
EVL_make_valueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected