Adds an end
keyword to the case operator.
case
operators can only be used as part of a query.
For a case
statement used as part of a stored program, use endCase instead.
Adds end case
keywords to the case statement.
case
statements can only be used for flow control in stored programs.
For a case
operator used as part of a query, use end instead.
Adds a when
clause to the case statement.
A when
call must be followed by a CaseThenBuilder.then call.
Adds an
else
clause to thecase
statement.An
else
call must be followed by an Endable.end or Endable.endCase call.