Class ViewDropProcessor
java.lang.Object
org.eclipse.dirigible.database.ds.model.processors.ViewDropProcessor
public class ViewDropProcessor extends Object
The View Drop Processor.
-
Constructor Summary
Constructors Constructor Description ViewDropProcessor() -
Method Summary
Modifier and Type Method Description static voidexecute(Connection connection, DataStructureViewModel viewModel)Execute the corresponding statement.
-
Constructor Details
-
ViewDropProcessor
public ViewDropProcessor()
-
-
Method Details
-
execute
public static void execute(Connection connection, DataStructureViewModel viewModel) throws SQLExceptionExecute the corresponding statement.- Parameters:
connection- the connectionviewModel- the view model- Throws:
SQLException- the SQL exception
-