Package org.teiid.query.sql.proc
Interface Statement.Labeled
-
- All Known Subinterfaces:
RepeatedInstruction
- All Known Implementing Classes:
Block
,LoopInstruction
,LoopStatement
,Program
,WhileInstruction
,WhileStatement
- Enclosing class:
- Statement
public static interface Statement.Labeled
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLabel()
void
setLabel(String label)
-