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

Method returning

sql/sql_lex.h:5070–5071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5068 bool check_ref_cursor_components(Row_definition_list *) const;
5069
5070 SELECT_LEX *returning()
5071 { return &builtin_select; }
5072 bool has_returning()
5073 { return !builtin_select.returning_list.is_empty(); }
5074

Callers 13

mysql_insertFunction · 0.80
mysql_prepare_insertFunction · 0.80
send_dataMethod · 0.80
prepare2Method · 0.80
add_item_to_listFunction · 0.80
update_single_tableMethod · 0.80
execute_innerMethod · 0.80
prepare_innerMethod · 0.80
setup_wildFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected