
net.sourceforge.squirrel_sql.client.session.mainpanel.SQLResultExecuterPanelFacade Maven / Gradle / Ivy
package net.sourceforge.squirrel_sql.client.session.mainpanel;
public interface SQLResultExecuterPanelFacade
{
void closeResultTab(ResultTab resultTab);
void returnToTabbedPane(ResultTab resultTab);
void createSQLResultFrame(ResultTab resultTab);
void rerunSQL(String sql, IResultTab resultTab);
void removeErrorPanel(ErrorPanel errorPanel);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy