This class represents an if-else statement in the storedprocedure language. It extends the Statement
that could part of a block. This statement has an IF block and an optional ELSE block, it also holds reference to the criteria that determines which block should be executed..
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|