Class TExitStmt

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

public class TExitStmt extends TCustomSqlStatement
The EXIT statement exits a loop and transfers control to the end of the loop. The EXIT statement has two forms: the unconditional EXIT and the conditional EXIT WHEN.