Class TableAlterProcessor
java.lang.Object
org.eclipse.dirigible.database.ds.model.processors.TableAlterProcessor
public class TableAlterProcessor extends Object
The Table Alter Processor.
-
Constructor Summary
Constructors Constructor Description TableAlterProcessor() -
Method Summary
Modifier and Type Method Description static voidexecute(Connection connection, DataStructureTableModel tableModel)Execute the corresponding statement.
-
Constructor Details
-
TableAlterProcessor
public TableAlterProcessor()
-
-
Method Details
-
execute
public static void execute(Connection connection, DataStructureTableModel tableModel) throws SQLExceptionExecute the corresponding statement.- Parameters:
connection- the connectiontableModel- the table model- Throws:
SQLException- the SQL exception
-