Class TCommonBlock

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

sql block may have label name.
This class is just a wrapper of TBlockSqlNode, so please use TBlockSqlStatement.getBlockBody() to get further information.
Groups related declarations and statements, is the basic unit of a PL/SQL source program.
See Also: