Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ print
Method
print
sql/sql_string.cc:1191–1194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1189
1190
1191
void String::print(String *str) const
1192
{
1193
str->append_for_single_quote(Ptr, str_length);
1194
}
1195
1196
1197
void String::print_with_conversion(String *print, CHARSET_INFO *cs) const
Callers
1
print_with_conversion
Method · 0.45
Calls
1
append_for_single_quote
Method · 0.45
Tested by
no test coverage detected