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

Method appendMetaString

src/common/classes/BlrWriter.h:104–107  ·  view source on GitHub ↗

Write out a string in metadata charset with one byte of length.

Source from the content-addressed store, hash-verified

102
103 // Write out a string in metadata charset with one byte of length.
104 void appendMetaString(const char* string)
105 {
106 appendString(0, string, static_cast<USHORT>(strlen(string)));
107 }
108
109 void appendString(UCHAR verb, const char* string, USHORT len);
110

Callers 5

genBlrMethod · 0.80
genBlrMethod · 0.80
dsqlGenReturningFunction · 0.80
genBlrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected