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