DROP OPENFLOW RUNTIME¶
Syntax¶
Parameters¶
IF EXISTSDrops the runtime only if it exists. If the runtime does not exist, the statement does nothing and returns a success message.
CASCADEDrops the records for any connectors in the runtime along with the runtime record. Without
CASCADE, the statement fails if connector records remain.
Allowed only when the runtime is in TERMINATED state (after ALTER ... TERMINATE).