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

Method get_name_str

sql/sql_cte.h:228–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226
227 const Lex_ident_with_element get_name() const { return head->query_name; }
228 const char *get_name_str() const { return get_name().str; }
229
230 void set_tables_start_pos(TABLE_LIST **pos)
231 { head->tables_pos.set_start_pos(pos); }

Callers 3

check_dependenciesMethod · 0.80
check_anchorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected