Class EndStmt
java.lang.Object
com.ptsmods.mysqlw.procedure.stmt.Statement
com.ptsmods.mysqlw.procedure.stmt.block.EndStmt
- All Implemented Interfaces:
ClosingStatement
Statement ending a block of statements.
-
Method Summary
-
Method Details
-
endIf
End an if-block- Returns:
- An EndStmt
-
endLoop
End a loop-block- Returns:
- An EndStmt
-
endWhile
End a while-block- Returns:
- An EndStmt
-
endCase
End a case-block- Returns:
- An EndStmt
-
end
End a trigger/procedure- Parameters:
delimiter
- The delimiter to append to the statement- Returns:
- An EndStmt
-
toString
-