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