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

Method ToString

src/common/classes/fb_string.h:758–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756 }
757
758 StringBase<StringComparator> ToString() const
759 {
760 return StringBase<StringComparator>(c_str());
761 }
762 StringBase<PathNameComparator> ToPathName() const
763 {
764 return StringBase<PathNameComparator>(c_str());

Callers 11

toSystemMethod · 0.45
setInitialOptionsMethod · 0.45
evlGetContextFunction · 0.45
initializeMethod · 0.45
getConfigInfoMethod · 0.45
mapUserMethod · 0.45
getDataSourceNameMethod · 0.45
fb_msg_formatFunction · 0.45
translateMethod · 0.45
PREPARSE_executeFunction · 0.45
generate_errorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected