Class ViewCreateProcessor
java.lang.Object
org.eclipse.dirigible.database.ds.model.processors.ViewCreateProcessor
public class ViewCreateProcessor extends Object
The View Create Processor.
-
Constructor Summary
Constructors Constructor Description ViewCreateProcessor() -
Method Summary
Modifier and Type Method Description static voidexecute(Connection connection, DataStructureViewModel viewModel)Execute the corresponding statement.
-
Constructor Details
-
ViewCreateProcessor
public ViewCreateProcessor()
-
-
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
-