Class FullCaseExpression

java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.sql.ast.FullCaseExpression
All Implemented Interfaces:
Expression

public final class FullCaseExpression extends ValueObject implements Expression
The "case when cond1 then val1 when cond2 then val2 else def end" expression.