mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
Refactored searched CASE.
This commit is contained in:
parent
828c4017be
commit
5db3023f0b
@ -515,12 +515,6 @@ enum node_args {
|
||||
e_udf_param_type, // Basically, by_reference or by_descriptor
|
||||
e_udf_param_count,
|
||||
|
||||
// CASE {WHEN <search_condition> THEN <when_result>}.. [ELSE <else_result>] END
|
||||
// Node-constants for after pass1
|
||||
|
||||
e_searched_case_search_conditions = 0, // list boolean expressions
|
||||
e_searched_case_results, // list including else_result
|
||||
|
||||
e_label_name = 0,
|
||||
e_label_number,
|
||||
e_label_count,
|
||||
|
Loading…
Reference in New Issue
Block a user