org.apache.ws.jaxme.sqls
Interface Case.When
public static
interface
Case.When
Interface of a single "when x then a" clause.
public Object getCondition()
Returns the condition. In a "when x then a" clause
the condition is "x".
public Object getValue()
Returns the value. In a "when x then a" clause
the condition is "a".