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