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

Method getCharSet

src/jrd/jrd.cpp:9219–9227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9217}
9218
9219SSHORT thread_db::getCharSet() const
9220{
9221 USHORT charSetId;
9222
9223 if (request && (charSetId = request->getStatement()->charSetId) != CS_dynamic)
9224 return charSetId;
9225
9226 return attachment->att_charset;
9227}
9228
9229ISC_STATUS thread_db::getCancelState(ISC_STATUS* secondary)
9230{

Callers 15

buildBlrMethod · 0.45
parseMetadataMethod · 0.45
getDescMethod · 0.45
dsqlPassMethod · 0.45
setParameterTypeMethod · 0.45
executeMethod · 0.45
performMethod · 0.45
dsqlCopyMethod · 0.45
GEN_portFunction · 0.45
pass1_union_auto_castFunction · 0.45
stringBooleanMethod · 0.45
dsqlPassMethod · 0.45

Calls 1

getStatementMethod · 0.45

Tested by

no test coverage detected