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

Method ToPathName

src/common/classes/fb_string.h:762–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760 return StringBase<StringComparator>(c_str());
761 }
762 StringBase<PathNameComparator> ToPathName() const
763 {
764 return StringBase<PathNameComparator>(c_str());
765 }
766 StringBase<IgnoreCaseComparator> ToNoCaseString() const
767 {
768 return StringBase<IgnoreCaseComparator>(c_str());

Callers 13

setPluginNameMethod · 0.80
setPluginListMethod · 0.80
gbakFunction · 0.80
readConfigMethod · 0.80
expandPatternMethod · 0.80
initializeMethod · 0.80
splitDataSourceNameFunction · 0.80
checkPrivilegesMethod · 0.80
loadConfigMethod · 0.80
parseMethod · 0.80
PREPARSE_executeFunction · 0.80
ConfiguredPluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected