Class AddTables

java.lang.Object
com.jsql.view.swing.interaction.AddTables
All Implemented Interfaces:
com.jsql.view.interaction.InteractionCommand

public class AddTables extends Object implements com.jsql.view.interaction.InteractionCommand
Add the tables to the corresponding database.
  • Constructor Details

    • AddTables

      public AddTables(Object[] interactionParams)
      Parameters:
      interactionParams - List of tables retrieved by the Model
  • Method Details

    • execute

      public void execute()
      Specified by:
      execute in interface com.jsql.view.interaction.InteractionCommand