Action
public enum Action
Defines the type of object being removed from the data source.
-
Drops an index.
Declaration
Swift
case index
-
Drops a table.
Declaration
Swift
case table
-
Drops a trigger.
Declaration
Swift
case trigger
-
Drops a view.
Declaration
Swift
case view