Class TCaseStmt

All Implemented Interfaces:
IRelation, Visitable, Iterator<TSourceToken>

public class TCaseStmt extends TCustomSqlStatement
The CASE statement chooses from a sequence of conditions, and execute a corresponding statement.
See Also: