MCPcopy Create free account
hub / github.com/MariaDB/server / append_to

Method append_to

sql/sql_class.cc:9029–9035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9027
9028
9029bool Table_ident::append_to(THD *thd, String *str) const
9030{
9031 return (db.length &&
9032 (append_identifier(thd, str, db.str, db.length) ||
9033 str->append('.'))) ||
9034 append_identifier(thd, str, table.str, table.length);
9035}
9036
9037
9038bool Qualified_column_ident::append_to(THD *thd, String *str) const

Callers 2

val_nativeMethod · 0.45

Calls 2

append_identifierFunction · 0.70
appendMethod · 0.45

Tested by

no test coverage detected