Class AbstractQueryAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
ExecuteBatchQueryAction, ExecuteQueryAction

public abstract class AbstractQueryAction extends AbstractRibbonAction
Utility class for generating result component for displaying query results. This can be used when executing a query from the QueryPanel or from the DB explorer when generating an object structure query or whatever SQL call that needs to display something. We use the SQLResultSetTableModel to store data to display and the way to display it on screen. As a consequence, a list of SQLResultSetTableModel can display each result differently.
See Also:
  • Constructor Details

    • AbstractQueryAction

      public AbstractQueryAction(String name, String icon)
  • Method Details

    • executeQueryAsync

      public static void executeQueryAsync(QueryPanel queryPanel, boolean batchMode)